We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee75fb commit aea3b22Copy full SHA for aea3b22
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