about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-19 15:49:47 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-01-20 08:35:49 -0800
commitf1852650d91ca09e78fca2b6b24758bdbc521f5e (patch)
treefca1a0873921aa9efd17c28850553b9bb0f5cf63 /src/test/incremental/thinlto
parenta759406dce5e2b264d313be5fd559fffdb783d38 (diff)
parent2883186180161185e72b8fa183b75c8854eb5db4 (diff)
downloadrust-f1852650d91ca09e78fca2b6b24758bdbc521f5e.tar.gz
rust-f1852650d91ca09e78fca2b6b24758bdbc521f5e.zip
Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov
Use multiline Diagnostic for candidate in other module

```
error[E0574]: expected struct, variant or union type, found enum `Result`
  --> $DIR/issue-16058.rs:19:9
   |
19 |         Result {
   |         ^^^^^^ not a struct, variant or union type
   |
   = help: possible better candidates are found in other modules, you can import them into scope:
             `use std::fmt::Result;`
             `use std::io::Result;`
             `use std::thread::Result;`

error: aborting due to previous error
```
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions