rust/src/test
Corey Farwell 84ad515793 Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturner
change span_notes to notes in E0368/E0369

Fixes #39650.

All the uses of `span_note` in these errors were reusing the same span as the original error, which causes unnecessary repetition.

For an example, see the changes to [src/test/ui/span/issue-39018.stderr](https://github.com/rust-lang/rust/pull/39707/files?diff=unified#diff-46336f62958fdb34233db414cb9914a1R4).

r? @jonathandturner
2017-02-09 19:43:26 -05:00
..
codegen Auto merge of #38109 - tromey:main-subprogram, r=michaelwoerister 2017-02-09 17:09:50 +00:00
codegen-units trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning. 2017-01-09 10:06:58 -05:00
compile-fail Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturner 2017-02-09 19:43:26 -05:00
compile-fail-fulldeps Move derive macro expansion into the MacroExpander 2017-02-05 09:31:02 +10:30
debuginfo Exclude top-level macro expansions from source location override. 2017-02-08 22:10:33 -08:00
incremental Auto merge of #39265 - est31:master, r=petrochenkov 2017-02-09 11:42:49 +00:00
mir-opt Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb 2016-12-14 06:26:21 +00:00
parse-fail change span_notes to notes in E0368/E0369 2017-02-09 22:45:42 +00:00
pretty Update pretty test for derive attributes 2017-02-05 12:22:29 +10:30
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
run-make sanitizer-dylib: only run where std for x86_64-linux is available 2017-02-08 22:58:53 -05:00
run-pass Rollup merge of #39682 - solson:fix-unaligned-read, r=eddyb 2017-02-09 12:14:23 -05:00
run-pass-fulldeps Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichton 2017-02-08 23:55:44 -05:00
ui change span_notes to notes in E0368/E0369 2017-02-09 22:45:42 +00:00