issues Search Results · repo:rust-lang/rust
Filter by
0 results
(75 ms)0 results
!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug.
I tried this code:
macro_rules! my_type {
...
A-hygiene
A-lifetimes
A-macros
C-discussion
lolbinarycat
- 2
- Opened 3 hours ago
- #145023
This issue tracks the release notes text for #143028.
cc @dianne, @oli-obk -- original issue/PR authors and assignees for drafting text
See the forge.rust-lang.org chapter about release notes for an ...
needs-triage
relnotes
relnotes-tracking-issue
T-lang
rustbot
- 1
- Opened 5 hours ago
- #145019
This issue tracks the release notes text for #143808.
cc @JonathanBrouwer, @jdonszelmann -- original issue/PR authors and assignees for drafting text
See the forge.rust-lang.org chapter about release ...
A-attributes
needs-triage
relnotes
relnotes-tracking-issue
T-lang
rustbot
- Opened 5 hours ago
- #145016
Code
fn main() {
dbg!(u16::from_bytes_le([21, 37]));
}
Current output
error[E0599]: no function or associated item named `from_bytes_le` found for type `u16` in the current scope
-- src/main.rs:2:15 ...
A-diagnostics
T-compiler
meithecatte
- Opened 5 hours ago
- #145015
E.g. https://github.com/rust-lang/rust/pull/144995#issuecomment-3160075317
If we have neither command stdout nor stderr, then
https://github.com/rust-lang/rust/blob/dc0bae1db725fbba8524f195f74f680995fd549e/src/bootstrap/src/utils/exec.rs#L748-L769 ...
C-bug
T-bootstrap
jieyouxu
- 1
- Opened 10 hours ago
- #145002
!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read Rust Bug Minimization Patterns for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ ...
C-bug
I-ICE
I-prioritize
regression-from-stable-to-nightly
S-has-bisection
T-compiler
TrueDoctor
- 6
- Opened 13 hours ago
- #144994
while glob imports from an outer/or nested scope do not
mod glob {
pub trait Tr {
fn method( self) {}
}
impl Tr for () {}
}
// use glob::*; // ok
fn main() {
// use glob::*; // ...
A-resolve
C-bug
T-compiler
lcnr
- Opened 13 hours ago
- #144993
Code
use std::collections::HashMap;
fn main() {
let data = HashMap:: String, u8 ::new();
let mut ordered = data.iter().collect:: Vec _ ();
ordered.sort_by_key(|(field, _)| field);
}
Current ...
A-diagnostics
D-terse
T-compiler
cyrgani
- Opened 14 hours ago
- #144992
!-- Thank you for creating a tracking issue!
Tracking issues are for tracking a feature from implementation to stabilization.
Make sure to include the relevant RFC for the feature if it has one.
If ...
C-tracking-issue
S-tracking-unimplemented
T-libs-api
axelkar
- Opened 15 hours ago
- #144989
!-- Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide a minimal verifiable example. You can read Rust Bug Minimization Patterns for how to create smaller examples. http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ ...
C-bug
F-explicit_tail_calls
I-ICE
requires-incomplete-features
T-compiler
theemathas
- 2
- Opened 15 hours ago
- #144986

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.