Guest User

Untitled

a guest
Jun 25th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. extern crate serde_json;
  2.  
  3. fn main() {
  4. let _: serde_json::Value = serde_json::from_str(r#"{ "foo": nu"#).unwrap();
  5. }
Add Comment
Please, Sign In to add comment