]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/unknown_attribute.stderr
Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplett
[rust.git] / src / tools / clippy / tests / ui / unknown_attribute.stderr
1 error: usage of unknown attribute
2   --> $DIR/unknown_attribute.rs:1:11
3    |
4 LL | #[clippy::unknown]
5    |           ^^^^^^^
6
7 error: aborting due to previous error
8