File tree 1 file changed +2
-2
lines changed
src/test/codegen-units/partitioning
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
// ignore-tidy-linelength
12
12
// We specify -Z incremental here because we want to test the partitioning for
13
13
// incremental compilation
14
- // compile-flags:-Zprint-trans-items=eager -Zincremental=tmp/partitioning-tests/extern-generic
14
+ // compile-flags:-Zprint-trans-items=eager -Zincremental=tmp/partitioning-tests/extern-generic -Zshare-generics=y
15
15
16
16
#![ allow( dead_code) ]
17
17
#![ crate_type="lib" ]
@@ -59,4 +59,4 @@ mod mod3 {
59
59
// Make sure the two generic functions from the extern crate get instantiated
60
60
// once for the current crate
61
61
//~ TRANS_ITEM fn cgu_generic_function::foo[0]<&str> @@ cgu_generic_function.volatile[External]
62
- //~ TRANS_ITEM fn cgu_generic_function::bar[0]<&str> @@ cgu_generic_function.volatile[Internal ]
62
+ //~ TRANS_ITEM fn cgu_generic_function::bar[0]<&str> @@ cgu_generic_function.volatile[External ]
You can’t perform that action at this time.
0 commit comments