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
abe52cdcc7
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-06 21:36:10 -05:00
#![
feature(rustdoc_internals)
]
#![
feature(rustdoc_internals)
]
//~ ERROR
Add test for rustdoc new check pass
2021-02-27 11:36:15 -06:00
pub
fn
foo
(
)
{
}
Reference in New Issue
Copy Permalink