-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Re-exports of items from own crate cannot be semver-checked #2
Comments
Other related issues worth tracking: |
Mostly resolved by tracking |
I'm not sure if this is resolved (or if I'm misunderstanding your original issue and I need to file this as something else). If a crate re-exports a type or trait from a dependency as part of its public api and that re-exported type suffers from semver-incompatible changes, I can provide a (real world) example if need be. |
Hi! This issue was meant for re-exports that stay within one's own crate, and I've renamed it as such — thanks for pointing out the confusion. What you're describing is definitely worth opening a new issue for. |
Signed-off-by: Michał Staniewski <m.staniewzki@gmail.com>
Signed-off-by: Michał Staniewski <m.staniewzki@gmail.com>
Unfortunately,
rustdoc
JSON output does not seem to output re-export information inpaths
, so we don't seem to be able to get information on re-exports which we can query for semver issues.Upstream tracking issue: rust-lang/rust#93522
The text was updated successfully, but these errors were encountered: