diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-09-01 13:43:05 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-09-04 14:09:03 +0200 |
| commit | 7222f2de387c5bf23799b5d9c4e124a75690ed18 (patch) | |
| tree | b3d186f344e14126ed775fcf252af4fda16d54c1 /src/tools/rust-analyzer/crates/parser/test_data/generated | |
| parent | 1c26c99fcd741c801e08f4007d31398dd61f8921 (diff) | |
| download | rust-7222f2de387c5bf23799b5d9c4e124a75690ed18.tar.gz rust-7222f2de387c5bf23799b5d9c4e124a75690ed18.zip | |
Parse builtin#asm expressions
Diffstat (limited to 'src/tools/rust-analyzer/crates/parser/test_data/generated')
| -rw-r--r-- | src/tools/rust-analyzer/crates/parser/test_data/generated/runner.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/parser/test_data/generated/runner.rs b/src/tools/rust-analyzer/crates/parser/test_data/generated/runner.rs index 9ce5a2ae748..164d0f36f1b 100644 --- a/src/tools/rust-analyzer/crates/parser/test_data/generated/runner.rs +++ b/src/tools/rust-analyzer/crates/parser/test_data/generated/runner.rs @@ -19,6 +19,8 @@ mod ok { #[test] fn as_precedence() { run_and_expect_no_errors("test_data/parser/inline/ok/as_precedence.rs"); } #[test] + fn asm_expr() { run_and_expect_no_errors("test_data/parser/inline/ok/asm_expr.rs"); } + #[test] fn assoc_const_eq() { run_and_expect_no_errors("test_data/parser/inline/ok/assoc_const_eq.rs"); } |
