@@ -390,7 +390,7 @@ impl Builder {
390
390
package ( "rust-src" , & [ "*" ] ) ;
391
391
package ( "rls-preview" , HOSTS ) ;
392
392
package ( "clippy-preview" , HOSTS ) ;
393
- package ( "miri" , HOSTS ) ;
393
+ package ( "miri-preview " , HOSTS ) ;
394
394
package ( "rustfmt-preview" , HOSTS ) ;
395
395
package ( "rust-analysis" , TARGETS ) ;
396
396
package ( "llvm-tools-preview" , TARGETS ) ;
@@ -408,7 +408,7 @@ impl Builder {
408
408
"rustc" , "cargo" , "rust-std" , "rust-mingw" ,
409
409
"rust-docs" , "rustfmt-preview" , "clippy-preview" ,
410
410
"rls-preview" , "rust-src" , "llvm-tools-preview" ,
411
- "lldb-preview" , "rust-analysis" , "miri"
411
+ "lldb-preview" , "rust-analysis" , "miri-preview "
412
412
] ) ;
413
413
}
414
414
@@ -420,6 +420,7 @@ impl Builder {
420
420
rename ( "rls" , "rls-preview" ) ;
421
421
rename ( "rustfmt" , "rustfmt-preview" ) ;
422
422
rename ( "clippy" , "clippy-preview" ) ;
423
+ rename ( "miri" , "miri-preview" ) ;
423
424
}
424
425
425
426
fn rust_package ( & mut self , manifest : & Manifest ) -> Package {
@@ -468,7 +469,7 @@ impl Builder {
468
469
// but might be marked as unavailable if they weren't built.
469
470
extensions. extend ( vec ! [
470
471
host_component( "clippy-preview" ) ,
471
- host_component( "miri" ) ,
472
+ host_component( "miri-preview " ) ,
472
473
host_component( "rls-preview" ) ,
473
474
host_component( "rustfmt-preview" ) ,
474
475
host_component( "llvm-tools-preview" ) ,
0 commit comments