Add @rust-attr on scturct (#2785)

Fixes: #2660
This commit is contained in:
Amirhossein Akhlaghpour 2023-06-05 17:59:55 +03:30 committed by GitHub
parent bef2e3617d
commit 3a4f3c61d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 196 additions and 16 deletions

View file

@ -460,6 +460,7 @@ pub fn layout_info_type() -> Type {
.collect(),
name: Some("LayoutInfo".into()),
node: None,
rust_attributes: None,
}
}