about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-02-05 09:14:48 -0500
committerGitHub <noreply@github.com>2017-02-05 09:14:48 -0500
commitcd5c520cc23c46de1c207927fb55336915836725 (patch)
tree88055cde67e4787cfd7b33fecd1c81849de88d34 /src/test/run-pass/thinlto
parent805a99e6cb37ab9d6a873f8e1fdf57f08b508e73 (diff)
parent823e185a40baf593a9e0b454a29751f0953ab2a4 (diff)
downloadrust-cd5c520cc23c46de1c207927fb55336915836725.tar.gz
rust-cd5c520cc23c46de1c207927fb55336915836725.zip
Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakis
Don't suggest to use things which weren't found either

Fixes #38054

The best code I can come up with, suggestions are welcome.

Basically, removing ```. Did you mean to use `DoesntExist1`?``` in the code below, because it is useless.

```rust
error[E0432]: unresolved import `DoesntExist1`
 --> src/lib.rs:1:5
  |
1 | use DoesntExist1;
  |     ^^^^^^^^^^^^ no `DoesntExist1` in the root

error[E0432]: unresolved import `DoesntExist2`
 --> src/lib.rs:2:5
  |
2 | use DoesntExist2;
  |     ^^^^^^^^^^^^ no `DoesntExist2` in the root. Did you mean to use `DoesntExist1`?
```
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions