Skip to content

Commit 2f47405

Browse files
committed
moved renamed docs | ext-expand-inner-exprs.rs
1 parent 5b05460 commit 2f47405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/ext-expand-inner-exprs.rs renamed to tests/ui/macros/nested-macro-expansion.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Test nested macro expansion with concat! macros
2+
13
//@ run-pass
24

35
static FOO : &'static str = concat!(concat!("hel", "lo"), "world");

0 commit comments

Comments
 (0)