We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: unused import: `std::fs::OpenOptions` --> bin/main.rs:8:5 | 8 | use std::fs::OpenOptions; | ^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` error: unused import: `std::io::Write` --> bin/main.rs:9:5 | 9 | use std::io::Write; | ^^^^^^^^^^^^^^ error: unused imports: `fs`, `process` --> bin/main.rs:10:16 | 10 | use std::{env, fs, process}; | ^^ ^^^^^^^ error: could not compile `bootstrap` due to 3 previous errors warning: build failed, waiting for other jobs to finish... Building bootstrap failed to run: /builds/psumbera/rust-lang-build/build/x86_64-pc-solaris/stage0/bin/cargo build --manifest-path /builds/psumbera/rust-lang-build/src/bootstrap/Cargo.toml Build completed unsuccessfully in 0:01:26
This is regression from: e7e584b
Prposed fix: #113048
The text was updated successfully, but these errors were encountered:
376c944
Successfully merging a pull request may close this issue.
This is regression from: e7e584b
Prposed fix: #113048
The text was updated successfully, but these errors were encountered: