blob: afd9689a442b1c97e8286d28abb023fe792f6cd2 (
plain)
1
2
3
4
5
6
7
|
error: must be placed on a trait impl
--> $DIR/not-trait-impl.rs:5:1
|
5 | #[inherent]
| ^^^^^^^^^^^
|
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
|