Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thir-export/cli/src/driver_thir_export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn main() {
.into_iter()
.chain(
escape_string::split(&*std::env::var("THIR_EXPORT_ARGS").unwrap_or("".into()))
.expect("Invalid value for the environement variable THIR_EXPORT_ARGS")
.expect("Invalid value for the environnement variable THIR_EXPORT_ARGS")
.into_iter()
.map(|x| String::from(x)),
)
Expand Down
3 changes: 3 additions & 0 deletions thir-export/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2022-12-06"
components = [ "rustc-dev", "llvm-tools-preview" , "rust-analysis" , "rust-src" , "rustfmt" ]