This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
6d69b2e408
rust
/
tests
/
ui
/
parser
/
impl-item-fn-no-body-pass.rs
9 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ check-pass
Use `Option` in `ImplItemKind::Method`.
2019-12-01 07:24:07 +01:00
fn
main
(
)
{
}
#[
cfg(FALSE)
]
impl
X
{
fn
f
(
)
;
}
Copy permalink