File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
59
59
// To run alloc tests without x.py without ending up with two copies of alloc, Miri needs to be
60
60
// able to "empty" this crate. See <https://github.com/rust-lang/miri-test-libstd/issues/4>.
61
- // rustc itself never sets the feature, so this line has no affect there.
61
+ // rustc itself never sets the feature, so this line has no effect there.
62
62
#![ cfg( any( not( feature = "miri-test-libstd" ) , test, doctest) ) ]
63
63
//
64
64
#![ allow( unused_attributes) ]
Original file line number Diff line number Diff line change 51
51
#![ cfg( not( test) ) ]
52
52
// To run core tests without x.py without ending up with two copies of core, Miri needs to be
53
53
// able to "empty" this crate. See <https://github.com/rust-lang/miri-test-libstd/issues/4>.
54
- // rustc itself never sets the feature, so this line has no affect there.
54
+ // rustc itself never sets the feature, so this line has no effect there.
55
55
#![ cfg( any( not( feature = "miri-test-libstd" ) , test, doctest) ) ]
56
56
#![ stable( feature = "core" , since = "1.6.0" ) ]
57
57
#![ doc(
Original file line number Diff line number Diff line change 190
190
191
191
// To run std tests without x.py without ending up with two copies of std, Miri needs to be
192
192
// able to "empty" this crate. See <https://github.com/rust-lang/miri-test-libstd/issues/4>.
193
- // rustc itself never sets the feature, so this line has no affect there.
193
+ // rustc itself never sets the feature, so this line has no effect there.
194
194
#![ cfg( any( not( feature = "miri-test-libstd" ) , test, doctest) ) ]
195
195
// miri-test-libstd also prefers to make std use the sysroot versions of the dependencies.
196
196
#![ cfg_attr( feature = "miri-test-libstd" , feature( rustc_private) ) ]
You can’t perform that action at this time.
0 commit comments