This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
c45073ec3ea800b31e634db9de1b51f978521ad5
rust
/
tests
/
ui
/
parser
/
attribute
History
yukang
22aa104bce
don't suggest turning crate-level attributes into outer style
2024-08-04 00:11:16 +08:00
..
attr-bad-meta-2.rs
…
attr-bad-meta-2.stderr
…
attr-bad-meta-3.rs
…
attr-bad-meta-3.stderr
…
attr-bad-meta-4.rs
Fix parse error message for meta items
2024-05-10 09:16:27 +02:00
attr-bad-meta-4.stderr
Fix parse error message for meta items
2024-05-10 09:16:27 +02:00
attr-bad-meta.rs
…
attr-bad-meta.stderr
…
attr-before-eof.rs
…
attr-before-eof.stderr
…
attr-dangling-in-fn.rs
…
attr-dangling-in-fn.stderr
…
attr-dangling-in-mod.rs
…
attr-dangling-in-mod.stderr
…
attr-stmt-expr-attr-bad.rs
Move
parse_or_use_outer_attributes
out of
parse_expr_prefix_range
.
2024-06-19 19:12:00 +10:00
attr-stmt-expr-attr-bad.stderr
don't suggest turning crate-level attributes into outer style
2024-08-04 00:11:16 +08:00
attr-unquoted-ident.rs
Fix parse error message for meta items
2024-05-10 09:16:27 +02:00
attr-unquoted-ident.stderr
Fix parse error message for meta items
2024-05-10 09:16:27 +02:00
attr-with-a-semicolon.rs
…
attr-with-a-semicolon.stderr
…
attr.rs
…
attr.stderr
don't suggest turning crate-level attributes into outer style
2024-08-04 00:11:16 +08:00
attribute-with-no-generics-in-parameter-list.rs
…
attribute-with-no-generics-in-parameter-list.stderr
…
attrs-after-extern-mod.rs
…
attrs-after-extern-mod.stderr
…
multiple-tail-expr-behind-cfg.rs
…
multiple-tail-expr-behind-cfg.stderr
…
properly-recover-from-trailing-outer-attribute-in-body-1.rs
…
properly-recover-from-trailing-outer-attribute-in-body-1.stderr
…
properly-recover-from-trailing-outer-attribute-in-body-2.rs
…
properly-recover-from-trailing-outer-attribute-in-body-2.stderr
…