2025-02-13 15:10:49 +00:00
|
|
|
error[E0658]: #[rustc_force_inline] forces a free function to be inlined
|
2024-09-23 18:46:23 +01:00
|
|
|
--> $DIR/gate.rs:4:1
|
|
|
|
|
|
|
|
|
|
|
LL | #[rustc_force_inline]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
|
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
|
|
|
|
|
2025-02-13 15:10:49 +00:00
|
|
|
error[E0658]: #[rustc_force_inline] forces a free function to be inlined
|
2024-09-23 18:46:23 +01:00
|
|
|
--> $DIR/gate.rs:9:1
|
|
|
|
|
|
|
|
|
|
|
LL | #[rustc_force_inline = "the test requires it"]
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
|
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
|
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|