Restore test
This commit is contained in:
parent
c244c411e4
commit
2ade443040
1 changed files with 3 additions and 0 deletions
|
|
@ -4,9 +4,12 @@
|
|||
// compile-flags:--extern xcrate
|
||||
// edition:2018
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use xcrate::Z;
|
||||
|
||||
fn f() {
|
||||
use xcrate;
|
||||
use xcrate as ycrate;
|
||||
let s = xcrate::S;
|
||||
assert_eq!(format!("{:?}", s), "S");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue