summaryrefslogtreecommitdiffstats
path: root/src/test/ui/attributes/register-attr-tool-unused.stderr
blob: 8d2e1b6bc2894dbf5224bc62d8cba45eb4441457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
error: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
  --> $DIR/register-attr-tool-unused.rs:6:1
   |
LL | #[register_attr(attr)]
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/register-attr-tool-unused.rs:1:9
   |
LL | #![deny(unused)]
   |         ^^^^^^
   = note: `#[deny(unused_attributes)]` implied by `#[deny(unused)]`

error: crate-level attribute should be an inner attribute: add an exclamation mark: `#![foo]`
  --> $DIR/register-attr-tool-unused.rs:7:1
   |
LL | #[register_tool(tool)]
   | ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors