1
Fork 0

Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors

Improve proc macro attribute diagnostics

Closes https://github.com/rust-lang/rust/issues/102923
This commit is contained in:
Matthias Krüger 2023-01-26 06:15:23 +01:00 committed by GitHub
commit 8ae5116fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 542 additions and 22 deletions

View file

@ -288,6 +288,7 @@ symbols! {
Target,
ToOwned,
ToString,
TokenStream,
Try,
TryCaptureGeneric,
TryCapturePrintable,