Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I copy paste example in cargo project got following error, anything more I need to do? #15

Open
amber-m-o-r-e opened this issue Jun 6, 2020 · 0 comments

Comments

@amber-m-o-r-e
Copy link

error[E0433]: failed to resolve: use of undeclared type or module Environment
--> src/main.rs:6:15
|
6 | let env = Environment::inherit().insert("foo", "bar");
| ^^^^^^^^^^^ use of undeclared type or module Environment

error: aborting due to previous error

For more information about this error, try rustc --explain E0433.
error: could not compile test_proj.

To learn more, run the command again with --verbose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant