Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk
Mention formatting macros when encountering `ArgumentV1` method in const Also open to just closing this if it's overkill. There are a lot of other distracting error messages around, so maybe it's not worth fixing just this one. Fixes #93665
This commit is contained in:
commit
5eb7238928
5 changed files with 112 additions and 1 deletions
|
@ -131,6 +131,7 @@ symbols! {
|
|||
Arc,
|
||||
Argument,
|
||||
ArgumentV1,
|
||||
ArgumentV1Methods,
|
||||
Arguments,
|
||||
AsMut,
|
||||
AsRef,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue