From 28f200f5c21eedbeafbe119cf24e935ef4eba752 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 27 Oct 2024 00:32:23 +0900 Subject: [PATCH] Add todo comment --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index 92e90fc..e4e14f8 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -109,6 +109,7 @@ impl Args { // rustc/cargo args must be valid Unicode // https://github.com/rust-lang/rust/blob/1.80.0/compiler/rustc_driver_impl/src/args.rs#L121 + // TODO: https://github.com/rust-lang/cargo/pull/11118 fn handle_args( args: impl IntoIterator>, ) -> impl Iterator> {