This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0972c3b56596b51f9cfdf99a5ad74c754e94d3aa
rust
/
tests
/
ui
/
items_after_test_module
/
multiple_modules.rs
14 lines
128 B
Rust
Raw
Normal View
History
Unescape
Escape
Update UI tests
2025-02-11 17:57:08 +01:00
//@ check-pass
Fix `items_after_test_module` for non root modules, add applicable suggestion
2023-10-04 20:24:16 +00:00
#[
cfg(test)
]
mod
tests
{
#[
test
]
fn
f
(
)
{
}
}
#[
cfg(test)
]
mod
more_tests
{
#[
test
]
fn
g
(
)
{
}
}
Reference in New Issue
Copy Permalink