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

upgrade rust nightly version #160

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

gaojiaqi7
Copy link
Contributor

Fix the AFL issue:

error[E0599]: no function or associated item named `from_encoded_bytes_unchecked` found for struct `OsStr` in the current scope
Error:    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.0/src/ext.rs:282:16
    |
282 |         OsStr::from_encoded_bytes_unchecked(second),
    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `OsStr`

For more information about this error, try `rustc --explain E0599`.

@gaojiaqi7 gaojiaqi7 force-pushed the 0222/upgrade_rust_toolchain branch from d3e7978 to 6f2c79c Compare February 22, 2024 06:54
`zerocopy` crate has been upgraded in `td-shim`. Bump it to `0.7` in
`migtd` too to make it work.

Signed-off-by: Jiaqi Gao <[email protected]>
 - removed unsed import `eoi`
 - removed stablized features used in crate `pci`

Signed-off-by: Jiaqi Gao <[email protected]>
@gaojiaqi7 gaojiaqi7 force-pushed the 0222/upgrade_rust_toolchain branch from 6f2c79c to 2bac80e Compare February 22, 2024 11:14
@gaojiaqi7 gaojiaqi7 merged commit 970306a into intel:main Feb 23, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants