rust/tests/ui/parser/macro
David Tolnay 4a80865437
Add parser tests for statement boundary insertion
2024-05-11 15:49:50 -07:00
..
bad-macro-argument.rs
bad-macro-argument.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-33569.rs
issue-33569.stderr
issue-37113.rs
issue-37113.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-37234.rs
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
literals-are-validated-before-expansion.stderr
macro-doc-comments-1.rs
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
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
macro-incomplete-parse.stderr
macro-repeat.rs
macro-repeat.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00: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
pub-item-macro.rs
pub-item-macro.stderr
statement-boundaries.rs Add parser tests for statement boundary insertion 2024-05-11 15:49:50 -07:00
trait-non-item-macros.rs
trait-non-item-macros.stderr
trait-object-macro-matcher.rs
trait-object-macro-matcher.stderr