Add force-host to test aux file used by proc-macro
This commit is contained in:
parent
a7c408d6ac
commit
37a48fa838
3 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// force-host
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! make_it {
|
macro_rules! make_it {
|
||||||
($name:ident) => {
|
($name:ident) => {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Def site: $DIR/auxiliary/make-macro.rs:5:9: 8:10 (#3)
|
Def site: $DIR/auxiliary/make-macro.rs:7:9: 10:10 (#3)
|
||||||
#![feature /* 0#0 */(prelude_import)]
|
#![feature /* 0#0 */(prelude_import)]
|
||||||
#[prelude_import /* 0#1 */]
|
#[prelude_import /* 0#1 */]
|
||||||
use std /* 0#1 */::prelude /* 0#1 */::v1 /* 0#1 */::*;
|
use std /* 0#1 */::prelude /* 0#1 */::v1 /* 0#1 */::*;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Def site: $DIR/auxiliary/make-macro.rs:5:9: 8:10 (#3)
|
Def site: $DIR/auxiliary/make-macro.rs:7:9: 10:10 (#3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue