]> git.lizzy.rs Git - rust.git/commit
Merge #8309
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 3 Apr 2021 09:19:55 +0000 (09:19 +0000)
committerGitHub <noreply@github.com>
Sat, 3 Apr 2021 09:19:55 +0000 (09:19 +0000)
commit8289b96216b5d4ddd0b6cf9feccb7af574d022a8
tree079dabc4e0de72e30d2bd04bd50427ff6950b348
parent327f3a0a3017e047be58b8312f8bf3ac690db3fd
parente480d81988fc0c0e4f80f1c54058b95b9aaf1ebf
Merge #8309

8309: Introduce `GenericArg` like in Chalk r=flodiebold a=flodiebold

Plus some more adaptations to Substitution.

Lots of `assert_ty_ref` that we should revisit when introducing lifetime/const parameters.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>