about summary refs log tree commit diff
path: root/tests/ui/traits/alias/not-a-marker.stderr
blob: 8b0eba65b956bbba8f603b258e243a571dd6f621 (plain)
1
2
3
4
5
6
7
8
9
10
error: `#[marker]` attribute cannot be used on trait aliases
  --> $DIR/not-a-marker.rs:3:1
   |
LL | #[marker]
   | ^^^^^^^^^
   |
   = help: `#[marker]` can only be applied to traits

error: aborting due to 1 previous error