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
I built rust from HEAD this morning (ac026e2), and when I run rust w/o any arguments, it produces the help output (although I'm not sure if it produces all of it?), then crashes with the following error:
rust(41022,0x10cfdd000) malloc: *** mmap(size=7522747388523884544) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
bump clippy crates to edition 2021
Also helps with dogfooding edition 2021 a bit. :)
Tests passed locally.
---
changelog: bump edition from 2018 to 2021
I built rust from HEAD this morning (ac026e2), and when I run
rust
w/o any arguments, it produces the help output (although I'm not sure if it produces all of it?), then crashes with the following error:I used Homebrew to compile rust, and I'm running Mac OS X 10.8.4. I've got the crash dump and other infos here: https://gist.github.com/cypher/7dc07c8e0461ab8c7daa
The text was updated successfully, but these errors were encountered: