Compiler Errors
A collection of examples that illustrate common Rust compiler error messsages
README
Compiler Errors
This repo containes a collection of examples that do not compile. These are meant to be illustrative of typical compiler errors that Rust developers often encounter.
Try to get these code examples to compile yourself!
Running the examples
The examples can be run using Cargo:
# cargo run --example $NAME_OF_EXAMPLE
cargo run --example move