1
Fork 0

Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle

Move `doc(primitive)` future incompat warning to `invalid_doc_attributes`

Fixes #88070.

It's been a while since this was turned into a "future incompatible lint" so I think we can now turn it into a hard error without problem.

r? `@jyn514`
This commit is contained in:
Guillaume Gomez 2023-03-31 22:32:49 +02:00 committed by GitHub
commit 6c93c63771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 217 additions and 165 deletions

View file

@ -1246,6 +1246,7 @@ symbols! {
rustc_diagnostic_macros,
rustc_dirty,
rustc_do_not_const_check,
rustc_doc_primitive,
rustc_dummy,
rustc_dump_env_program_clauses,
rustc_dump_program_clauses,