Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove miri hack #1

Merged
merged 1 commit into from
Feb 13, 2022
Merged

Remove miri hack #1

merged 1 commit into from
Feb 13, 2022

Commits on Feb 13, 2022

  1. Remove miri hack

    This actually causes another "unsupported operation" Miri error.
    
    ```
    error: unsupported operation: unable to turn pointer into raw bytes
       --> /Users/taiki/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/ptr/mod.rs:701:9
        |
    701 |         copy_nonoverlapping(src, tmp.as_mut_ptr(), 1);
        |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unable to turn pointer into raw bytes
        |
        = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
    ```
    taiki-e committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    b1c9ebd View commit details
    Browse the repository at this point in the history