diff options
Diffstat (limited to 'tests/ui/rfc-2091-track-caller/macro-declaration.rs')
-rw-r--r-- | tests/ui/rfc-2091-track-caller/macro-declaration.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/rfc-2091-track-caller/macro-declaration.rs b/tests/ui/rfc-2091-track-caller/macro-declaration.rs deleted file mode 100644 index 6ca09fac8..000000000 --- a/tests/ui/rfc-2091-track-caller/macro-declaration.rs +++ /dev/null @@ -1,10 +0,0 @@ -// check-pass - -// See https://github.com/rust-lang/rust/issues/95151 -#[track_caller] -macro_rules! _foo { - () => {}; -} - -fn main() { -} |