You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: