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-29 03:27:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a208bae00e
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 02:36:10 +00:00
#![
feature(rustdoc_internals)
]
#![
feature(rustdoc_internals)
]
//~ ERROR
Add test for rustdoc new check pass
2021-02-27 17:36:15 +00:00
pub
fn
foo
(
)
{
}
Reference in New Issue
Copy Permalink