summaryrefslogtreecommitdiffstats
path: root/tests/ui/diagnostic_namespace/requires_path.stderr
blob: ce867621daaf5914d02a7b358148f0bdf390a6e1 (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 previous error