This website requires JavaScript.
Explore
Help
Sign In
Shikong
/
trpl-zh-cn
Watch
1
Star
0
Fork
0
You've already forked trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
synced
2025-04-28 17:18:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c6fa93772a
trpl-zh-cn
/
listings
/
ch15-smart-pointers
/
no-listing-01-cant-borrow-immutable-as-mutable
/
src
/
main.rs
yizeyi18
c0d101bc0e
update listings to catch up newest outputs and features of newest rust
2024-06-06 21:23:21 +08:00
5 lines
49 B
Rust
Raw
Blame
History
fn
main
(
)
{
let
x
=
5
;
let
y
=
&
mut
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink