Uh oh!
There was an error while loading. Please reload this page.
refactor some FnType stuff to rustc::ty::layout - #60693
Conversation
rust-highfive
commented
May 10, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
saleemjaffer
commented
May 10, 2019
r? @eddyb |
@eddyb Should I make |
FnType stuff to rustc::ty::layoutFnType stuff to rustc::ty::layoutrust-highfive
commented
May 10, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
hellow554
commented
May 10, 2019
Why is the diff so big? Did you change line ending or whitespaces (tabs to spaces or vice versa)? |
Well, this is basically a refactor. I have moved some code from one file to another file. That's why the diff is big. No other reason. |
hellow554
commented
May 10, 2019
D'oh. I didn't see that they are two different files. Stupid me, sorry. |
Uh oh!
There was an error while loading. Please reload this page.
rust-highfive
commented
May 13, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
saleemjaffer
commented
May 13, 2019
@oli-obk Any idea about this error? error:Could not compile `syntax_pos`.Caused by:
process didn't exit successfully: `/Users/acko034/rust/build/bootstrap/debug/rustc --edition=2018 --crate-name syntax_pos src/libsyntax_pos/lib.rs --color always --error-format json --crate-type dylib --emit=dep-info,link -C prefer-dynamic -C opt-level=2 -C metadata=4cf44357de86c90a -C extra-filename=-4cf44357de86c90a --out-dir /Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps --target x86_64-apple-darwin -C incremental=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/incremental -L dependency=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps -L dependency=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/release/deps --extern arena=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/libarena-9113d823ad0fac3a.dylib --extern cfg_if=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/libcfg_if-817962401f6d45f3.rlib --extern rustc_data_structures=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/librustc_data_structures-535ff1b0c2fb6169.dylib --extern rustc_macros=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/release/deps/librustc_macros-e21c299017fe644b.dylib --extern scoped_tls=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/libscoped_tls-4ca8af8a9a53aa58.rlib --extern serialize=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/libserialize-c636480d8730f10f.dylib --extern serialize=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/libserialize-c636480d8730f10f.rlib --extern unicode_width=/Users/acko034/rust/build/x86_64-apple-darwin/stage1-rustc/x86_64-apple-darwin/release/deps/libunicode_width-4198939c88977c7e.rlib` (signal:10,SIGBUS: access to undefined memory)
command did not execute successfully:"/Users/acko034/rust/build/x86_64-apple-darwin/stage0/bin/cargo""build""--target""x86_64-apple-darwin""-j""4""--release""--features""""--manifest-path""/Users/acko034/rust/src/rustc/Cargo.toml""--message-format""json"
expected success, got: exit code:101
failed to run: /Users/acko034/rust/build/bootstrap/debug/bootstrap build -i --stage 1 src/librustc_codegen_llvm
Build completed unsuccessfully in0:00:17 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8b7b2c6 to
e1b3c79CompareFnType stuff to rustc::ty::layoutFnType stuff to rustc::ty::layoutUh oh!
There was an error while loading. Please reload this page.
eddyb
commented
May 14, 2019
@bors r+ |
bors
commented
May 14, 2019
📌 Commit 44eb607 has been approved by |
… r=eddyb refactor some `FnType` stuff to `rustc::ty::layout` Does work in the direction of rust-lang#56166.
bors
commented
May 16, 2019
refactor some `FnType` stuff to `rustc::ty::layout` Does work in the direction of #56166.
bors
commented
May 16, 2019
☀️ Test successful - checks-travis, status-appveyor |
Does work in the direction of #56166.