make backend generic

This commit is contained in:
nora 2022-04-04 08:18:53 +02:00
parent 3e11ae0f17
commit d144819eb0
3 changed files with 68 additions and 45 deletions

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2022-04-03"
components = ["miri"]