summaryrefslogtreecommitdiffstats
path: root/tests/ui/diagnostic_namespace/requires_path.stderr
blob: 5d07d3a22d50e4710d31d45f2ce03f18a8bdb93e (plain)
1
2
3
4
5
6
7
8
error: cannot find attribute `diagnostic` in this scope
  --> $DIR/requires_path.rs:3:3
   |
LL | #[diagnostic]
   |   ^^^^^^^^^^

error: aborting due to 1 previous error