diff options
Diffstat (limited to 'tests/rustdoc/ice-nested-macro-rules-47639.rs')
| -rw-r--r-- | tests/rustdoc/ice-nested-macro-rules-47639.rs | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/tests/rustdoc/ice-nested-macro-rules-47639.rs b/tests/rustdoc/ice-nested-macro-rules-47639.rs new file mode 100644 index 00000000000..4b3456b86c5 --- /dev/null +++ b/tests/rustdoc/ice-nested-macro-rules-47639.rs @@ -0,0 +1,6 @@ +// This should not ICE +pub fn test() { + macro_rules! foo { + () => () + } +} | 
