]> git.lizzy.rs Git - rust.git/commit
Added tests for writing to static mut's in statics.
authorAlexander Regueiro <alexreg@me.com>
Sun, 3 Jun 2018 18:47:19 +0000 (19:47 +0100)
committerAlexander Regueiro <alexreg@me.com>
Sat, 30 Jun 2018 22:52:33 +0000 (23:52 +0100)
commit9e484720bfd0e6a34a9036341f426cf8884bcd63
tree7950d28d68c0cb7f2bb9ff1a72db81ba9a895799
parenta2cd95fd9ea3eb698dc9f8ae7dd29321e5345e96
Added tests for writing to static mut's in statics.
src/test/compile-fail/write-to-static-mut-in-static.rs [new file with mode: 0644]