blob: b4bb484182466f34774171fde6c02d11cf59d094 [file] [log] [blame]
use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
//~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`