rust/src/test/ui/codemap_tests/two_files_data.rs
2019-05-29 00:57:31 -04:00

5 lines
51 B
Rust

// ignore-test
trait Foo { }
type Bar = dyn Foo;