File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 2b96ddca1272960623e41829439df8dae82d20af
1+ e7f4317ea0e891296163414c6f681ccec976abc3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mod vector_clock;
99pub mod weak_memory;
1010
1111// Import either the real genmc adapter or a dummy module.
12- cfg_match ! {
12+ cfg_select ! {
1313 feature = "genmc" => {
1414 mod genmc;
1515 pub use self :: genmc:: { GenmcCtx , GenmcConfig } ;
Original file line number Diff line number Diff line change 11#![ feature( rustc_private) ]
2- #![ feature( cfg_match ) ]
2+ #![ feature( cfg_select ) ]
33#![ feature( float_gamma) ]
44#![ feature( float_erf) ]
55#![ feature( map_try_insert) ]
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ impl UnixFileDescription for FileHandle {
9090 op : FlockOp ,
9191 ) -> InterpResult < ' tcx , io:: Result < ( ) > > {
9292 assert ! ( communicate_allowed, "isolation should have prevented even opening a file" ) ;
93- cfg_match ! {
93+ cfg_select ! {
9494 all( target_family = "unix" , not( target_os = "solaris" ) ) => {
9595 use std:: os:: fd:: AsRawFd ;
9696
You can’t perform that action at this time.
0 commit comments