在Rust源代码中,rust/src/tools/rust-analyzer/crates/ide/src/doc_links.rs文件的作用是为Rust语言的代码提供文档链接的功能。该文件包含了名为DocumentationLinks和DocCommentToken的两个结构体。 DocumentationLinks结构体代表了代码中的文档链接信息,它包含了以下字段: docs: Vec<Link>:一个包含多个Link结构体的向量...
在Rust源代码中,rust/src/tools/rust-analyzer/crates/ide/src/doc_links.rs文件的作用是为Rust语言的代码提供文档链接的功能。该文件包含了名为DocumentationLinks和DocCommentToken的两个结构体。 DocumentationLinks结构体代表了代码中的文档链接信息,它包含了以下字段: docs: Vec<Link>:一个包含多个Link结构体的向量...
FailureForwarder结构体是一个错误信息转发器,用于将错误信息记录到一个集合中,以便在后续的宏展开过程中进行查询和处理。 ExplainDocComment是一个枚举类型,用于表示文档注释(doc comment)解析的结果。它包含了多个变体,用于表示不同类型的文档注释解析结果,例如解析成功、解析失败、不支持的注释类型等。 总体而言,rust/...
Links from core to std (Figure out a way to link to downstream crates #74481) Documentation is also tested with --stage 0, so you may not be able to make changes that require recently merged fixes: Move to doc links inside the prelude #75368 (comment) Associated items anywhere other th...
Copy link Quote reply Member camelid commented Oct 4, 2020 See here for example: The links in the right column should be serif, not sans-serif. camelid added C-bug T-rustdoc labels Oct 4, 2020 camelid changed the title rustdoc: Links are shown as if they are Rust items rustdoc...
ExplainDocComment是一个枚举类型,用于表示文档注释(doc comment)解析的结果。它包含了多个变体,用于表示不同类型的文档注释解析结果,例如解析成功、解析失败、不支持的注释类型等。 总体而言,rust/compiler/rustc_expand/src/mbe/diagnostics.rs文件的作用是提供一个机制,用于处理和生成宏展开过程中的诊断信息,方便开发...
[Here is a link!](https://www.rust-lang.org) ## Subheading ```rust fn foo() -> i32 { 1 + 1 } ``` 调用rustdoc: $ rustdoc README.md 你会找到一个 HTML 文件docs/doc/README.html,源自 Markdown 内容。 不幸的是,Cargo 目前无法理解独立的 Markdown 文件。 摘要 这涵盖了最简单的...
tools = ["cargo","rustdoc","rustfmt"] verbose = 2 sanitizers = false profiler = false cargo-native-static = false [install] prefix = "/usr/lib/rust/1.72.0" sysconfdir = "etc" docdir = "share/doc/rust" bindir = "bin" libdir = "lib" mandir = "share/man" ...
Ignore doc/tags 10年前 .vintrc.yml Vint-related fixes 7年前 ISSUE_TEMPLATE.md Guide users to ensuring :RustInfo works 5年前 LICENSE-APACHE License like rust 9年前 LICENSE-MIT License like rust 9年前 README.md Explain how to install rustfmt 4年前 triagebot.toml...
fix(doc): replace kitchen sink examples with docs.rs links. (#618) 3年前 deny.toml Ignore the time/chrono related issue and examples in cargo deny (#671) 3年前 precommit.sh fix: update metrics proto and metric transformation. (#535) ...