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