summaryrefslogtreecommitdiffstats
path: root/third_party/rust/inherent/tests/ui/not-trait-impl.stderr
blob: ea723e86b0cdea254a2f55f8d06b57728d7d97a2 (plain)
1
2
3
4
5
6
7
error: must be placed on a trait impl
 --> tests/ui/not-trait-impl.rs:5:1
  |
5 | #[inherent]
  | ^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `inherent` (in Nightly builds, run with -Z macro-backtrace for more info)