You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ichton
Make stdbuild a cargo feature
Also invert the default feature / no std arrangement. The default
still uses std, but no_std now requires opt-in instead of opt-out.
This is work toward removing the shim in rustc.
* other mangleing
* adjust TypeAnalysis to Rb_tree update
* add wip test
* update test and ActivityAnalysis
* fixing older llvm tests
* fix llvm-10 and older
* fix llvm-8 and older
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
This silly code fails with a type error:
but if i pretty-print it, the parens around fail are removed, and it fails with a parse error instead:
this makes the fuzzer unhappy.
I think this is a parser bug rather than a pp bug, but I'm not sure.
The text was updated successfully, but these errors were encountered: