]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #50883 - dlrobertson:fix_warning, r=TimNN
authorkennytm <kennytm@gmail.com>
Sat, 19 May 2018 15:41:05 +0000 (23:41 +0800)
committerkennytm <kennytm@gmail.com>
Sat, 19 May 2018 20:16:11 +0000 (04:16 +0800)
commit9f34c7feea4bdb3b1b4d7d4c8be56ed70775946f
tree69c0733db8fe42ba899c829952432f3b769abc43
parent974396b991de4b499491a8524d85e575a93888b6
parent8b024888349f2c28b74c6697a33572dbd0d077b0
Rollup merge of #50883 - dlrobertson:fix_warning, r=TimNN

Fix warning when building stage0 libcore

When building stage0 a warning will be triggered when compiling libcore
due to `align_to_offsets` not being used.