2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2019-03-11 19:49:17 -05:00
|
|
|
// aux-build:issue-2316-a.rs
|
|
|
|
// aux-build:issue-2316-b.rs
|
2012-05-01 01:26:21 -05:00
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2014-02-14 12:10:06 -06:00
|
|
|
extern crate issue_2316_b;
|
2012-09-05 14:32:05 -05:00
|
|
|
use issue_2316_b::cloth;
|
2012-05-01 01:26:21 -05:00
|
|
|
|
2013-02-01 21:43:17 -06:00
|
|
|
pub fn main() {
|
2014-11-25 12:00:46 -06:00
|
|
|
let _c: cloth::fabric = cloth::fabric::calico;
|
2013-02-14 13:47:00 -06:00
|
|
|
}
|