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'm fairly new to Rust, so there may be something I'm missing here.
The following code snippet causes the Rust compiler (1.14, beta 1.15, nightly 1.16) to crash without any explicit errors on an up-to-date Arch Linux system immediately after a rustup update.
Cargo.toml [package] name = "crash" version = "0.1.0"
reproduces on playground, can't reproduce with locally installed rust (rustc 1.14.0 (e8a012324 2016-12-16) and rustc 1.16.0-nightly (47c8d9fdc 2017-01-08)) on x86_64 linux
Activity
oli-obk commentedon Jan 10, 2017
minimal repro example:
reproduces on playground, can't reproduce with locally installed rust (
rustc 1.14.0 (e8a012324 2016-12-16)
andrustc 1.16.0-nightly (47c8d9fdc 2017-01-08)
) on x86_64 linuxoli-obk commentedon Jan 10, 2017
@beamspease: I suggest you use
instead. The missing error message is the issue here. To best of my knowledge the code as you wrote it is illegal, but should report an error.
beamspease commentedon Jan 10, 2017
Mark-Simulacrum commentedon May 19, 2017
Seems fine today; we should probably have a test for this, E-needstest.
regression test for rust-lang#38954
Rollup merge of rust-lang#42230 - venkatagiri:ice_regression_tests, r…
Rollup merge of rust-lang#42230 - venkatagiri:ice_regression_tests, r…
Rollup merge of rust-lang#42230 - venkatagiri:ice_regression_tests, r…