]> git.lizzy.rs Git - rust.git/commit
Swap DtorckConstraint to DropckConstraint
authorInfRandomness <infrandomness@gmail.com>
Thu, 24 Mar 2022 18:21:41 +0000 (19:21 +0100)
committerInfRandomness <infrandomness@gmail.com>
Thu, 24 Mar 2022 19:35:35 +0000 (20:35 +0100)
commit645620b3b3c77e47fec44431e167555fe1339056
treea863d3cf6503a767e66eec224aad610b47176c42
parent8d8135f003b35c3e109d013b2bed9ee9496da615
Swap DtorckConstraint to DropckConstraint

This change was made as per suspicion that this struct was never renamed after consistent use of DropCk.

This also clarifies the meaning behind the name of this structure.
compiler/rustc_middle/src/arena.rs
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_middle/src/traits/query.rs
compiler/rustc_middle/src/ty/query.rs
compiler/rustc_trait_selection/src/traits/query/dropck_outlives.rs
compiler/rustc_traits/src/dropck_outlives.rs