Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rust-2018
/
dyn-keyword.fixed
blob: e0233382e85ed4dcfec520beb74dc36b254b7d4c [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2015
//@ run-rustfix
#![allow(unused_variables)]
#![deny(keyword_idents)]
fn main
()
{
let
r
#dyn = (); //~ ERROR dyn
//~^ WARN this is accepted in the current edition
}