Skip to content
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

split sundown from librustrt and only link rustdoc against it #10103

Closed
thestinger opened this issue Oct 27, 2013 · 2 comments
Closed

split sundown from librustrt and only link rustdoc against it #10103

thestinger opened this issue Oct 27, 2013 · 2 comments

Comments

@thestinger
Copy link
Contributor

It could be done with rust prefix as we do for librustllvm to avoid a conflict with a system sundown installation.

@alexcrichton
Copy link
Member

cc #9910, ideally this would be statically linked to librustdoc and all of the symbols would be internalized (not accessible externally)

@thestinger
Copy link
Contributor Author

+1

flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 29, 2022
Fix overflow ICE in large_stack/const_arrays

Change `maximum_allowed_size` config variable type from `u64` to `u128`, and converting total array sizes to `u128` to avoid overflow during multiplication.

Fixes rust-lang#10044

changelog: Fix: [`large_const_arrays`] and [`large_stack_arrays`]: avoid integer overflow when calculating total array size
rust-lang#10103
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants