Commit bca07b5
committed
make suggestion stuff not swallow errors
The older code would sometimes swallow errors or fail to produce a
suggestion. The newer code does not. However, just printing everything
would produce a bunch of new and kind of annoying errors, so continue
to swallow `T: 'a` errors so long as there are other things to show.1 parent 5abacd3 commit bca07b5
File tree
6 files changed
+155
-89
lines changed- src
- librustc/middle/infer
- region_inference
- test/compile-fail
6 files changed
+155
-89
lines changed
0 commit comments