Parent Directory | Revision Log
- Update again to 1.38.0, partial revert to r1448688 - Keep some Mageia-specific additions for bundled llvm builds - Build against system llvm9
1 | --- rustc-1.38.0-src/src/bootstrap/builder.rs 2019-09-23 14:15:52.000000000 -0700 |
2 | +++ rustc-1.38.0-src/src/bootstrap/builder.rs 2019-09-26 10:45:49.663995011 -0700 |
3 | @@ -140,6 +140,7 @@ |
4 | |
5 | impl StepDescription { |
6 | fn from<S: Step>() -> StepDescription { |
7 | + #[allow(unused_unsafe)] // for rebuild bootstrapping |
8 | StepDescription { |
9 | default: S::DEFAULT, |
10 | only_hosts: S::ONLY_HOSTS, |
ViewVC Help | |
Powered by ViewVC 1.1.30 |