mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 20:16:49 +00:00
test: Remove NOTE assertions from trace_macros-gate
If no NOTE assertions are present I believe they aren't asserted at all, and it looks like the number of NOTEs differs on distcheck vs `make check`, so let's just remove them all. Closes #18154
This commit is contained in:
parent
fe5c439f69
commit
b2d1f7ebae
@ -26,6 +26,5 @@ fn main() {
|
||||
($x: ident) => { trace_macros!($x) } //~ ERROR `trace_macros` is not stable
|
||||
}
|
||||
|
||||
expando!(true); //~ NOTE in this expansion
|
||||
//~^ NOTE in this expansion
|
||||
expando!(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user