Skip to content

Conversation

@frewsxcv
Copy link
Contributor

They're leftovers from the enum namespacing transition

Other than removing public reexports, I also had to publicize a type
(compile::InstIdx). It should have always been public but no
error was ever given because of this bug:

rust-lang/rust#6477

I also had to enable documentation for compile::Ist because it was
complaining that there wasn't any.

They're leftovers from the enum namespacing transition Other than removing public reexports, I also had to publicize a type (compile::InstIdx). It should have always been public but no error was ever given because of this bug: rust-lang/rust#6477 I also had to enable documentation for compile::Ist because it was complaining that there wasn't any.
@alexcrichton
Copy link
Member

Thanks!

alexcrichton added a commit that referenced this pull request Dec 24, 2014
Remove all public reexports
@alexcrichton alexcrichton merged commit c10113f into rust-lang:master Dec 24, 2014
@frewsxcv frewsxcv deleted the rm-reexports branch December 24, 2014 03:32
BurntSushi pushed a commit that referenced this pull request Nov 17, 2021
This fixes the oss-fuzz build. Specifically, the build log[1] showed this error: Step #3 - "compile-libfuzzer-address-x86_64": error: inherits must not be specified in root profile dev So we just remove it and inline the settings. PR #817 [1] - https://oss-fuzz-build-logs.storage.googleapis.com/log-c9b61873-8950-4a50-a729-820d5617ff7a.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants