rust/src/test
Mazdak Farrokhzad 6a8683fcd0
Rollup merge of #69896 - petrochenkov:reqname2, r=Centril
parse: Tweak the function parameter edition check

Follow-up to https://github.com/rust-lang/rust/pull/69801.

Edition of a code fragment is inferred from "the place where the code is written".
For individual tokens like edition-specific keywords it may be the span of the token itself ("uninterpolated" span), but for larger code fragments it's probably not, in the test example the trait method is obviously written in "2015 edition code".

r? @Centril
2020-03-11 10:36:33 +01:00
..
assembly
auxiliary Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb 2020-02-08 18:10:48 +00:00
codegen debuginfo: Use is unsigned flag when emitting enumerators 2020-03-05 20:13:01 +01:00
codegen-units Update codegen-units tests 2020-02-26 19:45:46 +00:00
compile-fail Remove chalk integration 2020-03-02 18:11:53 -05:00
debuginfo Update tests 2020-03-03 18:22:05 +09:00
incremental fix various typos 2020-03-06 15:19:31 +01:00
mir-opt suspend -> yield 2020-02-16 13:08:36 +01:00
pretty Extent pretty-print test 2020-03-04 16:43:14 -05:00
run-fail better lint names 2020-02-18 22:49:47 +01:00
run-make Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum 2020-01-31 00:03:55 +00:00
run-make-fulldeps Add regression test for linking issue with start-group / end-group 2020-03-03 13:11:23 +01:00
run-pass-valgrind
rustdoc Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb 2020-03-10 17:12:48 +00:00
rustdoc-js Add tests for struct variant field in search 2020-02-02 19:18:31 +01:00
rustdoc-js-std
rustdoc-ui --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
rustfix
ui Rollup merge of #69896 - petrochenkov:reqname2, r=Centril 2020-03-11 10:36:33 +01:00
ui-fulldeps Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
COMPILER_TESTS.md