]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/issue-13560.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui-fulldeps / issue-13560.rs
1 // run-pass
2 // aux-build:issue-13560-1.rs
3 // aux-build:issue-13560-2.rs
4 // aux-build:issue-13560-3.rs
5
6 // Regression test for issue #13560, the test itself is all in the dependent
7 // libraries. The fail which previously failed to compile is the one numbered 3.
8
9 extern crate issue_13560_2 as t2;
10 extern crate issue_13560_3 as t3;
11
12 fn main() {}