-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
E-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedE-mediumS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right nowgood first issue
Description
The .rustc
section contains the rustc version in a very stable format. It is used to report the original rustc version when attempting to use a crate compiled with a different rustc version. You will first need to use snap to decompress the section, then you can look at get_rustc_version
to see how to decode it. METADATA_HEADER
is defined at https://github.com/rust-lang/rust/blob/382848989f91fa2c25390f0d5c1e8b1ae94f47df/compiler/rustc_metadata/src/rmeta/mod.rs#L54
Metadata
Metadata
Assignees
Labels
E-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedE-mediumS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right nowgood first issue