blob: c936a550b3aca006107d387564d674fff0c24926 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0557]: feature has been removed
--> $DIR/deprecated_no_stack_check.rs:2:12
|
LL | #![feature(no_stack_check)]
| ^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0557`.
|