2018-08-08 07:28:26 -05:00
|
|
|
error[E0557]: feature has been removed
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/deprecated_no_stack_check.rs:2:12
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #![feature(no_stack_check)]
|
2019-05-21 19:47:23 -05:00
|
|
|
| ^^^^^^^^^^^^^^ feature has been removed
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0557`.
|