This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
144a12acdd
os-rust
/
tests
/
ui
/
imports
/
import2-rpass.rs
10 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
Move some tests to subdirectories
2020-12-07 02:01:35 +03:00
use
zed
::
bar
;
mod
zed
{
pub
fn
bar
(
)
{
println!
(
"
bar
"
)
;
}
}
pub
fn
main
(
)
{
bar
(
)
;
}
Reference in a new issue
Copy permalink