]> git.lizzy.rs Git - rust.git/commit
allow unary operations and ignore StorageLive/Dead stmts
authorBastian Kauschke <bastian_kauschke@hotmail.de>
Fri, 11 Sep 2020 08:00:06 +0000 (10:00 +0200)
committerBastian Kauschke <bastian_kauschke@hotmail.de>
Fri, 18 Sep 2020 15:11:34 +0000 (17:11 +0200)
commitd1294e0ce2ce78e4a634fbfa68cb2bc4d50afc6e
treef32d9289e39c862d70cb15bd15b38e3e20118cd5
parent5a277822a536eff72d562e75fb6046add63d4926
allow unary operations and ignore StorageLive/Dead stmts
compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
src/test/ui/const-generics/const_evaluatable_checked/unop.rs [new file with mode: 0644]