mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() - Replace non-standard names like 's, 'p, 'rg, 'ck, 'parent, 'this, and 'me with vanilla 'a. These are cases where the original name isn't really any more informative than 'a. - Replace names like 'cx, 'mir, and 'body with vanilla 'a when the lifetime applies to multiple fields and so the original lifetime name isn't really accurate. - Put 'tcx last in lifetime lists, and 'a before 'b. |
||
---|---|---|
.. | ||
query | ||
select | ||
specialize | ||
auto_trait.rs | ||
coherence.rs | ||
const_evaluatable.rs | ||
engine.rs | ||
fulfill.rs | ||
misc.rs | ||
mod.rs | ||
normalize.rs | ||
object_safety.rs | ||
outlives_bounds.rs | ||
project.rs | ||
structural_normalize.rs | ||
util.rs | ||
vtable.rs | ||
wf.rs |