Sign in
rust
/
rust
/
526a91cbcc4601b92b0587405015e07b9c0d79f6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_4936.rs
blob: c19e505fd03ad6b5c145f0aca15b8f6c3ce867a1 [
file
] [
log
] [
blame
]
#[
discard_params_doc
]
trait
Trait
{
fn
foo
(
&
self
,
/// some docs
bar
:
String
,
/// another docs
baz
:
i32
,
);
}