1
Fork 0
rust/src/test/ui/issues/issue-54044.stderr

19 lines
359 B
Text
Raw Normal View History

2020-06-14 00:47:42 -04:00
error: attribute should be applied to a function
--> $DIR/issue-54044.rs:1:1
|
LL | #[cold]
| ^^^^^^^
LL | struct Foo;
| ----------- not a function
error: attribute should be applied to a function
--> $DIR/issue-54044.rs:5:5
|
LL | #[cold]
| ^^^^^^^
LL | 5;
| - not a function
error: aborting due to 2 previous errors