Files
rust/tests/rustdoc-ui/issues/ice-impl-fn-generic-105737.rs

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

6 lines
96 B
Rust
Raw Normal View History

2024-12-08 21:39:48 -07:00
// https://github.com/rust-lang/rust/issues/105737
2023-01-02 14:29:22 +01:00
impl Vec<lol> {}
//~^ ERROR
pub fn lol() {}