summaryrefslogtreecommitdiffstats
path: root/tests/ui/deprecation/deprecated_no_stack_check.stderr
blob: d78ca20f10b4a863f2c22b728f61b9e3faf22192 (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)]
   |            ^^^^^^^^^^^^^^ feature has been removed

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0557`.