mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
Update from-into.md
Seems to be closer to the task.
This commit is contained in:
@ -22,7 +22,7 @@ fn main() {
|
|||||||
assert_eq!(i1, i2);
|
assert_eq!(i1, i2);
|
||||||
assert_eq!(i1, 0);
|
assert_eq!(i1, 0);
|
||||||
|
|
||||||
let i3: u32 = 'a' as u32 ;
|
let i3: i32 = 'a' as i32 ;
|
||||||
|
|
||||||
let s: String = String::from('a');
|
let s: String = String::from('a');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user