This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be413ae527
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 18:40:53 -05:00
// check-pass
move collapse and unindent docs passes earlier
2019-02-20 15:20:01 -06:00
pub
trait
Foo
{
/**
Does
nothing
,
returns
`
(
)
`
yadda
-
yadda
-
yadda
*
/
fn
foo
(
)
{
}
}
Reference in New Issue
Copy Permalink