We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762693a commit 58f6f3bCopy full SHA for 58f6f3b
src/cli.rs
@@ -90,7 +90,7 @@ impl Args {
90
const SUBCMD: &str = "hack";
91
92
// rustc/cargo args must be valid Unicode
93
- // https://github.com/rust-lang/rust/blob/1.60.0/compiler/rustc_driver/src/lib.rs#L1319-L1329
+ // https://github.com/rust-lang/rust/blob/1.62.0/compiler/rustc_driver/src/lib.rs#L1325-L1335
94
fn handle_args(
95
args: impl IntoIterator<Item = impl Into<OsString>>,
96
) -> impl Iterator<Item = Result<String>> {
0 commit comments