Skip to content

Commit c6ca55c

Browse files
committed
bless tests
1 parent 35c135e commit c6ca55c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/ui/proc-macro/meta-macro-hygiene.stdout

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Respanned: TokenStream [Ident { ident: "$crate", span: $DIR/auxiliary/make-macro
2020
use core /* 0#1 */::prelude /* 0#1 */::rust_2018 /* 0#1 */::*;
2121
#[macro_use /* 0#1 */]
2222
extern crate core /* 0#1 */;
23-
extern crate compiler_builtins /* NNN */ as _ /* 0#1 */;
2423
// Don't load unnecessary hygiene information from std
2524
extern crate std /* 0#0 */;
2625

tests/ui/proc-macro/nonterminal-token-hygiene.stdout

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ PRINT-BANG INPUT (DEBUG): TokenStream [
3939
use ::core /* 0#1 */::prelude /* 0#1 */::rust_2015 /* 0#1 */::*;
4040
#[macro_use /* 0#1 */]
4141
extern crate core /* 0#2 */;
42-
extern crate compiler_builtins /* NNN */ as _ /* 0#2 */;
4342
// Don't load unnecessary hygiene information from std
4443
extern crate std /* 0#0 */;
4544

0 commit comments

Comments
 (0)