]> git.lizzy.rs Git - rust.git/commit
Turn ICE for dangling pointers into error
authorOliver Scherer <github35764891676564198441@oli-obk.de>
Mon, 22 Oct 2018 13:45:03 +0000 (15:45 +0200)
committerOliver Scherer <github35764891676564198441@oli-obk.de>
Mon, 29 Oct 2018 12:14:17 +0000 (13:14 +0100)
commite70b63458aafdc0f0e2e350c72317e53b0afa71d
tree0aca743102f430b8d341a7560c344f278babb3e7
parent4e88b7363b7858960ccfd87326ece9d00bf4d973
Turn ICE for dangling pointers into error
src/librustc_mir/interpret/memory.rs
src/test/ui/consts/dangling-alloc-id-ice.rs [new file with mode: 0644]
src/test/ui/consts/dangling-alloc-id-ice.stderr [new file with mode: 0644]
src/test/ui/consts/dangling_raw_ptr.rs [new file with mode: 0644]
src/test/ui/consts/dangling_raw_ptr.stderr [new file with mode: 0644]