rust/tests/ui/parser/use-as-where-use-ends-with-mod-sep.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
133 B
Rust
Raw Normal View History

2015-02-02 13:04:58 -06:00
use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
//~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`