]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/two_files_data.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / codemap_tests / two_files_data.rs
1 // ignore-test
2
3 trait Foo { }
4
5 type Bar = dyn Foo;