1
Fork 0

Note scope of TAIT more accurately

This commit is contained in:
Michael Goulet 2022-10-22 03:09:49 +00:00
parent 0940040c04
commit 4accf838f6
7 changed files with 12 additions and 5 deletions

View file

@ -143,6 +143,7 @@ pub struct UnconstrainedOpaqueType {
#[primary_span]
pub span: Span,
pub name: Symbol,
pub what: &'static str,
}
pub struct MissingTypeParams {