File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ impl<'a> Lifetimes<'a> for usize {
63
63
type Y = & ' a isize ;
64
64
}
65
65
66
- // @has 'normalize_assoc_item/fn.g.html' '//pre[@class="rust item-decl"]' "pub fn g() -> &isize"
66
+ // @has 'normalize_assoc_item/fn.g.html' '//pre[@class="rust item-decl"]' "pub fn g() -> &'static isize"
67
67
pub fn g ( ) -> <usize as Lifetimes < ' static > >:: Y {
68
68
& 0
69
69
}
70
70
71
- // @has 'normalize_assoc_item/constant.A.html' '//pre[@class="rust item-decl"]' "pub const A: &isize"
71
+ // @has 'normalize_assoc_item/constant.A.html' '//pre[@class="rust item-decl"]' "pub const A: &'static isize"
72
72
pub const A : <usize as Lifetimes < ' static > >:: Y = & 0 ;
73
73
74
74
// test cross-crate re-exports
You can’t perform that action at this time.
0 commit comments