File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1270,13 +1270,14 @@ impl<'a> State<'a> {
1270
1270
self . print_ident ( item. ident ) ?;
1271
1271
1272
1272
if _mod. inline || self . is_expanded {
1273
- println ! ( "Going to print inline anyway" ) ;
1274
1273
self . nbsp ( ) ?;
1275
1274
self . bopen ( ) ?;
1276
1275
self . print_mod ( _mod, & item. attrs ) ?;
1277
1276
self . bclose ( item. span ) ?;
1278
1277
} else {
1279
1278
self . s . word ( ";" ) ?;
1279
+ self . end ( ) ?; // end inner head-block
1280
+ self . end ( ) ?; // end outer head-block
1280
1281
}
1281
1282
1282
1283
}
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // pp-exact:issue_12590_c.pp
11
+ // pretty-compare-only
12
12
// pretty-mode:expanded
13
+ // pp-exact:issue_12590_c.pp
13
14
14
15
// The next line should be expanded
15
16
You can’t perform that action at this time.
0 commit comments