rust/tests/ui/codemap_tests/two_files_data.rs

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

6 lines
84 B
Rust
Raw Normal View History

//@ ignore-auxiliary (used by `./two_files.rs`)
2016-08-16 07:52:30 +00:00
trait Foo { }
2019-05-28 18:46:13 +00:00
type Bar = dyn Foo;