Fix parsing a doc block for `_mm_extract_ps` (rust-lang#1242) 2eb8706 celinval added a commit that references this issueon Jun 4, 2024 Fix gen-c display (rust-lang#1241) (rust-lang#1242) 20da325 Sign up for freeto join this conversation on GitHub.Already have an account?Sign in ...
auto-reduced (treereduce-rust): #[cfg_attr::skip] fn main() {} original: //@ revisions: feature gated #![cfg_attr(feature, feature(lazy_type_alias))] #![allow(incomplete_features)] type X = Vec<X>; //[gated]~^ ERROR cycle detected //[fea...
$ rustc -Vv rustc 1.1.0-nightly (e5394240a 2015-05-14) (built 2015-05-14) binary: rustc commit-hash: e5394240a295650b567aa406b4a0e1e3a6749a5f commit-date: 2015-05-14 build-date: 2015-05-14 host: x86_64-unknown-linux-gnu release: 1.1.0-ni...
The current workaround is to physically comment out the two irrelevant cfg_attr modifiers, at which time IntelliJ Rust Plugin will resolve everything just fine. While the margin tickboxes for Cargo.toml does indeed work to (de)select Cargo features, I can find no location to (de)select any...
intellij-rust / intellij-rust Notifications Star 3.5k Fork 305 Code Issues 1.1k Pull requests 92 Actions Projects 1 Wiki Security Insights New issue Take into account cfg_attr during experimental compiler features annotation #6636
Empowering everyone to build reliable and efficient software. - Fix some `#[cfg_attr(not(doc), repr(..))]` · rust-lang/rust@b74f426