We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad877f0 commit ec64089Copy full SHA for ec64089
library/autodiff/examples/struct.rs
@@ -18,6 +18,7 @@ fn sin(x: &Foo) -> f32 {
18
19
fn main() {
20
let mut s = String::new();
21
+ println!("Please enter a value for c1");
22
io::stdin().read_line(&mut s).unwrap();
23
let c2 = s.trim_end().parse::<i16>().unwrap();
24
dbg!(c2);
0 commit comments