about summary refs log tree commit diff
path: root/tests/ui/attributes/expected-word.stderr
blob: dcb10e7aee89a1752a28136ee4c5fb51f960ea9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0565]: malformed `cold` attribute input
  --> $DIR/expected-word.rs:1:1
   |
LL | #[cold = true]
   | ^^^^^^^------^
   | |      |
   | |      didn't expect any arguments here
   | help: must be of the form: `#[cold]`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0565`.