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
fn main() { let x = 3; (fn() { assert x == 3; })(); }
Result:
rust: upcall fail 'Assertion cx.fcx.llupvars.contains_key(did.node) failed', ../src/comp/middle/trans.rs:2688 rust: domain main @0x7fe932819a00 root task failed
Expected?
error: attempted dynamic environment-capture
The text was updated successfully, but these errors were encountered:
9fa7491
Merge pull request rust-lang#1467 from BeetleFunk/global-asm-ice
9ddba16
Avoid ICE when global_asm const operand fails to evaluate
Add a note about building rust-analyzer-proc-macro-srv (rust-lang#1467
rust-analyzer-proc-macro-srv
b42b9aa
)
8fbdfcd
No branches or pull requests
Result:
Expected?
The text was updated successfully, but these errors were encountered: