os-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
85 B
Rust
Raw Normal View History

//@ ignore-test (auxiliary, used by other tests)
2016-08-16 16:52:30 +09:00
trait Foo { }
2019-05-28 14:46:13 -04:00
type Bar = dyn Foo;