about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/unknown_attribute.stderr
blob: b306abe0a9d1f13c7a2dabb2b0d466e182dcb705 (plain)
1
2
3
4
5
6
7
8
error: usage of unknown attribute
  --> tests/ui/unknown_attribute.rs:3:11
   |
LL | #[clippy::unknown]
   |           ^^^^^^^

error: aborting due to 1 previous error