This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd2837ec5d
rust
/
tests
/
rustdoc-ui
/
crate-reference-in-block-module.rs
6 lines
61 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
2024-02-22 12:10:29 +00:00
//@ check-pass
rustdoc: Don't crash on `crate` references in blocks This is a regression from #94857.
2023-03-10 15:09:30 +00:00
fn
main
(
)
{
/// [](crate)
struct
X
;
}
Reference in New Issue
Copy Permalink