emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
22.47k stars 1.6k forks source link

Enable rustdoc `generate-link-to-definition` feature on docs.rs #5030

Closed GuillaumeGomez closed 2 months ago

GuillaumeGomez commented 2 months ago

You can see this feature in action here or on any of dtolnay's crates and many others. I found myself going through your project code recently on docs.rs and I was a bit sad I couldn't have this feature enabled. This should fix it at next release. :)

emilk commented 2 months ago

Very cool feature; I didn't know about this!

Why is it opt-in and not enabled by default?

GuillaumeGomez commented 2 months ago

Not stable and likely won't be before a long time. There are some disagreements in the rustdoc team about how we should implement this feature or whether or not we should even have this feature in the first place. "politics"