2018-08-08 14:28:26 +02:00
|
|
|
error[E0557]: feature has been removed
|
2025-06-24 10:09:58 +08:00
|
|
|
--> $DIR/deprecated_no_stack_check.rs:2:12
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
|
LL | #![feature(no_stack_check)]
|
2019-05-21 17:47:23 -07:00
|
|
|
| ^^^^^^^^^^^^^^ feature has been removed
|
2025-05-27 17:29:17 +08:00
|
|
|
|
|
2025-06-24 10:09:58 +08:00
|
|
|
= note: removed in 1.0.0; see <https://github.com/rust-lang/rust/pull/40110> for more information
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0557`.
|