index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0061_struct_lit.rs
blob: eb711f68a13048fda45c24baf81d65b314c55ad4 (
plain
)
1
2
3
4
5
fn
foo
()
{
S
{};
S
{
x
,
y
:
32
,
};
S
{
x
,
y
:
32
,
..
Default
::
default
()
};
}