]> git.lizzy.rs Git - rust.git/commitdiff
update unsupported example in README (now that threading is supported on some platforms)
authorRalf Jung <post@ralfj.de>
Sat, 30 May 2020 20:50:49 +0000 (22:50 +0200)
committerRalf Jung <post@ralfj.de>
Sat, 30 May 2020 20:50:49 +0000 (22:50 +0200)
README.md

index 12fc6d22cf85de614b674e4b21d67edcf0b39305..b2738bb062aa2d90331b69ec6cb1faacf0da2b82 100644 (file)
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ There is no way to list all the infinite things Miri cannot do, but the
 interpreter will explicitly tell you when it finds something unsupported:
 
 ```
-error: unsupported operation: Miri does not support threading
+error: unsupported operation: can't call foreign function: bind
     ...
     = help: this is likely not a bug in the program; it indicates that the program \
             performed an operation that the interpreter does not support