-
Notifications
You must be signed in to change notification settings - Fork 13.3k
refactor some FnType
stuff to rustc::ty::layout
#60693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @eddyb |
@eddyb Should I make |
FnType
stuff to rustc::ty::layout
FnType
stuff to rustc::ty::layout
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 |
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. |
D'oh. I didn't see that they are two different files. Stupid me, sorry. |
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 |
@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 in 0:00:17 |
8b7b2c6
to
e1b3c79
Compare
FnType
stuff to rustc::ty::layout
FnType
stuff to rustc::ty::layout
@bors r+ |
📌 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.
refactor some `FnType` stuff to `rustc::ty::layout` Does work in the direction of #56166.
☀️ Test successful - checks-travis, status-appveyor |
Does work in the direction of #56166.