2019-07-02 16:30:28 -05:00
|
|
|
// build-pass (FIXME(62277): could be check-pass?)
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2019-06-08 03:36:43 -05:00
|
|
|
#![feature(rustc_attrs)]
|
2014-02-24 20:42:40 -06:00
|
|
|
|
2019-06-08 03:36:43 -05:00
|
|
|
#[rustc_dummy(bar)]
|
2014-02-24 20:42:40 -06:00
|
|
|
mod foo {
|
|
|
|
#![feature(globs)]
|
|
|
|
}
|
|
|
|
|
2019-06-08 03:36:43 -05:00
|
|
|
fn main() {}
|