about summary refs log tree commit diff
path: root/tests/rustdoc/inline_local/fully-stable-path-is-better.rs
AgeCommit message (Collapse)AuthorLines
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-2/+2
2025-01-06rustdoc: use stable paths as preferred canonical pathsMichael Howell-0/+40
This accomplishes something like 16a4ad7d7b0d163f7be6803c786c3b83d42913bb, but with the `rustc_allowed_through_unstable_modules` attribute instead of the path length.