]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor
authorYuki Okushi <jtitor@2k36.org>
Fri, 2 Jul 2021 18:15:10 +0000 (03:15 +0900)
committerGitHub <noreply@github.com>
Fri, 2 Jul 2021 18:15:10 +0000 (03:15 +0900)
commit7fb3c29dc63fd0fcbb5c3698a6d0e4951452e671
tree0cb3ee37bd49dce763c5a33e1dc91bcab801c5cb
parentfb736d96c33702f1aabac4092003c412c1d9d00a
parent16168dd1143c95c7ad1bebb1f8f0690c3265734d
Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor

Docs: clarify that certain intrinsics are not unsafe

As determined by the hardcoded list at https://github.com/rust-lang/rust/blob/003b8eadd7a476c51956fe447894532d6e21937e/compiler/rustc_typeck/src/check/intrinsic.rs#L59-L92
compiler/rustc_typeck/src/check/intrinsic.rs
library/core/src/intrinsics.rs