We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84825ee commit 989667eCopy full SHA for 989667e
src/librustc/driver/session.rs
@@ -360,7 +360,7 @@ mod test {
360
let mut attrs = ~[];
361
if with_bin { attrs += ~[make_crate_type_attr(~"bin")]; }
362
if with_lib { attrs += ~[make_crate_type_attr(~"lib")]; }
363
- @ast_util::respan(ast_util::dummy_sp(), {
+ @ast_util::respan(ast_util::dummy_sp(), ast::crate_ {
364
module: {view_items: ~[], items: ~[]},
365
attrs: attrs,
366
config: ~[]
0 commit comments