rust/tests/ui/parser/macro
Trevor Gross c9886a1ddf Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`
We are moving toward forbidding `missing_fragment_specifier` either in
edition 2024 or unconditionally. Make a first step toward this by
ensuring crates that rely on the old behavior are reported when used as
dependencies.

Tracking issue: <https://github.com/rust-lang/rust/issues/128143>
2024-07-24 13:16:46 -04:00
..
bad-macro-argument.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-macro-argument.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-33569.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33569.stderr Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` 2024-07-24 13:16:46 -04:00
issue-37113.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-37113.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-37234.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-37234.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
literals-are-validated-before-expansion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
literals-are-validated-before-expansion.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-doc-comments-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-doc-comments-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
macro-doc-comments-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-doc-comments-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
macro-expand-to-field.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
macro-expand-to-field.stderr discard dummy field for macro invocation when parse struct 2023-08-21 21:05:01 +08:00
macro-expand-to-match-arm.rs Disallow an arm without a body (except for never patterns) 2023-12-03 12:25:46 +01:00
macro-expand-to-match-arm.stderr Disallow an arm without a body (except for never patterns) 2023-12-03 12:25:46 +01:00
macro-incomplete-parse.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-incomplete-parse.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-repeat.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-repeat.stderr Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
mbe-bare-trait-object-maybe-trait-bound.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
mbe-dotdotdot-may-not-begin-a-type.rs Reject CVarArgs in parse_ty_for_where_clause 2024-06-01 20:57:15 +02:00
pub-item-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pub-item-macro.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
statement-boundaries.rs Add parser tests for statement boundary insertion 2024-05-11 15:49:50 -07:00
trait-non-item-macros.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-non-item-macros.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-object-macro-matcher.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-object-macro-matcher.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00