index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
structs
/
default-field-values
/
auxiliary
/
struct_field_default.rs
blob: b315df5dba2873ac616f0dfd9a7824a735b951d6 (
plain
)
1
2
3
4
5
#![feature(default_field_values)]
pub
struct
A
{
pub
a
:
isize
=
42
,
}