rust/tests/ui/codemap_tests/two_files.rs

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

8 lines
127 B
Rust
Raw Normal View History

include!("two_files_data.rs");
struct Baz { }
2017-11-20 12:13:27 +00:00
impl Bar for Baz { } //~ ERROR expected trait, found type alias
fn main() { }