rust/tests/crashes/131915.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
142 B
Rust
Raw Normal View History

2024-10-20 08:05:39 +00:00
//@ known-bug: #131915
macro_rules! y {
( $($matcher:tt)*) => {
x
};
}
const _: A<
{
y! { test.tou8 }
},
>;