mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Remove a trailing space
This commit is contained in:
parent
3b2642ffa7
commit
db07174632
@ -526,7 +526,7 @@ impl<'tcx> Validator<'_, 'tcx> {
|
||||
// The reason is because promotion will be illegal if field
|
||||
// accesses preceed the dereferencing.
|
||||
// Discussion can be found at
|
||||
// https://github.com/rust-lang/rust/pull/74945#discussion_r463063247
|
||||
// https://github.com/rust-lang/rust/pull/74945#discussion_r463063247
|
||||
// There may be opportunity for generalization, but this needs to be
|
||||
// accounted for.
|
||||
if proj_base.is_empty() && !self.tcx.is_thread_local_static(did) {
|
||||
|
Loading…
Reference in New Issue
Block a user