diff --git a/src/cli.rs b/src/cli.rs index 08422392..b615a74d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -90,7 +90,7 @@ impl Args { const SUBCMD: &str = "hack"; // rustc/cargo args must be valid Unicode - // https://github.com/rust-lang/rust/blob/1.62.0/compiler/rustc_driver/src/lib.rs#L1325-L1335 + // https://github.com/rust-lang/rust/blob/1.63.0/compiler/rustc_driver/src/lib.rs#L1317-L1327 fn handle_args( args: impl IntoIterator>, ) -> impl Iterator> {