Skip to content

Commit

Permalink
Improve compile error message when no backends set
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCaskey authored Dec 6, 2019
1 parent 448faaf commit 0580a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/wasmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use wasmer_runtime_core::backend::BackendCompilerConfig;
feature = "backend-llvm",
feature = "backend-singlepass"
)))]
compile_error!("Please enable at least one of the compiler backends");
compile_error!("Please enable one or more of the compiler backends");

#[derive(Debug, StructOpt)]
#[structopt(name = "wasmer", about = "Wasm execution runtime.", author)]
Expand Down

0 comments on commit 0580a11

Please sign in to comment.