diff options
| author | Matt Hammerly <hammerly.matt@gmail.com> | 2023-03-13 20:55:43 -0700 |
|---|---|---|
| committer | Matt Hammerly <hammerly.matt@gmail.com> | 2023-05-05 13:02:43 -0700 |
| commit | 812f2d75e11a1acd52a4bfb201247c34a76c8e49 (patch) | |
| tree | ff6745a42659f97c626bd0f7efd9e96b9f72008a /compiler/rustc_interface/src | |
| parent | 4b94c232192b0fa0314b5afa18e366356e210c4c (diff) | |
| download | rust-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.rs | 1 |
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, } } |
