Files
Notes/notes-service/vendor/ref-cast/tests/ui/no-repr.stderr
T
2026-08-01 16:11:49 +03:00

8 lines
258 B
Plaintext

error: RefCast trait requires #[repr(transparent)]
--> tests/ui/no-repr.rs:3:10
|
3 | #[derive(RefCast)]
| ^^^^^^^
|
= note: this error originates in the derive macro `RefCast` (in Nightly builds, run with -Z macro-backtrace for more info)