rust private

To start a new build commit change to repository or click New build button.
Auto merge of #43217 - pnkfelix:alloc-requires-align-it-in-u32, r=alexcrichton
Add precondition to `Layout` that the `align` fit in a u32. Add precondition to `Layout` that the `align` not exceed 2^31. This precondition takes the form of a behavorial change in `Layout::from_size_align` (so it returns `None` if the input `align` is too large) and a new requirement for safe usage of `Layout::from_size_align_unchecked`. Fix #30170.
1.0.4095
8 years ago by bors
8 years ago in 2 hr 8 min
Environment: MSYS_BITS=64, RUST_CONFIGURE_ARGS=--build=x86_64-pc-windows-msvc --enable-extended --enable-profiler, SCRIPT=python x.py dist, DEPLOY_ALT=1
1 hr 16 min
Rendering console...
Log is empty.