#![no_builtins] attribute occurs twice on BUILTIN_ATTRIBUTES list #43148
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
(spawned off of #43106)
As the title says, there are two entries for
"no_builtins"
.They look like:
I doubt the duplicate differing entries are a deliberate choice.
I suspect this may be hiding a small bug, since I currently do not get an error from the compiler (including on the stable channel) when I hand it code like this:
The text was updated successfully, but these errors were encountered: