From 3c2276f0c4eecea023b8351138108ee3525f022d Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 12 Aug 2022 04:05:51 +0900 Subject: [PATCH] Update rust-lang/rust links --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> {