Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
deprecation
/
deprecated_no_stack_check.rs
blob: 8e1f5bbf045a5bf012d93e71210f4592a340ffe2 [
file
] [
log
] [
blame
]
#![
deny
(
warnings
)]
#![
feature
(
no_stack_check
)]
//~^ ERROR: feature has been removed [E0557]
fn
main
()
{
}