mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
fix nits
This commit is contained in:
@@ -424,7 +424,7 @@ pub fn with_infer(infcx: &'a InferCtxt<'a, 'gcx, 'tcx>,
|
||||
let tcx = infcx.tcx;
|
||||
|
||||
// Subtle: we can't do rvalue promotion analysis until the
|
||||
// typeck false is complete, which means that you can't trust
|
||||
// typeck phase is complete, which means that you can't trust
|
||||
// the rvalue lifetimes that result, but that's ok, since we
|
||||
// don't need to know those during type inference.
|
||||
let rvalue_promotable_map = None;
|
||||
|
||||
Reference in New Issue
Block a user