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

// ignore-test
2016-08-16 02:52:30 -05:00
trait Foo { }
2019-05-28 13:46:13 -05:00
type Bar = dyn Foo;