Cargo Features

Trybuild has no features set by default.

[dependencies]
trybuild = { version = "1.0.102", features = ["diff"] }
diff

Experimental: highlight the diff between the expected and actual compiler output. Currently unix-only. If you test this out, please provide any feedback in https://github.com/dtolnay/trybuild/issues/41.

Enables dissimilar