rust/src/test/ui/editions
bors bd8d030d01 Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc
Use full name to identify a macro in a `FileName`.

Before this two macros with same name would be indistinguishable inside a `FileName`.  This caused a bug in incremental compilation (see #53097) since two different macros would map out to the same `StableFilemapId`.

Fixes #53097.

r? @nrc
2018-09-28 06:40:32 +00:00
..
auxiliary Generalize async_idents to all new keywords 2018-08-29 09:34:53 -07:00
edition-deny-overflowing-literals-2018.rs add test for edition 2018 2018-09-23 22:59:06 +08:00
edition-deny-overflowing-literals-2018.stderr add test for edition 2018 2018-09-23 22:59:06 +08:00
edition-extern-crate-allowed.rs tests: prefer edition: directives to compile-flags:--edition. 2018-08-16 10:36:11 +03:00
edition-extern-crate-allowed.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-feature-ok.rs syntax: also warn about edition "umbrella" features being implied by --edition. 2018-08-16 10:35:45 +03:00
edition-feature-redundant.rs syntax: also warn about edition "umbrella" features being implied by --edition. 2018-08-16 10:35:45 +03:00
edition-feature-redundant.stderr syntax: also warn about edition "umbrella" features being implied by --edition. 2018-08-16 10:35:45 +03:00
edition-keywords-2015-2015-expansion.rs Generalize async_idents to all new keywords 2018-08-29 09:34:53 -07:00
edition-keywords-2015-2015-parsing.rs Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2015-2015-parsing.stderr Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2015-2018-expansion.rs Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2015-2018-expansion.stderr Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2015-2018-parsing.rs Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2015-2018-parsing.stderr Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2018-2015-expansion.rs Generalize async_idents to all new keywords 2018-08-29 09:34:53 -07:00
edition-keywords-2018-2015-parsing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-keywords-2018-2015-parsing.stderr Use full name to identify a macro in a FileName. 2018-09-19 01:12:13 +01:00
edition-keywords-2018-2018-expansion.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-keywords-2018-2018-expansion.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-keywords-2018-2018-parsing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-keywords-2018-2018-parsing.stderr Use full name to identify a macro in a FileName. 2018-09-19 01:12:13 +01:00
edition-raw-pointer-method-2015.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-raw-pointer-method-2015.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-raw-pointer-method-2018.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
edition-raw-pointer-method-2018.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00