Skip to content

Add now mandatory data-layout to target specifications.

Nick Twyman requested to merge (removed):master into master

Following the build-environment instructions using a recent nightly rustc 1.10.0-nightly (b5ba5923f 2016-04-21) I ran into 'rustc' panicked at 'Field data-layout in target specification is required' errors.

Cause is: https://github.com/rust-lang/rust/pull/32939/commits/0776399eac62f8cf5cb02761014e8ed6c51204aa.

Merge request reports