Skip to content

Commit f114991

Browse files
committed
Bless cgu test.
1 parent aac2c7d commit f114991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/codegen-units/item-collection/generic-impl.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ pub struct LifeTimeOnly<'a> {
3030

3131
impl<'a> LifeTimeOnly<'a> {
3232

33-
//~ MONO_ITEM fn LifeTimeOnly::foo
33+
//~ MONO_ITEM fn LifeTimeOnly::<'_>::foo
3434
pub fn foo(&self) {}
35-
//~ MONO_ITEM fn LifeTimeOnly::bar
35+
//~ MONO_ITEM fn LifeTimeOnly::<'_>::bar
3636
pub fn bar(&'a self) {}
37-
//~ MONO_ITEM fn LifeTimeOnly::baz
37+
//~ MONO_ITEM fn LifeTimeOnly::<'_>::baz
3838
pub fn baz<'b>(&'b self) {}
3939

4040
pub fn non_instantiated<T>(&self) {}

0 commit comments

Comments
 (0)