Skip to content

Instantly share code, notes, and snippets.

@FreeMasen
Last active May 2, 2017 15:26
Show Gist options
  • Save FreeMasen/7e92e50dd88ec0548e260f6f678a7cbc to your computer and use it in GitHub Desktop.
Save FreeMasen/7e92e50dd88ec0548e260f6f678a7cbc to your computer and use it in GitHub Desktop.

Error message:

error: unexpected character in cfg `[`, expected parens, a comma, an identifier, or a string

Cargo.toml:

[package]
name = "rust_project"
version = "0.1.0"
authors = ["RMasen"]

[dependencies]

main.rs:

fn main() {
    println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment