Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust/tests/rustdoc-ui/intra-doc/ice-priv-use-103463.rs

12 lines
275 B
Rust
Raw Normal View History

Add URL and `crate_name` to test cases
2025-01-29 11:20:22 -07:00
// https://github.com/rust-lang/rust/issues/103463
rustdoc: rename `issue-\d+.rs` tests to have meaningful names
2025-01-29 11:36:36 -07:00
//@ check-pass
Add URL and `crate_name` to test cases
2025-01-29 11:20:22 -07:00
rustdoc: Do not add external traits to the crate in `register_res` It's not clear why it was done, and apparently it's no longer necessary now. Such additions are unpredictable for early doc link resolution and would force us to collect all doc links from all external traits.
2022-10-27 21:41:54 +04:00
// The `Trait` is not pulled into the crate resulting in doc links in its methods being resolved.
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 12:10:29 +00:00
//@ aux-build:issue-103463-aux.rs
rustdoc: Do not add external traits to the crate in `register_res` It's not clear why it was done, and apparently it's no longer necessary now. Such additions are unpredictable for early doc link resolution and would force us to collect all doc links from all external traits.
2022-10-27 21:41:54 +04:00
extern crate issue_103463_aux;
use issue_103463_aux::Trait;
fn main() {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 654ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API