Explorar o código

Use panic=abort for tests

Try to fix issues with undefined `rust_eh_personality` symbols
Alex Crichton %!s(int64=6) %!d(string=hai) anos
pai
achega
d74c506aab
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Cargo.toml

+ 6 - 0
Cargo.toml

@@ -46,3 +46,9 @@ required-features = ["c", "compiler-builtins"]
 
 [workspace]
 members = ["testcrate"]
+
+[profile.release]
+panic = 'abort'
+
+[profile.dev]
+panic = 'abort'