summaryrefslogtreecommitdiffstats
path: root/src/test/ui/deprecation/deprecated_no_stack_check.stderr
blob: 141664c109228a0d1fb6d87f2d7f5eb2674e829d (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 previous error

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