]> git.lizzy.rs Git - rust.git/commit
Auto merge of #107569 - petrochenkov:optattr, r=nnethercote
authorbors <bors@rust-lang.org>
Fri, 3 Feb 2023 11:19:03 +0000 (11:19 +0000)
committerbors <bors@rust-lang.org>
Fri, 3 Feb 2023 11:19:03 +0000 (11:19 +0000)
commita94b9fd0ace1336a3dd93f51f1c0db6ca0fd7f92
treea2064cce0219090bcdba2de58a84a62b78fc0270
parent7c46fb2111936ad21a8e3aa41e9128752357f5d8
parenta9c8a5c0255d056f78f1347c431fd88bc727febb
Auto merge of #107569 - petrochenkov:optattr, r=nnethercote

ast: Optimize list and value extraction primitives for attributes

It's not necessary to convert the whole attribute into a meta item to extract something specific.