rustdoc: move ICE tests to ui
This commit is contained in:
parent
cbe68435c6
commit
fdde5c77a8
12 changed files with 7 additions and 0 deletions
9
tests/rustdoc-ui/nested-macro-rules-47639.rs
Normal file
9
tests/rustdoc-ui/nested-macro-rules-47639.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
// check-pass
|
||||
// This should not ICE
|
||||
|
||||
// https://github.com/rust-lang/rust/issues/47639
|
||||
pub fn test() {
|
||||
macro_rules! foo {
|
||||
() => ()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue