2021-09-11 12:06:05 -07:00
|
|
|
error: `must_not_suspend` attribute should be applied to a struct, enum, or trait
|
|
|
|
--> $DIR/other_items.rs:5:1
|
|
|
|
|
|
|
|
|
LL | #[must_not_suspend]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
LL | mod inner {}
|
|
|
|
| ------------ is not a struct, enum, or trait
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-11 12:06:05 -07:00
|
|
|
|