about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-04-14 23:29:52 +0200
committerGitHub <noreply@github.com>2020-04-14 23:29:52 +0200
commitb5dc6e620b68665a1d0aa79ee2e2ed2dd2b4d130 (patch)
tree1a46683721bce285b2bbcb49c7f60066483e6cfb /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent15ab586b495376bd8e1a591e8a80e6f976251eb5 (diff)
parenta1f7e9a7250aea6f415fd62e88bbcb848baf73ff (diff)
downloadrust-b5dc6e620b68665a1d0aa79ee2e2ed2dd2b4d130.tar.gz
rust-b5dc6e620b68665a1d0aa79ee2e2ed2dd2b4d130.zip
Rollup merge of #70947 - RalfJung:ctfe-no-read-mut-global, r=oli-obk
tighten CTFE safety net for accesses to globals

Previously, we only rejected reading from all statics. Now we also reject reading from any mutable global. Mutable globals are the true culprit here as their run-time value might be different from their compile-time values. Statics are just the approximation we use for that so far.

Also refactor the code a bit to make it clearer what is being checked and allowed.

r? @oli-obk
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions