We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HirId ... Expr に対応する構文木を指す識別子 AttributeMap ... Expr が持つ属性を格納する連想配列
HirId
Expr
AttributeMap
例:
fn a(b: Option<i32>) -> i32 { b.unwrap() } // map: { HirId!(a.b): AttributeMap { MayPanic: true, SideEffect: false } }
The text was updated successfully, but these errors were encountered:
設計がだるいので当面はHashMap<SomeEnum, Box>にする
Sorry, something went wrong.
No branches or pull requests
HirId
...Expr
に対応する構文木を指す識別子AttributeMap
...Expr
が持つ属性を格納する連想配列例:
The text was updated successfully, but these errors were encountered: