Closed
Description
Using the intrinsics
feature triggers a warning about this being "internal to the compiler or standard library", but core_intrinsics
does not. Clearly core_intrinsics
is internal as well, so it should also get the warning.
core_intrinsics
is a library feature though, not a language feature -- does the lint support that?
Cc @Nilstrieb