summary refs log tree commit diff
path: root/src/test/ui/deprecation/deprecated_no_stack_check.stderr
blob: 2f847a253e4297bdabf7b4d5e8feaefb88d3d1fa (plain)
1
2
3
4
5
6
7
8
9
error[E0557]: feature has been removed
  --> $DIR/deprecated_no_stack_check.rs:12:12
   |
LL | #![feature(no_stack_check)]
   |            ^^^^^^^^^^^^^^

error: aborting due to previous error

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