Improve error message indication for op calls

This commit is contained in:
Shunsuke Shibayama 2022-08-23 22:48:06 +09:00
parent 9f6a4a43fc
commit 00db622f2b
3 changed files with 120 additions and 147 deletions

View file

@ -246,7 +246,7 @@ pub struct Local {
pub name: Token,
/// オブジェクト自身の名前
__name__: Option<Str>,
t: Type,
pub(crate) t: Type,
}
impl NestedDisplay for Local {