]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/ice-const-generic-function-return-ty.rs
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[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() {}