-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Change dwarf to avoid nesting CUs #147
Comments
(a) fixed ages ago, (b) obsolete since we're dropping DWARF of this sort |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
rustup to rustc 1.17.0-nightly (60a0edc 2017-02-26)
kazcw
pushed a commit
to kazcw/rust
that referenced
this issue
Oct 23, 2018
rchaser53
pushed a commit
to rchaser53/rust
that referenced
this issue
Jan 19, 2019
Add lowering rules for GATs
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 1, 2021
* Add fmt and clippy to CI * Add rust components * Fix formatting
bjorn3
pushed a commit
to bjorn3/rust
that referenced
this issue
Mar 27, 2022
Don't pass --target in cargo.sh
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The source file CUs should not be nested in the crate CU. They should be separate: first the crate-file CU, then the source-file CUs, in sequence. This will probably not break much, possibly the crate reader will need to change a bit in the runtime.
Apparently the nesting is not something other dwarf-speakers expect.
The text was updated successfully, but these errors were encountered: