diff options
Diffstat (limited to 'tests/codegen-units/item-collection/static-init.rs')
| -rw-r--r-- | tests/codegen-units/item-collection/static-init.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codegen-units/item-collection/static-init.rs b/tests/codegen-units/item-collection/static-init.rs index b357f5cd66b..1406fba2b98 100644 --- a/tests/codegen-units/item-collection/static-init.rs +++ b/tests/codegen-units/item-collection/static-init.rs @@ -2,9 +2,9 @@ #![feature(start)] -pub static FN : fn() = foo::<i32>; +pub static FN: fn() = foo::<i32>; -pub fn foo<T>() { } +pub fn foo<T>() {} //~ MONO_ITEM fn foo::<T> //~ MONO_ITEM static FN |
