Allow explicit #[repr(Rust)]

This commit is contained in:
Catherine Flores
2023-07-29 06:58:29 +00:00
parent 8771282d4e
commit f42d361a22
7 changed files with 24 additions and 8 deletions

View File

@@ -1683,6 +1683,7 @@ impl CheckAttrVisitor<'_> {
}
match hint.name_or_empty() {
sym::Rust => {}
sym::C => {
is_c = true;
match target {