2021-09-11 14:06:05 -05: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 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-11 14:06:05 -05:00
|
|
|
|