-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
hardcoded paths in makefile prevent using checkinstall #3391
Comments
Not critical for 0.6, de-milestoning |
@catamorphism, is it safe to presume that rustc itself will start using rustpkg at some point? If so, is it enough to provide an uninstallation facility with rustpkg, or would it still need to be able to work through checkinstall? |
zacklukem
added a commit
to zacklukem/rust
that referenced
this issue
Apr 28, 2023
Implements the required comipler changes for result_ffi_guarantees (rust-lang#3391) Allows `Result<T, E>` to be used in extern "C" functions where one of (T, E) is a non-zero type and one of (T, E) is a zero sized type. e.g. `Result<NonZeroI32, ()>` Adds test cases to ensure that the abi for Result and Option types with nonzero representation remains consistent
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Mar 23, 2024
remove duplicate test This is basically the same as `tests/pass/imported_main.rs`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo checkinstall
fails after a make due to hardcoded pathsthis prevents installing as normal package from the repo
The text was updated successfully, but these errors were encountered: