]> git.lizzy.rs Git - rust.git/commit
Add a few tests around raw pointers and interior mutability
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Thu, 25 Oct 2018 18:53:05 +0000 (20:53 +0200)
committerMazdak Farrokhzad <twingoow@gmail.com>
Sat, 10 Nov 2018 00:11:06 +0000 (01:11 +0100)
commit56768235e18a8c02ace37489c4e033bde6118efb
tree8904e779cb8d62ba2a97abdbedbb8d591a07d5be
parent38a90406d3b0a8aec72cb62f794ceddb026c86b6
Add a few tests around raw pointers and interior mutability
src/test/ui/consts/std/cell.rs [new file with mode: 0644]
src/test/ui/consts/std/cell.stderr [new file with mode: 0644]
src/test/ui/consts/std/char.rs [new file with mode: 0644]
src/test/ui/consts/std/iter.rs [new file with mode: 0644]
src/test/ui/consts/std/slice.rs [new file with mode: 0644]