We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98bfb1 commit 56d2a45Copy full SHA for 56d2a45
local-crates/faulty-deps/Cargo.toml
@@ -0,0 +1,9 @@
1
+[package]
2
+name = "faulty-deps"
3
+version = "0.1.0"
4
+authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5
+edition = "2018"
6
+
7
+[dependencies]
8
+error_code = {git = "https://github.com/rust-lang/crater", rev = "c3f462bdab37a93c24b2b172b90564749e892cbc"}
9
+lazy_static = "=0.1.0"
local-crates/faulty-deps/src/main.rs
@@ -0,0 +1,5 @@
+use error_code::STRING;
+fn main() {
+ println!("Hello, world!");
+}
0 commit comments