]> git.lizzy.rs Git - rust.git/commit
fix ICE when const refers to extern static
authorRalf Jung <post@ralfj.de>
Sun, 19 Jun 2022 16:45:05 +0000 (09:45 -0700)
committerRalf Jung <post@ralfj.de>
Wed, 22 Jun 2022 04:03:40 +0000 (21:03 -0700)
commitf992099820993005ec9ac9ddf6d6646b85c55311
tree2cb0af82f8269d0f9b5b65699368349fc00a7ba9
parent8d1b2ca3ec998fc8bdbfe03f5c8faf7cc138a9ed
fix ICE when const refers to extern static
src/machine.rs
src/thread.rs
tests/fail/extern_static_in_const.rs [new file with mode: 0644]
tests/fail/extern_static_in_const.stderr [new file with mode: 0644]