1
Fork 0
rust/compiler/rustc_const_eval/src
bors e6e4f7ed15 Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obk
change `BorrowKind::Unique` to be a mutating `PlaceContext`

fixes #112056

I believe that `BorrowKind::Unique` is a footgun in general, so I added a FIXME and opened https://github.com/rust-lang/rust/issues/112072. This is a bit too involved for this PR though.
2023-05-31 00:24:39 +00:00
..
const_eval Finish move of query.rs 2023-05-17 01:57:21 +02:00
interpret EarlyBinder::new -> EarlyBinder::bind 2023-05-29 13:46:10 +02:00
transform unique borrows are mutating uses 2023-05-29 17:15:48 +02:00
util Move DefiningAnchor 2023-05-25 03:21:21 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00