]> git.proxmox.com Git - rustc.git/blob - vendor/serde_repr/tests/ui/missing_repr.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / serde_repr / tests / ui / missing_repr.stderr
1 error: missing #[repr(...)] attribute
2 --> $DIR/missing_repr.rs:3:10
3 |
4 3 | #[derive(Serialize_repr)]
5 | ^^^^^^^^^^^^^^
6 |
7 = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)