Skip to content

Commit 37a48fa

Browse files
committed
Add force-host to test aux file used by proc-macro
1 parent a7c408d commit 37a48fa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/test/ui/proc-macro/auxiliary/make-macro.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// force-host
2+
13
#[macro_export]
24
macro_rules! make_it {
35
($name:ident) => {

src/test/ui/proc-macro/meta-macro-hygiene.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Def site: $DIR/auxiliary/make-macro.rs:5:9: 8:10 (#3)
1+
Def site: $DIR/auxiliary/make-macro.rs:7:9: 10:10 (#3)
22
#![feature /* 0#0 */(prelude_import)]
33
#[prelude_import /* 0#1 */]
44
use std /* 0#1 */::prelude /* 0#1 */::v1 /* 0#1 */::*;
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Def site: $DIR/auxiliary/make-macro.rs:5:9: 8:10 (#3)
1+
Def site: $DIR/auxiliary/make-macro.rs:7:9: 10:10 (#3)

0 commit comments

Comments
 (0)