Skip to content

Conversation

rohitjoshi
Copy link
Contributor

While compiling rust, I am getting warning regarding tuple_indexing and if_let not required as added part of the Rust. I have removed these directives.

rust/rust/src/librustc_borrowck/lib.rs:19:40: 19:46 warning: feature has been added to Rust, directive not necessary
rust/src/librustc_borrowck/lib.rs:19 #![feature(default_type_params, globs, if_let, import_shadowing, macro_rules, phase, quote)]
                                                                                                    ^~~~~~
rust/src/librustc_borrowck/lib.rs:20:28: 20:42 warning: feature has been added to Rust, directive not necessary
/rust/src/librustc_borrowck/lib.rs:20 #![feature(slicing_syntax, tuple_indexing, unsafe_destructor)]

@Gankra
Copy link
Contributor

Gankra commented Dec 15, 2014

Thanks for the PR, but there's already one in the queue doing this: #19763

@Gankra Gankra closed this Dec 15, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request May 28, 2025
feat: Render padding information when hovering on structs
lnicola pushed a commit to lnicola/rust that referenced this pull request May 28, 2025
feat: Render padding information when hovering on structs
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