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-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
rust
/
tests
/
rustdoc-ui
/
issue-58473.rs
11 lines
118 B
Rust
Raw
Normal View
History
Unescape
Escape
Moving all rustdoc-ui tests to check-pass These were all build-pass before and don't seem to need it. Helps with #62277
2020-04-19 23:40:53 +00:00
// check-pass
move collapse and unindent docs passes earlier
2019-02-20 21:20:01 +00:00
pub
trait
Foo
{
/**
Does
nothing
,
returns
`
(
)
`
yadda
-
yadda
-
yadda
*
/
fn
foo
(
)
{
}
}
Reference in New Issue
Copy Permalink