-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
extra tries to find rustrt, but make install
doesn't install it
#10765
Comments
I forgot to add |
bors
added a commit
that referenced
this issue
Dec 3, 2013
…hton This wasn't uncovered during testing because the librustrt is available locally in the build directory (and it needs to be for all the tests to link against it as well). Closes #10765
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2023
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2023
Add lints for disallowing usage of `to_xx_bytes` and `from_xx_bytes` Adds `host_endian_bytes`, `little_endian_bytes` and `big_endian_bytes` Closes rust-lang#10765 v - not sure what to put here since this adds 3 lints changelog: Add `host_endian_bytes`, `little_endian_bytes` and `big_endian_bytes` lints
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Nov 16, 2023
…mment, r=lnicola Try to update parser/event doc `TokenSource` and `TreeSink` has been refactored as part of rust-lang#10765, they no longer exist in code repo. This pr tries to remove them from event module level comment to prevent confusion.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error disappears when
extern mod extra
is removed.Edit: Changing title since I've heard similar result on linux. (
--test
build failure on ubuntu nightly)The core issue is 1) extra needs rustrt 2) but
make install
doesn't install it.The text was updated successfully, but these errors were encountered: