diff options
| author | Rich Kadel <richkadel@google.com> | 2020-12-02 15:39:40 -0800 |
|---|---|---|
| committer | Rich Kadel <richkadel@google.com> | 2020-12-03 09:50:12 -0800 |
| commit | f101fd8ff62431927d19c70a06a68483cce37c1f (patch) | |
| tree | cd8c4ca6b0ee69df183ed7a0b5b6b7cc23f341d1 /src/test/run-make-fulldeps/coverage/async.rs | |
| parent | b0c140a55b589680bbcd76d18fae9f411a7af0c5 (diff) | |
| download | rust-f101fd8ff62431927d19c70a06a68483cce37c1f.tar.gz rust-f101fd8ff62431927d19c70a06a68483cce37c1f.zip | |
Fixed cross-crate generic call test to compile lib and bin separately
The original test produced a single crate with two mods, which was not the goal of the test.
Diffstat (limited to 'src/test/run-make-fulldeps/coverage/async.rs')
| -rw-r--r-- | src/test/run-make-fulldeps/coverage/async.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/coverage/async.rs b/src/test/run-make-fulldeps/coverage/async.rs index 491d2746543..5553af92465 100644 --- a/src/test/run-make-fulldeps/coverage/async.rs +++ b/src/test/run-make-fulldeps/coverage/async.rs @@ -1,4 +1,4 @@ -#![allow(unused_assignments)] +#![allow(unused_assignments, dead_code)] // require-rust-edition-2018 |
