Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
feature-gates
/
allow-features.rs
blob: b23759da810ac61d7d3a0e6745089e6896cabdc9 [
file
] [
log
] [
blame
]
//@ compile-flags: -Z allow_features=lang_items
// Note: This test uses rustc internal flags because they will never stabilize.
#![
feature
(
lang_items
)]
#![
feature
(
unknown_stdlib_feature
)]
//~ ERROR
fn
main
()
{}