This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
3ef8d2d607
rust
/
tests
/
rustdoc-ui
/
rustc-check-passes.rs
5 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove even more box syntax uses from src/test Prior work, notably 6550021124451628b1efc60c59284465b109e3aa from #88316 has removed box syntax from most of the testsuite. However, some tests were left out. This commit removes box_syntax uses from more locations in src/test. Some tests that are very box syntax specific are not being migrated.
2022-07-07 04:36:10 +02:00
#![
feature(rustdoc_internals)
]
#![
feature(rustdoc_internals)
]
//~ ERROR
Add test for rustdoc new check pass
2021-02-27 18:36:15 +01:00
pub
fn
foo
(
)
{
}
Reference in a new issue
Copy permalink