Skip to content

mkovaxx/serde-json-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serde-json-bug

This snippet reproduces a bug in Rust's serde_json crate.

Expected output:

Err(Error("unknown variant `xenomorph`, expected `cat` or `dog`", line: 6, column: 34))

Observed output:

Err(Error("unknown variant `xenomorph`, expected `cat` or `dog`", line: 0, column: 0))

About

Reproducing a bug in Rust's serde_json crate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages