]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-47639.rs
Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus
[rust.git] / src / test / rustdoc / issue-47639.rs
1 // This should not ICE
2 pub fn test() {
3     macro_rules! foo {
4         () => ()
5     }
6 }