diff --git a/src/cli.rs b/src/cli.rs index 3df1c97..08520cf 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -108,7 +108,7 @@ impl Args { const SUBCMD: &str = "hack"; // rustc/cargo args must be valid Unicode - // https://github.com/rust-lang/rust/blob/1.70.0/compiler/rustc_driver_impl/src/lib.rs#L1366-L1376 + // https://github.com/rust-lang/rust/blob/1.80.0/compiler/rustc_driver_impl/src/args.rs#L121 fn handle_args( args: impl IntoIterator>, ) -> impl Iterator> {