]> git.lizzy.rs Git - rust.git/commit
Introduce ParamName and use it in place of LifetimeName
authorvarkor <github@varkor.com>
Fri, 1 Jun 2018 22:23:48 +0000 (23:23 +0100)
committervarkor <github@varkor.com>
Wed, 20 Jun 2018 11:23:23 +0000 (12:23 +0100)
commit390aa5d42152909d927a84a04621f334397d3164
tree9af14b6716b994243602552838dff3e3adb95583
parent59feafd9d8de7c458498f1a8de2bd8afc30f4fbd
Introduce ParamName and use it in place of LifetimeName
13 files changed:
src/librustc/hir/intravisit.rs
src/librustc/hir/lowering.rs
src/librustc/hir/map/mod.rs
src/librustc/hir/mod.rs
src/librustc/hir/print.rs
src/librustc/ich/impls_hir.rs
src/librustc/middle/resolve_lifetime.rs
src/librustc_lint/bad_style.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/wfcheck.rs
src/librustc_typeck/collect.rs
src/librustdoc/clean/auto_trait.rs
src/librustdoc/clean/mod.rs