We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05460 commit 2f47405Copy full SHA for 2f47405
tests/ui/ext-expand-inner-exprs.rs renamed to tests/ui/macros/nested-macro-expansion.rs
@@ -1,3 +1,5 @@
1
+//! Test nested macro expansion with concat! macros
2
+
3
//@ run-pass
4
5
static FOO : &'static str = concat!(concat!("hel", "lo"), "world");
0 commit comments