We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 304c116 + aea3b22 commit 514b585Copy full SHA for 514b585
src/test/ui/rfc-2091-track-caller/macro-declaration.rs
@@ -0,0 +1,10 @@
1
+// check-pass
2
+
3
+// See https://github.com/rust-lang/rust/issues/95151
4
+#[track_caller]
5
+macro_rules! _foo {
6
+ () => {};
7
+}
8
9
+fn main() {
10
0 commit comments