Skip to content

Commit

Permalink
Remove lifetime from 93646
Browse files Browse the repository at this point in the history
That was fixed separately by rust-lang/rust#93669

Closes rust-lang#1109
  • Loading branch information
Alexendoo committed Feb 7, 2022
1 parent 25eb7c4 commit c431092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ices/93646.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
struct X<const N: usize = {
let s: &str; s.len()
let s: usize; s + 1
}>;

pub fn main() {}

0 comments on commit c431092

Please sign in to comment.