]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/ice-const-generic-function-return-ty.rs
Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa
[rust.git] / src / test / ui / const-generics / ice-const-generic-function-return-ty.rs
1 // #95163
2 fn return_ty() -> impl Into<<() as Reexported;
3 //~^ ERROR expected one of `(`, `::`, `<`, or `>`, found `;`
4
5 fn main() {}