about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-06-07 20:14:28 +0200
committerGitHub <noreply@github.com>2024-06-07 20:14:28 +0200
commit6e534c73c35f569492ed5fb5f349075d58ed8b7e (patch)
treedb013e765334eeeee9ac1f98c05131cf91371a47 /compiler/rustc_parse/src/parser/expr.rs
parent0acb5b8513e727ebb4f63d8d8ee8cfa285342a89 (diff)
parentf9104f0dfb531581aa96b19b333835351a566b04 (diff)
downloadrust-6e534c73c35f569492ed5fb5f349075d58ed8b7e.tar.gz
rust-6e534c73c35f569492ed5fb5f349075d58ed8b7e.zip
Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister
Parse unsafe attributes

Initial parse implementation for #123757

This is the initial work to parse unsafe attributes, which is represented as an extra `unsafety` field in `MetaItem` and `AttrItem`. There's two areas in the code where it appears that parsing is done manually and not using the parser stuff, and I'm not sure how I'm supposed to thread the change there.
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions