Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit c431092

Browse files
committed
Remove lifetime from 93646
That was fixed separately by rust-lang/rust#93669 Closes #1109
1 parent 25eb7c4 commit c431092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ices/93646.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
struct X<const N: usize = {
2-
let s: &str; s.len()
2+
let s: usize; s + 1
33
}>;
44

55
pub fn main() {}

0 commit comments

Comments
 (0)