There was an error while loading. Please reload this page.
2 parents 41976e2 + bf529fb commit 81734e0Copy full SHA for 81734e0
1 file changed
src/test/run-pass/associated-const-outer-ty-refs.rs
@@ -13,8 +13,7 @@ trait Lattice {
13
const BOTTOM: Self;
14
}
15
16
-// FIXME(#33573): this should work without the 'static lifetime bound.
17
-impl<T: 'static> Lattice for Option<T> {
+impl<T> Lattice for Option<T> {
18
const BOTTOM: Option<T> = None;
19
20
0 commit comments