This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
82ccba1fd7
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 16:09:30 +01:00
fn
main
(
)
{
/// [](crate)
struct
X
;
}
Reference in a new issue
Copy permalink