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

error: aborting due to 1 previous error