1
Fork 0

rustdoc: move ICE tests to ui

This commit is contained in:
Michael Howell 2023-11-23 14:54:19 -07:00
parent cbe68435c6
commit fdde5c77a8
12 changed files with 7 additions and 0 deletions

View 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 {
() => ()
}
}