Fix tools

This commit is contained in:
Michael Goulet 2024-12-10 19:41:48 +00:00
parent c5d02237d3
commit b8c5a0f0eb
14 changed files with 80 additions and 6 deletions

View file

@ -2893,7 +2893,7 @@ pub enum TyKind<'hir> {
Ref(&'hir Lifetime, MutTy<'hir>),
/// A bare function (e.g., `fn(usize) -> bool`).
BareFn(&'hir BareFnTy<'hir>),
/// Uwu
/// An unsafe binder type (e.g. `unsafe<'a> Foo<'a>`).
UnsafeBinder(&'hir UnsafeBinderTy<'hir>),
/// The never type (`!`).
Never,