about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatt Hammerly <hammerly.matt@gmail.com>2023-03-13 20:55:43 -0700
committerMatt Hammerly <hammerly.matt@gmail.com>2023-05-05 13:02:43 -0700
commit812f2d75e11a1acd52a4bfb201247c34a76c8e49 (patch)
treeff6745a42659f97c626bd0f7efd9e96b9f72008a /compiler/rustc_interface/src
parent4b94c232192b0fa0314b5afa18e366356e210c4c (diff)
downloadrust-812f2d75e11a1acd52a4bfb201247c34a76c8e49.tar.gz
rust-812f2d75e11a1acd52a4bfb201247c34a76c8e49.zip
add "force" option to --extern
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index a0c576234f9..854d974d87f 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -69,6 +69,7 @@ where
         is_private_dep: false,
         add_prelude: true,
         nounused_dep: false,
+        force: false,
     }
 }