Get your own website
error[E0425]: cannot find value `message` in this scope
 --> prog.rs:9:18
  |
9 |   println!("{}", message); // Error. Try to remove this line
  |                  ^^^^^^^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0425`.