]> git.lizzy.rs Git - rust.git/commit
Make alignment checks a future incompat lint
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 21 Nov 2022 16:51:16 +0000 (16:51 +0000)
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 15 Dec 2022 16:07:28 +0000 (16:07 +0000)
commitd66824dbc4fb74598251a89d7c3c5fb2df5afeba
tree14f9cf94e9a62acd51d8dc04d9e4df8f5cccd7d5
parented71e32e1440765d3e133e9892d59ca130477cec
Make alignment checks a future incompat lint
13 files changed:
compiler/rustc_const_eval/src/const_eval/eval_queries.rs
compiler/rustc_const_eval/src/const_eval/machine.rs
compiler/rustc_const_eval/src/interpret/eval_context.rs
compiler/rustc_const_eval/src/interpret/machine.rs
compiler/rustc_const_eval/src/interpret/memory.rs
compiler/rustc_const_eval/src/interpret/place.rs
compiler/rustc_const_eval/src/util/might_permit_raw_init.rs
compiler/rustc_lint_defs/src/builtin.rs
compiler/rustc_mir_transform/src/const_prop.rs
compiler/rustc_mir_transform/src/dataflow_const_prop.rs
src/test/ui/consts/const-eval/ub-ref-ptr.32bit.stderr
src/test/ui/consts/const-eval/ub-ref-ptr.64bit.stderr
src/tools/miri/src/machine.rs