open Issues

  1. Thread a session or semantic context through IL

    eafa0cc Opened by Graydon Hoare at 2024-11-25 17:08:56 - 3 comments
  2. abstract common patterns in AST formatters

    98f1ca6 Opened by Graydon Hoare at 2011-01-27 00:42:35 - 1 comment
  3. add an IL type checker

    d0e5d49 Opened by Graydon Hoare at 2011-01-27 00:48:47 - 1 comment
  4. GC control word for mutable closures

    2cba107 Opened by Graydon Hoare at 2010-08-24 22:24:46 - 1 comment
  5. add dwarf sibling links

    8d5d86d Opened by Graydon Hoare at 2011-01-27 00:42:48 - 1 comment
  6. Perform proper refcounting on imported crate-cache entries.

    46c74a9 Opened by Graydon Hoare at 2011-01-27 01:36:08 - 1 comment
  7. Add fast path to bypass upcall_require on crate cache hit.

    cba0b5e Opened by Graydon Hoare at 2011-01-27 00:59:14 - 1 comment
  8. Only form import stubs for referenced imports.

    e16e688 Opened by Graydon Hoare at 2010-06-28 03:54:29 - 2 comments
  9. perform refcounts on exteriors in llvm

    de8096c Opened by Graydon Hoare at 2011-01-27 01:15:28 - 1 comment
  10. Classify spill / vreg address roles

    ed0f122 Opened by Graydon Hoare at 2011-01-27 00:49:18 - 1 comment
  11. vec and str slicing

    9588dd4 Opened by Graydon Hoare at 2011-01-27 01:37:25 - 1 comment
  12. Pretty-printer legwork

    e409144 Opened by Graydon Hoare at 2011-01-27 00:42:57 - 1 comment
  13. Walker legwork

    da2e4b1 Opened by Graydon Hoare at 2011-01-27 00:43:07 - 1 comment
  14. complete typestate constraint-to-key mapping

    9fea994 Opened by Graydon Hoare at 2010-06-22 22:09:07
  15. support non-init output slots on STMT_call

    80a6dfb Opened by Graydon Hoare at 2011-01-27 00:49:28 - 2 comments
  16. elide calls to empty glue

    bd94c4e Opened by Graydon Hoare at 2011-01-27 00:43:29 - 1 comment
  17. move more slots to vregs

    8bd1ff3 Opened by Graydon Hoare at 2011-01-27 00:49:33 - 1 comment
  18. proper CFI and dwarf engine to use it

    223a16f Opened by Graydon Hoare at 2011-01-27 00:49:40 - 1 comment
  19. teach dwarf to find vregs

    a74c320 Opened by Graydon Hoare at 2011-01-27 00:49:45 - 1 comment
  20. alias legwork

    e0601c2 Opened by Graydon Hoare at 2011-01-27 00:43:38 - 1 comment
  21. clean up exception use in backend

    c900dd3 Opened by Graydon Hoare at 2011-01-27 00:44:13 - 1 comment
  22. implement detached-send

    bddd5b8 Opened by Graydon Hoare at 2011-01-27 00:50:17 - 1 comment
  23. structured compare

    18dc715 Opened by Graydon Hoare at 2011-03-01 21:12:42 - 3 comments
  24. typecheck missing returns

    d7d89cf Opened by Graydon Hoare at 2010-07-16 22:35:18 - 1 comment
  25. encode and decode predicates and constraints via dwarf

    74e55a9 Opened by Graydon Hoare at 2011-01-27 00:50:24 - 1 comment
  26. Single-element vec / str append.

    6dfdb83 Opened by Graydon Hoare at 2020-02-29 21:23:10 - 4 comments
  27. type parameter inference

    8434ef5 Opened by Graydon Hoare at 2010-08-26 21:48:30 - 1 comment
  28. Permit use before import

    46c914b Opened by Graydon Hoare at 2010-06-22 22:53:12
  29. record type inference failing

    bb1fec4 Opened by Graydon Hoare at 2010-07-16 22:23:20 - 1 comment
  30. type checker doesn't reject missing record fields

    e4a9bf6 Opened by Graydon Hoare at 2010-07-16 22:23:21 - 1 comment
  31. Complete type checker

    700fdd7 Opened by Graydon Hoare at 2010-07-27 00:07:46 - 1 comment
  32. Support generic tags in pattern-alt statements

    278f342 Opened by Graydon Hoare at 2010-06-28 16:19:37 - 1 comment
  33. Add tests for pattern-alt statements.

    c1412a0 Opened by Graydon Hoare at 2011-01-27 00:44:28 - 1 comment
  34. record type inference failing

    1b7d54a Opened by Graydon Hoare at 2010-07-15 19:28:47 - 1 comment
  35. switch mul/div/mod by mach type

    dd79113 Opened by Graydon Hoare at 2011-02-14 16:38:20 - 2 comments
  36. Add a type descriptor to all closures

    76954ad Opened by Graydon Hoare at 2010-08-24 22:25:29 - 1 comment
  37. Something is wrong with bind-obj-ctor.rs

    160fdcb Opened by Graydon Hoare at 2011-01-27 01:28:12 - 1 comment
  38. Implement hash intrinsic

    3546ce8 Opened by Patrick Walton at 2011-01-27 00:36:43 - 4 comments
  39. Kill off TYSPEC_callable

    f8bff65 Opened by Graydon Hoare at 2010-07-16 21:50:28 - 1 comment
  40. replace uses of list-ref-append list building with Queue.add

    dbd3377 Opened by Graydon Hoare at 2010-09-22 01:29:55 - 1 comment
  41. change foo-to-string formatting paths to use Fmt module

    451212c Opened by Graydon Hoare at 2011-01-27 00:44:36 - 1 comment
  42. Report proper errors on item name conflict and write more tests

    4c98616 Opened by Roy Frostig at 2011-01-27 00:45:10 - 1 comment
  43. Multi-line comments

    937d217 Opened by Roy Frostig at 2010-07-08 14:51:55 - 2 comments
  44. move lib caches to session

    fca3be3 Opened by Graydon Hoare at 2011-01-27 00:45:20 - 1 comment
  45. Use a more sensible heuristic to detect default-target

    6830d7c Opened by Graydon Hoare at 2010-09-22 01:35:31 - 2 comments
  46. Proper error reporting in the cexp evaluator

    de53aa1 Opened by Graydon Hoare at 2011-01-27 00:45:28 - 1 comment
  47. Rename the array helpers in parser.ml

    15f577f Opened by Graydon Hoare at 2011-01-27 00:45:35 - 1 comment
  48. Encode interior mutable-ness in dwarf

    3227932 Opened by Graydon Hoare at 2010-07-16 22:28:17 - 1 comment
  49. Encode dwarf slot dies for dynamic-sized slots (or slots in dynamic-sized frames)

    298a435 Opened by Graydon Hoare at 2010-10-16 05:09:18 - 1 comment
  50. Dwarf legwork

    c672cef Opened by Graydon Hoare at 2011-01-27 00:50:29 - 1 comment
  51. Enforce prohibition on write-aliasing immutable slots in effect system

    73ca9de Opened by Graydon Hoare at 2011-01-27 00:45:43 - 1 comment
  52. Prohibit non-tag-ctors in tag pattern arms

    acadb27 Opened by Graydon Hoare at 2011-01-27 00:45:53 - 1 comment
  53. Figure out why tags get rebuilt in compares-not-equal order, and fix

    7c7105f Opened by Graydon Hoare at 2010-06-29 02:24:09 - 1 comment
  54. Complete name-mangler

    0e7898f Opened by Graydon Hoare at 2011-01-27 00:46:01 - 1 comment
  55. Complete support for iterator-block nesting

    ee7e9d8 Opened by Graydon Hoare at 2010-06-28 15:42:25
  56. Capture type parameters in bind, factor code shared with obj ctors

    87857a4 Opened by Graydon Hoare at 2010-10-10 07:16:45 - 1 comment
  57. Handle indirect spawns (and binding clones)

    b3e9987 Opened by Graydon Hoare at 2011-01-27 00:35:39 - 1 comment
  58. Add alloca interface to x86-be

    d1f55a6 Opened by Graydon Hoare at 2011-01-27 00:50:32 - 1 comment
  59. Finish operator 'as'

    fb469bf Opened by Graydon Hoare at 2011-01-27 00:35:56 - 2 comments
  60. Handle tail-calls out of an obj fn or closure

    0c9113e Opened by Graydon Hoare at 2011-01-27 00:50:41 - 1 comment
  61. STMT_decl doesn't take type parameters

    072682a Opened by Graydon Hoare at 2011-01-27 00:46:09 - 1 comment
  62. Prohibit put statements in general functions

    27c56ed Opened by Graydon Hoare at 2010-07-14 16:41:45 - 1 comment
  63. Teach typechecker that uint is <plusable>.

    b74330e Opened by Roy Frostig at 2010-06-28 22:27:17 - 1 comment
  64. Something broken when translating mutable aliases of vec.

    b35742f Opened by Roy Frostig at 2010-07-05 22:00:39 - 1 comment
  65. Translate items-as-lvals correctly.

    6f9c856 Opened by Roy Frostig at 2011-01-27 01:24:19 - 2 comments
  66. Fix type-parameterized object methods.

    50fd461 Opened by Roy Frostig at 2010-07-26 22:53:18 - 2 comments
  67. The calling convention in rustboot needs adjustment

    d4b5ab5 Opened by Graydon Hoare at 2010-07-16 00:46:22 - 1 comment
  68. Items losing type parameters over course of typechecking pass.

    c953c16 Opened by Roy Frostig at 2010-07-16 22:08:20 - 1 comment
  69. Make vecs indexable by both int and uint

    35bcfba Opened by Roy Frostig at 2010-08-05 17:04:20 - 1 comment
  70. I'm already using the name "Rust"

    d831a53 Opened by Deleted user at 2023-02-04 15:31:36 - 5 comments
  71. "Unknown load command" in libstd.dylib

    fbb9734 Opened by Jeffrey Yasskin at 2010-07-11 03:20:41 - 2 comments
  72. "Fatal error: exception Assert_failure("boot/me/trans.ml", 2912, 6)" with return from for-each block

    1160031 Opened by Jason Orendorff at 2010-07-22 19:25:05 - 3 comments
  73. Build fails on Fedora 12

    ef57f9f Opened by Vladimir G Ivanovic at 2010-10-22 15:47:33 - 3 comments
  74. Add "how to contribute" section to wiki.

    32cfd56 Opened by Graydon Hoare at 2010-07-29 22:14:29 - 1 comment
  75. Crash with lazy-initted vec

    e8b791b Opened by Jeffrey Yasskin at 2010-07-12 20:35:39 - 3 comments
  76. 2 calls to std._vec.len causes "mismatched type-params" error

    f061d7c Opened by Jeffrey Yasskin at 2010-07-16 22:42:45 - 3 comments
  77. Crash when appending to _vec.alloc'ed vector

    f570b26 Opened by Jeffrey Yasskin at 2010-07-23 00:47:38 - 1 comment
  78. add LLVM bindings for self-hosted compiler

    8391d5c Opened by Graydon Hoare at 2011-01-26 23:38:08 - 2 comments
  79. unrecognized quad 41 with iter

    bc177c7 Opened by Ralph Giles at 2010-07-22 19:11:47 - 2 comments
  80. Auto-dereference crashes rustboot

    2ebc354 Opened by Jeffrey Yasskin at 2010-07-20 01:30:47 - 2 comments
  81. Crash in rustboot on bad type conversion in ret

    5cf0425 Opened by Jeffrey Yasskin at 2010-07-19 18:53:57 - 3 comments
  82. One method calling another crashes rustboot

    414b23c Opened by Jeffrey Yasskin at 2010-07-19 19:05:11 - 3 comments
  83. Channel send leaks memory

    4d80137 Opened by Jeffrey Yasskin at 2010-07-22 08:18:24 - 1 comment
  84. Temporary chan in send fails to typecheck

    8f88034 Opened by Jeffrey Yasskin at 2010-07-20 00:54:37 - 2 comments
  85. Can write to immutable parts of a type.

    7f84f6d Opened by Roy Frostig at 2010-07-23 22:29:24 - 1 comment
  86. Support breaking out of for each loops

    1a9735a Opened by Graydon Hoare at 2011-01-27 00:57:13 - 1 comment
  87. Unparenthesized expressions aren't allowed in casts

    96c3f49 Opened by Jeff Muizelaar at 2010-07-29 17:49:24 - 2 comments
  88. "Non-aligned pointer being freed" with port[tup(str)]

    d94242e Opened by Jeffrey Yasskin at 2011-01-27 01:44:02 - 2 comments
  89. "while(i!=-1)" causes "Unsatisfied precondition constraint"

    fa00b39 Opened by Jeffrey Yasskin at 2010-08-24 22:16:24 - 1 comment
  90. Adding _int.to_str triples time to compile standard library

    e6a95ab Opened by Jeffrey Yasskin at 2010-07-27 00:00:43 - 4 comments
  91. 'use std' in module imported by crate corrupts things

    655931b Opened by Jeffrey Yasskin at 2011-01-27 01:47:29 - 1 comment
  92. Task that outlives root task leaks memory

    da632bc Opened by Jeffrey Yasskin at 2011-01-27 01:00:34 - 4 comments
  93. Spawning a function from inside a module hits "unhandled indirect-spawn"

    c2c4ec6 Opened by Jeffrey Yasskin at 2010-07-27 18:19:52 - 1 comment
  94. time for a mailing list?

    dd05af3 Opened by Graydon Hoare at 2010-07-29 22:15:02 - 1 comment
  95. switch to suffix forms of mach literals

    b1935d9 Opened by Graydon Hoare at 2010-07-28 02:21:58 - 1 comment
  96. Operator Precedence

    54fe5b3 Opened by Michael Bebenita at 2010-08-04 20:48:02 - 1 comment
  97. Backend Bug

    36fcb1b Opened by Michael Bebenita at 2010-08-10 23:04:09 - 4 comments
  98. Parameterized tags null out the type-parameter-typed value.

    6870c30 Opened by Roy Frostig at 2010-07-28 22:05:08 - 1 comment
  99. State effect calculation too aggressive.

    c2d43b7 Opened by Roy Frostig at 2011-01-27 00:47:25 - 1 comment
  100. Segfault when logging string in wildcard branch of pattern alt on type-parameterized multi-variant tag type

    a4247cf Opened by Roy Frostig at 2011-01-27 01:51:35 - 1 comment
  101. Calling get() method of std.deque causes a segfault.

    94991bd Opened by Roy Frostig at 2010-08-10 02:19:53 - 3 comments
  102. lib-deque.rs test fails on winnt and darwin.

    ea56c77 Opened by Roy Frostig at 2011-01-27 01:52:14 - 2 comments
  103. Ref.Type.Constr and the STAR token

    b4062ac Opened by tohava at 2010-08-03 19:31:42 - 2 comments
  104. Multiline comments mess with parser's line number state.

    da66c8e Opened by Roy Frostig at 2010-08-03 23:28:57 - 1 comment
  105. timeout value in stmt_alt_port.alt_port_else

    e39f3b3 Opened by tohava at 2010-08-10 22:31:32 - 1 comment
  106. Infinite hang when channel incompletely read

    2c9bce3 Opened by Jeffrey Yasskin at 2011-01-27 01:54:13 - 2 comments
  107. Untitled

    1ceb0d9 Opened by Jeffrey Yasskin at 2010-08-13 23:33:26 - 3 comments
  108. Change dwarf to avoid nesting CUs

    01a5f3f Opened by Graydon Hoare at 2011-01-27 02:04:25 - 1 comment
  109. fix non-zero VMA and LMA in .debug_info and .debug_abbrev elf sections

    98e2000 Opened by Graydon Hoare at 2010-08-13 01:46:11 - 1 comment
  110. Native types should have crate-relative identifiers

    de91038 Opened by Patrick Walton at 2011-01-27 02:03:57 - 1 comment
  111. Cannot call tag value constructors for tag type imported from another crate.

    f831083 Opened by Roy Frostig at 2011-01-27 02:03:10 - 5 comments
  112. Pointers stored on the stack aren't word-aligned

    402b6c8 Opened by Patrick Walton at 2011-01-27 00:51:47 - 2 comments
  113. Shift binops appear to mutate their right operand.

    3028619 Opened by Roy Frostig at 2010-08-26 23:29:43 - 1 comment
  114. Creating a tuple of a parameterized string leaks memory

    afd5402 Opened by Patrick Walton at 2011-01-27 01:25:21 - 1 comment
  115. bootstrap compiler ignores unknown names

    636fca3 Opened by tohava at 2010-09-30 20:48:28 - 1 comment
  116. "rustc" with no arguments crashes

    59c5ba9 Opened by Patrick Walton at 2011-01-27 02:02:52 - 1 comment
  117. Tag types should be internally stored nominally, not structurally

    1ae30f5 Opened by Patrick Walton at 2011-01-27 02:01:59 - 1 comment
  118. Vec growth glue not treated as user-level when it could be.

    79502c4 Opened by Roy Frostig at 2011-01-27 01:27:41 - 1 comment
  119. rustboot: order of types in error message is not correct

    e7e2f6e Opened by Deleted user at 2010-09-22 01:36:00 - 1 comment
  120. tail call causes memory leak in certain circumstances

    ac1bc5b Opened by Deleted user at 2010-09-13 20:37:34 - 3 comments
  121. Can't export an imported type in a .rs file referred to by a .rc

    6b962b4 Opened by Patrick Walton at 2011-01-27 02:01:24 - 2 comments
  122. Back-edge check (Semant.is_back_edge) is too strong

    f998731 Opened by Patrick Walton at 2010-09-22 01:31:46 - 2 comments
  123. String concatenation misses the last character sometimes

    49e3c70 Opened by Deleted user at 2010-09-21 00:26:32 - 1 comment
  124. Use the user's names when reporting complex types

    ef9e42f Opened by Patrick Walton at 2011-01-27 02:00:56 - 1 comment
  125. Appending the result of a function call to a vector fails

    e59b45f Opened by Patrick Walton at 2011-01-27 02:00:31 - 1 comment
  126. Passing function items as lvals fails

    4fb099b Opened by Patrick Walton at 2011-01-27 02:00:05 - 2 comments
  127. Typechecker doesn't infer a type for parse_seq in rustc

    d603da9 Opened by Patrick Walton at 2011-01-27 01:59:54 - 1 comment
  128. rustboot compile error with OCaml 3.12

    3211013 Opened by Deleted user at 2011-01-27 01:59:17 - 6 comments
  129. Use the return value of a function to infer a type for the "ret" statement

    3b74c58 Opened by Patrick Walton at 2011-01-27 01:58:54 - 1 comment
  130. Use the type of the discriminant when inferring types for pattern arms

    ceff9f3 Opened by Patrick Walton at 2011-01-27 01:58:27 - 1 comment
  131. 'make check' reports 'cfg: incompatible LLVM version 2.8, expected 2.8svn'

    5df6a90 Opened by Atul Varma at 2011-01-27 01:56:40 - 3 comments
  132. "get_element_ptr 4 on dynamic-size cell" assertion in trans when binding type-params

    f035473 Opened by Patrick Walton at 2010-10-28 00:06:14 - 1 comment
  133. Crash in glue$copy$$g14$t1$P1

    e081944 Opened by Patrick Walton at 2011-01-27 00:51:19 - 1 comment
  134. duplicate .debug_line sections

    6241b3d Opened by Ralph Giles at 2011-01-27 01:56:06 - 3 comments
  135. relax impure effect checking

    3233f26 Opened by Graydon Hoare at 2011-01-27 01:55:46 - 1 comment
  136. uint accepts negative numbers

    75fd9d0 Opened by Gary Kwong [:gkw] at 2010-11-21 18:30:20 - 1 comment
  137. compile-fail tests ignore pattern after the first :

    f7c2b89 Opened by Rafael Ávila de Espíndola at 2011-01-25 22:50:13
  138. Teach rustc to deal with argv

    a0966cf Opened by Graydon Hoare at 2011-02-23 02:33:48 - 1 comment
  139. Cascading else-ifs

    1aff00b Opened by Graydon Hoare at 2011-02-02 01:55:44 - 1 comment
  140. Get generic tags working

    91ea297 Opened by Graydon Hoare at 2011-03-10 01:57:06 - 1 comment
  141. Implement derived type descriptors in rustc

    946a351 Opened by Graydon Hoare at 2011-02-18 18:38:07 - 1 comment
  142. Get generic objects working in rustc

    ef2b041 Opened by Graydon Hoare at 2011-02-18 18:39:01 - 2 comments
  143. Get generic closures working in rustc

    1e6c5ba Opened by Graydon Hoare at 2011-02-24 01:12:45 - 1 comment
  144. Teach rustc to do FRU

    5d8aa35 Opened by Graydon Hoare at 2011-02-18 18:41:15 - 1 comment
  145. Teach rustc about iterators

    a826cff Opened by Graydon Hoare at 2011-03-12 00:33:12 - 3 comments
  146. Fix fixed-point iteration in type unification

    100f86b Opened by Patrick Walton at 2011-02-18 22:56:55 - 2 comments
  147. Implement SHA1 in standard library

    93d0dd8 Opened by Graydon Hoare at 2011-02-21 22:09:48 - 1 comment
  148. Escape analysis

    bf04df9 Opened by Patrick Walton at 2011-02-24 01:20:36 - 1 comment
  149. Polymorphic types don't seem to work across crate boundaries

    21164e9 Opened by Marijn Haverbeke at 2011-03-06 06:28:36 - 3 comments
  150. "fail" should have no output edges

    1ea147d Opened by Patrick Walton at 2011-03-05 20:05:19 - 1 comment
  151. bind-obj-ctor: Binding object constructors doesn't work

    e11c049 Opened by Patrick Walton at 2011-03-07 22:46:04
  152. drop-parametric-closure-on-bound-box fails

    c083989 Opened by Patrick Walton at 2011-03-07 22:53:09
  153. foreach-nested-* fail

    5df995e Opened by Patrick Walton at 2011-03-07 22:59:35
  154. foreach-put-structured fails

    380cf79 Opened by Patrick Walton at 2011-03-07 23:01:31
  155. generic-fn-twice fails

    d4b4e32 Opened by Patrick Walton at 2011-03-07 23:04:38
  156. generic-recursive-tag fails

    6cd126d Opened by Patrick Walton at 2011-03-07 23:13:59
  157. generic-tag-alt fails

    9c008a5 Opened by Patrick Walton at 2011-03-07 23:15:31
  158. generic-tag-values fails

    cf5a925 Opened by Patrick Walton at 2011-03-07 23:16:53
  159. integral-indexing fails

    95b3ddf Opened by Patrick Walton at 2011-03-07 23:17:52
  160. imported modules aren't exported

    2b4afa1 Opened by Marijn Haverbeke at 2011-03-12 00:12:13 - 1 comment
  161. Makefile sometimes errors out without notice

    aed7bb7 Opened by Marijn Haverbeke at 2011-03-12 00:19:45 - 2 comments
  162. Hello World

    dfc5013 Opened by Kudu at 2011-03-15 22:15:10 - 3 comments
  163. Add debug representation of trait objects

    9162a9a Opened by Josh Matthews at 2024-12-21 06:59:45 - 35 comments
  164. Rustdoc needs to handle conditional compilation somehow

    42a2524 Opened by Brian Anderson at 2022-11-16 22:42:34 - 34 comments
  165. rustdoc should be able to build documentation from compiled crates

    8a04f4e Opened by Brian Anderson at 2024-09-03 05:11:42 - 11 comments
  166. Match checking has quadratic average complexity

    05f5ec3 Opened by Graydon Hoare at 2025-03-11 22:22:23 - 25 comments
  167. Tracking issue for inherent associated types

    2023f9a Opened by Felix S Klock II at 2024-02-21 05:56:12 - 33 comments
  168. type-check lang items

    b1b6ba1 Opened by Daniel Micay at 2024-12-21 05:10:49 - 16 comments
  169. Audit for binary IEEE 754-2008 compliance on relevant platforms

    3e32ea5 Opened by Aurora Nockert at 2021-10-05 17:30:39 - 10 comments
  170. Re-enable debuginfo tests on Android

    3d55898 Opened by yichoi at 2024-12-06 13:48:45 - 10 comments
  171. -Zunpretty=identified runs too early

    bc8f97c Opened by Huon Wilson at 2024-12-06 13:51:38 - 8 comments
  172. write!(wr,"foo") is 10% to 72% slower than wr.write("foo".as_bytes())

    7d6225f Opened by Erick Tryzelaar at 2023-12-09 06:49:29 - 15 comments
  173. Weird borrowck issues with &mut &mut [u8]

    3e9b3b4 Opened by Lily Ballard at 2024-04-25 04:12:40 - 7 comments
  174. Should types that contain zero-length vectors of themselves be allowed?

    c472669 Opened by isabel at 2024-12-21 05:10:49 - 12 comments
  175. Link using the linker directly

    116209c Opened by Brian Anderson at 2020-05-10 00:37:22 - 13 comments
  176. Type inference fails to determine closure argument type

    f9574d7 Opened by Edward Wang at 2024-12-06 13:52:58 - 14 comments
  177. floating point intrinsics may clobber errno in unrelated code

    70a5fb5 Opened by Daniel Micay at 2024-07-26 10:40:26 - 11 comments
  178. Disallow duplicated extern declarations

    a561032 Opened by klutzy/defunct at 2024-01-22 20:52:51 - 11 comments
  179. Private items with a public reexport could suggest the public path in privacy error message

    dcf5e88 Opened by Huon Wilson at 2022-08-11 14:00:44 - 5 comments
  180. Tracking Issue for auto traits (auto_traits) -- formerly called opt-in built-in traits (optin_builtin_traits)

    83bf2bf Opened by Flavio Percoco at 2024-12-21 05:03:16 - 46 comments
  181. Line-based breakpoints in inline functions don't show correct source

    8559558 Opened by Josh Matthews at 2022-10-28 09:20:06 - 13 comments
  182. -Zunpretty=expanded does not preserve hygiene

    487d9b8 Opened by klutzy/defunct at 2024-12-12 23:09:18 - 5 comments
  183. Consider aggressively avoiding generating memcpys for moves if we can avoid it

    053c099 Opened by Patrick Walton at 2020-05-14 20:14:43 - 8 comments
  184. Compile ignored tests rather than skipping

    2f5e20a Opened by klutzy/defunct at 2024-10-17 02:53:13 - 10 comments
  185. rustdoc doesn't substitute type parameters

    f182f59 Opened by Alex Crichton at 2024-11-06 02:02:23 - 12 comments
  186. rustdoc: provide summary views

    14ffed8 Opened by Aaron Turon at 2022-01-18 21:36:07 - 16 comments
  187. replace the implementation of inline functions

    19e85b6 Opened by Daniel Micay at 2023-10-08 20:49:29 - 6 comments
  188. Better temporary lifetimes (tracking issue for RFC 66)

    b8465d2 Opened by Niko Matsakis at 2023-06-26 16:27:53 - 21 comments
  189. Tracking issue for stmt_expr_attributes: Add attributes to expressions, etc.

    c2ae8fa Opened by Brian Anderson at 2024-12-22 20:27:42 - 115 comments
  190. rustdoc: do something about reexported items

    f1d88df Opened by Simon Sapin at 2022-01-18 21:36:07 - 10 comments
  191. rustdoc: reexported type aliases are not preserved in function signatures

    d2ac9d8 Opened by Deleted user at 2023-07-03 09:20:20 - 16 comments
  192. rustdoc: Allow customizing the crate list sidebar.

    f684848 Opened by Simon Sapin at 2024-11-07 21:51:23 - 9 comments
  193. Expected type for closure arguments not inferred through two nested func calls

    d5c3f45 Opened by Niko Matsakis at 2022-03-22 07:48:36 - 5 comments
  194. make use of LLVM's scoped noalias metadata

    b572a2b Opened by Daniel Micay at 2024-12-14 12:04:03 - 38 comments
  195. MinGW's linker does not create a reloc section for DYNAMICBASE executables

    5b046d5 Opened by Daniel Micay at 2023-02-17 01:06:59 - 3 comments
  196. Unused assignment warning should trigger for structs

    f7b5d76 Opened by crumblingstatue at 2025-03-01 11:36:30 - 4 comments
  197. Improve error messages involving type aliases

    c7d372e Opened by NODA Kai at 2024-11-05 21:16:09 - 7 comments
  198. program without libc (without std lib) leads to cryptic error

    5470d86 Opened by Philipp Oppermann at 2021-03-23 10:39:18 - 19 comments
  199. backtraces broken on the Android bot

    eca6213 Opened by Daniel Micay at 2021-10-14 06:44:57 - 27 comments
  200. LLVM bindings have become incorrect in places.

    c16d951 Opened by Eduard-Mihai Burtescu at 2025-03-01 19:10:12 - 10 comments
  201. Unable to export unmangled dll entry points for stdcall

    91a4269 Opened by Benjamin Podszun at 2020-07-15 20:26:18 - 18 comments
  202. Recursive traits should be allowed when boxing

    b6ca0d3 Opened by Carl Lerche at 2024-12-21 05:10:50 - 5 comments
  203. Investigate how LLVM deals with huge stack frames

    3ae4d90 Opened by Ariel Ben-Yehuda at 2023-04-05 17:38:36 - 8 comments
  204. rustdoc output directory structure leaks home directory structure

    73ef688 Opened by gary at 2024-11-06 02:11:26 - 10 comments
  205. DST/custom coercions

    ca85a7d Opened by Nick Cameron at 2024-06-01 11:08:59 - 32 comments
  206. No way to have + or * as separator token in macros

    0d6ea38 Opened by Bouke van der Bijl at 2020-06-09 09:06:07 - 6 comments
  207. "Ghost" methods in rustdoc for cross-crate trait impls

    c2bda49 Opened by Manish Goregaokar at 2022-03-05 23:57:59 - 7 comments
  208. Cleanup and consolidate operator/method dispatch code

    81ed909 Opened by Niko Matsakis at 2024-12-21 05:10:50 - 18 comments
  209. Unexpected trait behavior with default_type_params

    9cac30f Opened by Carl Lerche at 2023-05-23 11:15:35 - 3 comments
  210. Lifetime error messages should have better spans

    e880929 Opened by mdinger at 2023-10-16 20:22:04 - 4 comments
  211. monomorphization recursion limit error should be caught earlier

    5628d39 Opened by Jonas Pollok at 2024-12-21 05:10:51 - 3 comments
  212. Coherence and blanket impls interact in a suboptimal fashion with generic impls

    f8e072f Opened by Niko Matsakis at 2024-12-21 05:10:51 - 26 comments
  213. Surpress, mark, or order superflous trait resolution type errors correctly

    2c7c92d Opened by Marvin Löbel at 2024-08-16 18:58:36 - 13 comments
  214. Method lookup goes down the auto-deref rabbit hole when it doesn't need to

    f097f82 Opened by Tom Jakubowski at 2022-03-22 08:18:30 - 15 comments
  215. Poor performance returning enums larged than a word. Possibly poor code generation?

    dea6d3c Opened by Erick Tryzelaar at 2025-03-01 11:34:37 - 16 comments
  216. Unboxed closure types look weird in error messages

    43f9973 Opened by Rewi Haar at 2023-06-30 15:44:19 - 10 comments
  217. Spurious test out-of-stack test failure on Android

    bfb766c Opened by Aaron Turon at 2025-03-01 11:33:34 - 7 comments
  218. Permit impl methods whose bounds cannot be satisfied to have no body

    66920d0 Opened by Niko Matsakis at 2022-09-26 21:37:38 - 14 comments
  219. Parse and accept type equality constraints in where clauses

    7bce3d2 Opened by Jared Roesch at 2024-08-28 22:08:06 - 46 comments
  220. Fully generalize cmp instances

    65df461 Opened by Aaron Turon at 2024-11-24 02:32:11 - 19 comments
  221. Conditional compilation based on crate_type

    067fe6f Opened by Benjamin Elder at 2023-01-28 15:03:15 - 19 comments
  222. Use of ty macro non-terminal in trait bounds

    2fc4b59 Opened by Stuart Glaser at 2020-04-30 18:43:15 - 4 comments
  223. cache the results of type projection and normalization

    f3b890e Opened by Niko Matsakis at 2021-11-17 00:39:54 - 12 comments
  224. Can't write non-overlapping blanket impls that involve associated type bindings

    d97a6cd Opened by Jorge Aparicio at 2024-11-29 18:24:19 - 22 comments
  225. Package debug libstd with binaries

    df3a434 Opened by Brian Anderson at 2023-02-03 08:49:37 - 7 comments
  226. where clauses are only elaborated for supertraits, and not other things

    cc54b4f Opened by Aaron Turon at 2024-04-17 01:46:12 - 31 comments
  227. Normalization of projections in trait bounds on associated types

    ff4dce3 Opened by Niko Matsakis at 2021-02-09 11:19:51 - 3 comments
  228. Cannot infer closure type with higher-ranked lifetimes inside Box::new

    add6d42 Opened by Mikhail Zabaluev at 2024-12-21 05:10:52 - 18 comments
  229. Improve docs rendering performance by addressing PageSpeed Insights issues

    1bad39b Opened by Val Markovic at 2022-01-18 21:36:09 - 11 comments
  230. GDB should break on panic

    13c67d9 Opened by Andrew Kelley at 2023-04-05 17:45:39 - 21 comments
  231. deny(warnings) doesn't affect all warnings, only those generated through the lint system

    dde357c Opened by Keegan McAllister at 2025-03-01 11:48:01 - 16 comments
  232. Consider making std::thread::Builder reusable

    1f74e9b Opened by Carl Lerche at 2021-02-11 03:20:04 - 13 comments
  233. Revise usage of LLVM lifetime intrinsics

    0ec7be6 Opened by Björn Steinbrink at 2024-09-06 20:05:33 - 5 comments
  234. Trait bounds are not yet enforced in type definitions

    f6ff5b2 Opened by Markus Westerlind at 2024-12-21 05:10:52 - 28 comments
  235. Stability checker doesn't recurse down reexports properly

    44547d0 Opened by Manish Goregaokar at 2024-12-14 23:21:52 - 5 comments
  236. &mut self borrow conflicting with itself.

    18b1150 Opened by Junseok Lee at 2024-12-21 05:10:52 - 23 comments
  237. The compiler should report publicly exported type names if possible

    05a172c Opened by Patrick Walton at 2022-03-02 19:01:43 - 29 comments
  238. Treatment of regions in trait matching is perhaps too simplistic

    d212eb4 Opened by Niko Matsakis at 2024-12-26 23:21:51 - 12 comments
  239. Rustdoc links to std library types can bypass the facade

    453dbe2 Opened by Tom Jakubowski at 2022-01-18 21:36:09 - 5 comments
  240. Rustdoc should indicate variance on lifetime/type parameters

    c45e534 Opened by Tom Jakubowski at 2024-05-13 19:49:03 - 10 comments
  241. assoc types: type inference works with UFCS but not with method calls

    3eeab20 Opened by Jorge Aparicio at 2023-04-05 17:36:36 - 4 comments
  242. Output of independent artefacts might differ depending on unrelated options

    6d2be4c Opened by Simonas Kazlauskas at 2025-03-01 11:45:29 - 4 comments
  243. Deref coercion not working for Box<Trait>

    349dce2 Opened by Aaron Turon at 2023-04-05 17:40:25 - 8 comments
  244. Public items re-exported publicly in the same crate could have inlined docs

    bb068e8 Opened by Tom Jakubowski at 2022-01-18 21:36:10 - 2 comments
  245. Can’t declare lifetime for closure that returns a reference

    3135f2f Opened by Yonathan Randolph at 2023-11-26 18:04:16 - 10 comments
  246. Could type inference insert coercions to accommodate box desugaring?

    1382664 Opened by Felix S Klock II at 2023-04-05 17:36:37 - 6 comments
  247. Resolve shorthand projections (T::A-style associated type paths) based solely on type, instead of a Def

    00662cc Opened by Eduard-Mihai Burtescu at 2024-12-21 05:03:17 - 11 comments
  248. Error messages are odd for delegating traits

    2117268 Opened by Simonas Kazlauskas at 2023-05-24 08:41:09 - 26 comments
  249. Deref coercion from String to &str doesn't seem to always work

    ded41ba Opened by Val Markovic at 2023-11-18 18:30:20 - 14 comments
  250. Extend #[bench] with memory usage

    3c22d21 Opened by Mickaël Salaün at 2020-09-02 04:51:09 - 5 comments
  251. Comparison operators have higher precedence than range operator ..

    05a436b Opened by Collin J. Sutton at 2021-01-28 07:41:22 - 9 comments
  252. Consider using llvm.invariant.* intrinsics for immutable memory

    6ca1323 Opened by Huon Wilson at 2023-04-05 17:38:38 - 3 comments
  253. Incorrect / Inconsistent behavior of deref coercion with {}

    0400592 Opened by Tim (Theemathas) Chirananthavat at 2024-05-11 06:27:05 - 7 comments
  254. unused-features only warns unused non-language features

    994b826 Opened by Florian Hahn at 2025-03-01 11:40:05 - 4 comments
  255. Poor interaction between int fallback and other flow of type information

    40d5e87 Opened by Aaron Turon at 2023-04-05 17:36:40 - 8 comments
  256. region-outlives obligations lead to uninformative/undecipherable region inference failures

    c242c05 Opened by Felix S Klock II at 2022-06-08 21:35:25 - 4 comments
  257. Variables bound with different modes in patterns

    a4a9362 Opened by Steven Allen at 2023-11-19 05:52:02 - 8 comments
  258. error: overflow evaluating the requirement <_ as core::iter::Iterator>::Item

    1c3232d Opened by mitchmindtree at 2024-10-29 06:25:23 - 27 comments
  259. Type inferencer probably could figure this case out (associated types)

    092c3a6 Opened by Carl Lerche at 2023-04-05 17:36:41 - 6 comments
  260. Order of operands to equality expression matters when inferring a AsRef implementation

    5d23c37 Opened by Jake Goulding at 2024-12-21 05:10:53 - 3 comments
  261. Coherence error messages can be inscrutable

    530b588 Opened by Niko Matsakis at 2023-08-03 16:28:23 - 9 comments
  262. Trait impls from where clauses (ParamEnv) take precedence over freestanding trait impls

    f3f062a Opened by Hanna Kruppe at 2024-12-21 05:03:17 - 9 comments
  263. Numeric fallbacks don't work when inherent methods are involved

    03e3648 Opened by Mimir at 2024-12-21 05:10:53 - 7 comments
  264. regression: dead heap allocations aren't optimized out anymore

    ac20fc6 Opened by Oli Scherer at 2023-10-08 20:49:30 - 25 comments
  265. name-based comparison in new label-shadowing check has likely hygiene issues.

    8fb67f2 Opened by Felix S Klock II at 2024-12-12 23:08:36 - 11 comments
  266. rustdoc: Pain points of reexports

    3dfedbd Opened by Alex Crichton at 2022-01-18 21:36:11 - 5 comments
  267. TLS dtor panics abort the process

    2fe77d2 Opened by Alex Crichton at 2021-01-25 03:16:11 - 3 comments
  268. docs for Traits get duplicated because of different types

    d45dfc4 Opened by mdinger at 2025-04-20 17:12:29 - 4 comments
  269. dead code (+ unused assignment, etc) warnings in macros do more harm than good

    9ebbb14 Opened by Felix S Klock II at 2024-12-21 04:50:08 - 6 comments
  270. Missing docs lint ineffectual in test builds

    283fecb Opened by Fenhl at 2024-09-30 13:35:30 - 4 comments
  271. Separate unstable feature errors from other lints in output

    73405c5 Opened by John Hodge (Mutabah) at 2023-09-24 16:41:36 - 4 comments
  272. Uninhabited-ness isn't propagated through nesting

    a4daf16 Opened by Steven Fackler at 2024-12-21 05:10:54 - 5 comments
  273. Rustdoc considers *const T and *mut T different

    82f2413 Opened by Jesse Ruderman at 2022-01-18 21:36:13 - 4 comments
  274. Add opensearch support to doc.rust-lang.org

    2052314 Opened by Joris Giovannangeli at 2024-08-17 17:49:11 - 8 comments
  275. Associated const references using UFCS can bypass check_static_recursion

    453eb50 Opened by Sean Patrick Santos at 2024-12-21 05:06:10 - 7 comments
  276. method call fails to upcast trait objects, resulting in overlong borrows

    fd271e9 Opened by Niko Matsakis at 2024-12-21 05:12:35 - 9 comments
  277. Cannot macro_use a macro that uses an internal macro

    a40a49f Opened by Sean McArthur at 2024-05-28 02:50:38 - 5 comments
  278. type parameter not constrained when using closure bounds

    da0d0ee Opened by Andrew Gallant at 2022-06-04 12:36:55 - 21 comments
  279. Overflow with use of Self in inherent impl on trait

    8e38268 Opened by Deleted user at 2024-05-06 11:19:14 - 6 comments
  280. Unable to export not mangled symbol in an executable as libraries can do

    cb60702 Opened by Maxxie at 2021-08-03 23:49:59 - 10 comments
  281. "type ... too big for the current architecture" error reported without span pointing to type

    c9b7476 Opened by Oli Scherer at 2023-07-24 20:08:10 - 4 comments
  282. Order-dependent type inference failure with match

    4a0a8d4 Opened by Joshua Yanovski at 2023-04-05 17:36:43 - 10 comments
  283. lint “non_upper_case_globals” wrongly warns the consumer

    f471a96 Opened by nwin at 2023-12-12 08:10:03 - 10 comments
  284. Pretty Printing on *-windows-gnu broken because .debug_gdb_scripts is not emitted

    3060285 Opened by Chuck Ries at 2024-11-15 15:44:27 - 10 comments
  285. Benchmarks are run when just executing tests, leading to very slooooow tests

    b1d181a Opened by Jake Goulding at 2023-10-06 04:29:28 - 15 comments
  286. non-hygienic lifetime-shadowing check can make macros non-modular

    35174fb Opened by Felix S Klock II at 2024-12-12 23:11:06 - 4 comments
  287. Default impls are not restricted to same module (or submodule) as the trait

    a0879bf Opened by Nick Hamann at 2023-04-05 17:36:44 - 3 comments
  288. rust-lang repos that do not declare licenses

    4254a27 Opened by Brian Anderson at 2025-03-20 16:47:41 - 21 comments
  289. Mutable reference not re-borrowed by binary operator

    8548354 Opened by Steven Allen at 2023-04-05 17:36:45 - 8 comments
  290. Tools for dumping information about .rlibs

    d487157 Opened by James Salter at 2025-03-01 11:52:46 - 21 comments
  291. Implied bounds on nested references + variance = soundness hole

    45b4382 Opened by Aaron Turon at 2024-06-16 10:54:08 - 57 comments
  292. Enable segfault / bus error handlers on more UNIX platforms

    1b00e97 Opened by Geoffrey Thomas at 2024-08-21 19:46:45 - 3 comments
  293. Rustdoc: pages are being overwritten on the file systems with case-insensitive names

    c6fd4b9 Opened by Douman at 2022-01-18 21:40:01 - 5 comments
  294. MSVC: support LTCG native libraries in rlibs

    400f4a2 Opened by Alex Crichton at 2022-01-13 16:53:18 - 3 comments
  295. No error despite of multiple applicable methods in scope

    bb35add Opened by Michael Schnupp at 2022-10-17 19:18:42 - 7 comments
  296. Closures should always implement the all applicable Fn* traits.

    943ee2c Opened by Steven Allen at 2019-04-13 19:32:57 - 12 comments
  297. Meta tracking issue for branch hints (RFC 1131)

    644497d Opened by Niko Matsakis at 2025-02-11 16:26:09 - 90 comments
  298. Indicate which version of MSVC Rust was built with

    f6ce39d Opened by Peter Atashian at 2019-03-16 14:44:18 - 5 comments
  299. Add optional iterations output to libtest benchmark

    dad6164 Opened by llogiq at 2023-09-24 23:24:23 - 4 comments
  300. Clarify story on libm bindings

    7e923ee Opened by Alex Crichton at 2022-03-09 21:03:45 - 5 comments
  301. Installer on OS X displays wrong install sizes

    3b5a51a Opened by Brandon Zylstra at 2022-02-15 19:06:09 - 4 comments
  302. Can't infer the type of index

    39d25a8 Opened by yongqli at 2024-09-03 05:45:55 - 5 comments
  303. Rust .msi installer ignores current install

    9427b3b Opened by Austin Bonander at 2023-11-18 21:00:04 - 14 comments
  304. Confusing error messages when invariant type is involved

    ee2ebe5 Opened by Jonas Schievink at 2020-06-11 19:04:16 - 4 comments
  305. Weird inference failure with unary minus

    4c2a5a0 Opened by eefriedman at 2024-12-21 05:10:28 - 6 comments
  306. Inference failure with int inference variable

    1aabec8 Opened by eefriedman at 2024-12-21 05:10:28 - 4 comments
  307. #[derive] sometimes uses incorrect bounds (aka lack of "perfect derive")

    a539e27 Opened by comex at 2024-12-21 02:30:37 - 80 comments
  308. Abort on some large allocation requests, Panic on other

    3a69ba2 Opened by bluss at 2021-09-29 11:37:13 - 38 comments
  309. Deref coercions do not work with blocks

    c4757af Opened by Barosl Lee at 2024-12-21 05:10:29 - 14 comments
  310. The generic-enum-with-different-disr-sizes test fails in LLDB

    7082412 Opened by Alex Crichton at 2025-03-01 11:51:13 - 3 comments
  311. str and [u8] should hash the same

    7ab7c7c Opened by Chris Morgan at 2019-05-20 12:48:29 - 24 comments
  312. Failure to fulfill higher-kinded "outlives" predicate could have better error message

    68f4964 Opened by Andrew Paseltiner at 2024-05-03 19:28:14 - 15 comments
  313. Move HashMap to liballoc

    4462a81 Opened by Aria Desires at 2024-08-03 21:28:47 - 54 comments
  314. Emit warnings on parameter list in closures after {

    86d7418 Opened by Danyel at 2020-06-11 18:03:33 - 8 comments
  315. Correctly handle dllimport on Windows

    722d5cf Opened by Alex Crichton at 2024-09-19 14:37:41 - 126 comments
  316. Inference fails when a type using a default also implements Deref.

    9ab5ced Opened by meh. at 2024-12-21 05:10:29 - 4 comments
  317. macOS packages and Windows MSIs are not signed

    61caada Opened by Florian Gilcher at 2024-09-17 18:30:36 - 28 comments
  318. Tracking issue for Ipv{4,6}Addr convenience methods

    c9ac0d8 Opened by Alex Crichton at 2025-03-06 12:37:18 - 82 comments
  319. Tracking issue for string patterns

    3ea8b73 Opened by Alex Crichton at 2024-05-20 16:20:29 - 69 comments
  320. add pop() to HashSet etc.?

    7274e1b Opened by Georg Brandl at 2024-05-08 12:03:17 - 23 comments
  321. FreeBSD i386 test failures

    f6f57eb Opened by Dave Huseby at 2023-10-25 21:41:20 - 2 comments
  322. Tracking issue for crates that are compiler dependencies

    6d7aeb2 Opened by Alex Crichton at 2025-03-26 17:19:57 - 22 comments
  323. False ambiguity due to overlap between higher-ranked and other where clause

    fcf1b25 Opened by Niko Matsakis at 2024-12-21 05:03:19 - 3 comments
  324. DST coercions fall over with UFCS

    e4e0e5d Opened by Aria Desires at 2023-12-10 10:34:42 - 3 comments
  325. FreeBSD x86_64 test failures

    4829ff6 Opened by Dave Huseby at 2021-03-26 22:56:20 - 3 comments
  326. [MSVC] cl.exe doesn't support static relocations with large address awareness.

    94d5b96 Opened by Richard Diamond at 2023-11-21 07:15:38 - 3 comments
  327. Type inference problem with lifetimes and assoiated types

    73860a2 Opened by Marco A L Barbosa at 2020-02-20 14:36:40 - 7 comments
  328. Add an overview toggle to rustdoc lib output

    90c4e0c Opened by mdinger at 2025-01-02 09:38:56 - 3 comments
  329. Local ambiguity in macro definition

    1d767c1 Opened by Jonas Schievink at 2019-02-18 00:05:53 - 5 comments
  330. TLS destructors on the main thread are not always run

    64bacc3 Opened by Alex Crichton at 2024-12-03 15:40:01 - 20 comments
  331. Nonparametric dropck (tracking issue for RFC 1238)

    d2a2588 Opened by Niko Matsakis at 2021-11-10 18:50:31 - 10 comments
  332. rustc OSX LC_LOAD_DYLIB paths are broken

    e27649e Opened by m4b at 2019-10-25 01:43:11 - 14 comments
  333. Teach make-tidy to detect unused *.rs files

    117851e Opened by Vadim Petrochenkov at 2022-06-27 04:19:16 - 7 comments
  334. Range expressions: discrepancies between rustc and parser-lalr

    89abf99 Opened by Ryan Prichard at 2021-12-30 20:29:17 - 14 comments
  335. Rust tries to be too helpful with impl suggestions, sometimes being unhelpful

    7d471ac Opened by Sage Griffin at 2024-11-18 05:10:14 - 30 comments
  336. associated type not normalized when a where-clause is present

    3e81377 Opened by Ariel Ben-Yehuda at 2024-08-28 05:04:05 - 8 comments
  337. #[repr(C)] enum bit width determination algo does not match that of the C compiler

    993d2bd Opened by Mikhail Zabaluev at 2024-11-01 19:11:48 - 6 comments
  338. Have rustdoc create hyperlinks on items in compiled code examples

    609059a Opened by Manish Goregaokar at 2022-01-18 22:11:02 - 6 comments
  339. Error when casting a function is not informative

    e8a565e Opened by Josh Matthews at 2023-05-26 11:06:54 - 8 comments
  340. Can't import super

    32f0787 Opened by wthrowe at 2021-06-12 21:55:34 - 6 comments
  341. Higher-ranked lifetime bounds give confusing errors

    93bb447 Opened by wthrowe at 2024-09-24 22:56:43 - 5 comments
  342. Wrong error message (or type system bug) for unsatisfied trait bound

    e5ef23a Opened by Yaroslav at 2024-12-21 05:03:20 - 5 comments
  343. dropck doc oversights / revision

    b21b694 Opened by Felix S Klock II at 2018-11-01 13:27:03 - 7 comments
  344. Dead code warning should provide some help for making the code public in library crates

    4a0b663 Opened by Johannes Höhn at 2024-09-03 08:58:26 - 1 comment
  345. Associated item projections across crate boundaries slightly broken

    d123843 Opened by ebfull at 2024-09-03 08:57:45 - 6 comments
  346. #[macro_export] stops macro's documentation tests from working

    b064169 Opened by Binero at 2024-09-03 08:53:07 - 2 comments
  347. Consider having special debugger pretty printers/handling for Unique/Shared/NonZero

    76c28a0 Opened by Huon Wilson at 2023-04-05 17:45:41 - 4 comments
  348. println! sometimes panics in drop methods

    259d939 Opened by sorear at 2020-07-03 13:43:40 - 24 comments
  349. fs::remove_dir_all rarely succeeds for large directories on windows

    8e75bf9 Opened by Diggory Blake at 2024-05-04 02:28:04 - 36 comments
  350. Provide a way of linking libgcc statically

    b08b504 Opened by JP Sugarbroad at 2025-01-26 11:01:01 - 10 comments
  351. Tracking issue for #[bench] and benchmarking support

    03a3b2c Opened by Alex Crichton at 2023-05-08 16:09:22 - 18 comments
  352. Produce packaging guidelines

    54b57fd Opened by Brian Anderson at 2019-01-08 20:08:19 - 7 comments
  353. Tracking issue for thread_local stabilization

    7157ae9 Opened by Aaron Turon at 2024-08-17 08:55:05 - 80 comments
  354. Tracking issue for log_syntax, trace_macros

    ddba03d Opened by Aaron Turon at 2021-11-10 18:59:44 - 18 comments
  355. Tracking issue for concat_idents

    cf97156 Opened by Aaron Turon at 2024-10-13 02:23:06 - 90 comments
  356. Tracking issue for link_llvm_intrinsics

    47496e5 Opened by Aaron Turon at 2022-08-11 07:33:23 - 25 comments
  357. Tracking issue for the linkage feature

    0b8bfb6 Opened by Aaron Turon at 2025-03-21 08:47:55 - 26 comments
  358. Improve MIR match generation so that we more effecitvely rule out inapplicable match-pairs

    dbc469e Opened by Niko Matsakis at 2025-02-02 00:28:47 - 7 comments
  359. Tracking issue for Fn traits (unboxed_closures & fn_traits feature)

    d140776 Opened by Aaron Turon at 2024-01-09 21:32:16 - 67 comments
  360. Tracking issue for fundamental feature

    5b42398 Opened by Aaron Turon at 2025-03-03 00:57:15 - 28 comments
  361. Tracking issue for internal feature no_core

    9a72c22 Opened by Aaron Turon at 2024-04-21 10:13:01 - 29 comments
  362. Tracking issue for box_patterns feature

    df496fe Opened by Aaron Turon at 2023-02-03 20:23:08 - 44 comments
  363. Add the GDB pretty-printers to the Windows Rust installation

    ad64d7a Opened by Bruno Medeiros at 2024-03-09 14:39:02 - 17 comments
  364. Tracking issue for RFC 2532, "Associated type defaults"

    2069bb8 Opened by Aaron Turon at 2024-11-11 05:28:13 - 42 comments
  365. Tracking issue for allowing overlapping implementations for marker trait

    153622b Opened by Niko Matsakis at 2025-01-08 17:26:23 - 61 comments
  366. Vec's reallocation strategy needs settling

    012a031 Opened by Aria Desires at 2024-04-18 19:33:07 - 51 comments
  367. thread_local macro stability precludes safe async signal handling

    000a668 Opened by mahkoh at 2023-10-09 06:18:13 - 10 comments
  368. Mutable references as function arguments generate inefficient code in trivial cases

    2b719cd Opened by mahkoh at 2023-04-05 17:38:40 - 7 comments
  369. Codegen for a large static array uses a lot of memory

    2e9b334 Opened by Seo Sanghyeon at 2020-04-22 21:06:50 - 7 comments
  370. Desugared x.index(y) is not equivalent to x[y]

    f72767d Opened by Huon Wilson at 2022-03-22 08:15:35 - 16 comments
  371. Debug trait for tuples, array/slices, Vec, String (etc?) do not respect width parameter

    528754a Opened by Felix S Klock II at 2023-12-26 08:08:14 - 7 comments
  372. Add levenshtein distance based suggestions everywhere

    07efcce Opened by Manish Goregaokar at 2020-04-22 21:03:46 - 29 comments
  373. UFCS can bypass trait stability

    0e4f4cd Opened by Alex Crichton at 2024-12-14 23:22:03 - 2 comments
  374. concurrent rustdoc usage can lead to bad times

    041e08e Opened by Letheed at 2022-01-18 22:10:01 - 5 comments
  375. Error messages about lifetimes for mutable Iterator are cryptic.

    bd2d4ba Opened by Vitaly Shukela at 2022-12-28 22:55:32 - 6 comments
  376. Potential optimization: eager nulling of Weak references

    e6d4d36 Opened by Gábor Lehel at 2023-10-08 20:49:31 - 1 comment
  377. Avoid type mismatch error where a variable is bound with different ref-ness

    a20a97b Opened by Nick Cameron at 2022-12-28 22:59:31 - 2 comments
  378. Manual does not define "data reached through a shared reference".

    2978cd1 Opened by mahkoh at 2019-03-16 15:08:48 - 33 comments
  379. bad diagnostic when macro tries to use stmt as expr

    7dbd011 Opened by Alex Burka at 2023-01-08 21:09:40 - 5 comments
  380. Some std::collections types are unnecessarily invariant

    8e8fc50 Opened by Andrew Paseltiner at 2019-12-25 16:23:24 - 4 comments
  381. Compiler bug with cyclic weak references on Windows

    92217b1 Opened by Pavel Krajcevski at 2023-01-05 00:54:01 - 6 comments
  382. Fine-tune binary heap sifting logic

    6b6a8d8 Opened by Aria Desires at 2019-12-25 17:12:17 - 1 comment
  383. VecDeque's iterator could be optimized

    136266d Opened by bluss at 2019-12-11 16:29:26 - 7 comments
  384. Allow deprecating a re-export

    1fe7fe5 Opened by Sean McArthur at 2024-12-28 13:35:55 - 11 comments
  385. Struct and variant constructors are not generic over lifetimes like regular functions.

    2c47dd4 Opened by Eduard-Mihai Burtescu at 2019-11-13 23:10:06 - 5 comments
  386. Improve typed pretty printing

    efe1157 Opened by Nick Cameron at 2019-10-11 15:20:49 - 12 comments
  387. -C link-args and -C llvm-args can't pass arguments with spaces

    9facc57 Opened by Zoxc at 2025-03-01 11:59:23 - 10 comments
  388. Linking to rustc_llvm with --llvm-root

    6f6a1b9 Opened by Zoxc at 2024-01-07 14:03:17 - 12 comments
  389. Fulfillment context should support DAGs better, integrate with caching better

    2b06122 Opened by Niko Matsakis at 2017-09-30 16:00:50 - 3 comments
  390. Bad macro usage error message does not include correct error location

    947a3b2 Opened by Simon Sapin at 2022-12-28 23:02:34 - 7 comments
  391. Rustdoc search box fails accessability guidelines

    11649ed Opened by Steve Klabnik at 2024-11-07 23:03:06 - 8 comments
  392. rustdoc's search-index.js file is huge for large projects

    10fe81b Opened by Jan de Mooij at 2024-09-03 09:01:17 - 13 comments
  393. Tracking issue for ? operator and try blocks (RFC 243, question_mark & try_blocks features)

    7e8790b Opened by Niko Matsakis at 2025-04-18 23:35:51 - 452 comments
  394. The Vec should not needlessly overallocate capacity if it is guaranteed to fail.

    ce1838f Opened by Deleted user at 2020-03-28 18:06:39 - 4 comments
  395. Add rustc --emit=link-info for staticlib link-line output

    0f100d0 Opened by Ralph Giles at 2023-09-13 04:34:11 - 9 comments
  396. Guard pages are disabled on musl.

    d61b879 Opened by Brian Anderson at 2022-06-01 21:25:22 - 3 comments
  397. Specifying linkage on externs silently removes indirection

    dc0a799 Opened by jethrogb at 2023-10-15 11:06:51 - 3 comments
  398. Named functions don't implement Debug

    6144cce Opened by Alan Jeffrey at 2024-12-21 05:10:29 - 3 comments
  399. Can't Unify Super Generic Code

    3857e21 Opened by Aria Desires at 2025-04-04 11:36:27 - 7 comments
  400. create_dir_all can't create directories through a dangling symlink.

    910330c Opened by Paul Dicker at 2023-01-26 20:24:51 - 6 comments
  401. Compiletest doesn't pass environment variables to emscripten tests

    c584bfe Opened by Pierre Krieger at 2024-10-11 06:39:28 - 3 comments
  402. HashSet operations against another HashSet should allow for differing hash algorithms

    82d887a Opened by Jake Goulding at 2019-12-25 17:08:15 - 2 comments
  403. Implementation of traits on functions ignored after function call

    aa5a008 Opened by Sophia J. Turner at 2024-12-21 05:02:34 - 5 comments
  404. "cannot move out of" error using == with Box<Trait>, where no move is needed

    63ea68a Opened by bluss at 2024-12-31 21:09:45 - 18 comments
  405. Normalization fails with where clauses on methods

    5094350 Opened by Niko Matsakis at 2024-12-21 05:02:35 - 2 comments
  406. Windows paths should not be prefixed with \?\ when displayed

    589465d Opened by Zoxc at 2023-03-19 09:49:51 - 9 comments
  407. Closure return type not deduced from bounds if the type is wrapped.

    4c9ece1 Opened by Eduard-Mihai Burtescu at 2020-09-15 17:12:49 - 4 comments
  408. -msvc distribution has unused import libraries

    ff6d149 Opened by Peter Atashian at 2024-10-03 11:30:40 - 3 comments
  409. Tracking issue for specialization (RFC 1210)

    1013c13 Opened by Niko Matsakis at 2025-03-24 13:10:37 - 324 comments
  410. Allow linking against dylibs in LTO mode

    55eddd6 Opened by comex at 2024-04-06 18:05:40 - 4 comments
  411. Error to enable feature gate prevents error from incorrect placement of feature gate

    76cccf1 Opened by comex at 2020-06-11 18:02:16 - 1 comment
  412. It should be possible to override the dsymutil path

    850997a Opened by Steven Fackler at 2019-12-25 17:03:44 - 2 comments
  413. Surprising lifetime inference with closures

    fb64cfc Opened by comex at 2024-05-06 19:25:13 - 5 comments
  414. fn pointer coercion fails for method on type with lifetime

    27b27d9 Opened by Henrique M. D. at 2023-03-16 10:24:29 - 3 comments
  415. Include images in rustdoc output

    63adaed Opened by Daniel Collin at 2024-02-29 15:16:38 - 43 comments
  416. Trait implementation docs list methods that can't be called

    07e5e8a Opened by Sebastian Hahn at 2024-11-07 23:23:57 - 3 comments
  417. doc inclusion (reexport) changes order of impl blocks

    96f48d1 Opened by bluss at 2022-01-18 22:10:04 - 1 comment
  418. GDB hangs when debugging exe compiled with 1.9nightly under Windows

    f421466 Opened by Liqueur Librazy at 2022-01-17 16:19:40 - 7 comments
  419. Tracking issue for integer methods for Wrapping

    fa51393 Opened by Simon Sapin at 2025-02-24 22:39:35 - 24 comments
  420. Specialization: allow some projection when typechecking an impl

    db499c8 Opened by Aaron Turon at 2024-12-21 05:02:35 - 3 comments
  421. Support death tests in libtest

    0b9f69d Opened by gnzlbg at 2024-05-04 00:09:40 - 10 comments
  422. unresolved symbol imports in -pie musl binaries

    69be26d Opened by m4b at 2020-10-25 21:40:57 - 4 comments
  423. incorrect DW_AT_location for static

    183b68f Opened by Tom Tromey at 2023-04-05 17:45:41 - 3 comments
  424. DWARF omits typedef

    1cc4b37 Opened by Tom Tromey at 2023-04-05 17:45:42 - 4 comments
  425. Better diagnostics for error: can't find crate for ... [E0463]

    a2ba5f7 Opened by Zoxc at 2019-09-22 14:39:06 - 3 comments
  426. Lint for types where cleanup before drop is desirable

    384c47f Opened by Stepan Koltsov at 2019-09-01 14:15:43 - 11 comments
  427. Intern strings in metadata

    f099fec Opened by Peter Atashian at 2023-07-15 13:17:12 - 3 comments
  428. Add an "inherits" key or similar to JSON target specs

    1e0403f Opened by James Miller at 2019-03-16 15:18:13 - 4 comments
  429. Pluggable panic implementations (tracking issue for RFC 1513)

    5fa630d Opened by Niko Matsakis at 2023-12-16 14:06:18 - 34 comments
  430. Allocator traits and std::heap

    f30caef Opened by Niko Matsakis at 2025-04-08 11:02:09 - 482 comments
  431. DWARF doesn't distinguish struct, tuple, and tuple struct

    a46b6e6 Opened by Tom Tromey at 2023-04-05 17:45:43 - 2 comments
  432. Do move forwarding on MIR

    a9e07e2 Opened by Patrick Walton at 2025-04-21 18:46:19 - 14 comments
  433. inconsistent stepping in gdb

    29593ed Opened by Tom Tromey at 2023-04-05 17:45:43 - 9 comments
  434. gdb needs to know what traits a type implements

    31aa2d0 Opened by Tom Tromey at 2025-01-18 21:14:43 - 8 comments
  435. DWARF does not describe closure type

    7174270 Opened by Tom Tromey at 2023-04-05 17:45:44 - 2 comments
  436. DWARF doesn't describe use declarations

    fc3f1ed Opened by Tom Tromey at 2023-02-20 15:21:59 - 1 comment
  437. trait objects with late-bound regions and existential bounds are resolved badly

    17163c9 Opened by Ariel Ben-Yehuda at 2024-09-03 09:06:13 - 1 comment
  438. Missing auto-load script in gdb

    f13c11d Opened by Simonas Kazlauskas at 2023-04-05 17:45:45 - 9 comments
  439. DWARF does not mention Self type

    1b642f7 Opened by Tom Tromey at 2023-04-05 17:45:45 - 2 comments
  440. rustc::lint could use some helper functions for working with macros

    aeb182f Opened by llogiq at 2024-04-19 07:49:37 - 5 comments
  441. linking staticlib files into shared libraries exports all of std::

    3f1939c Opened by Nathan Froyd at 2022-12-07 20:52:26 - 12 comments
  442. Add additional LoopUnswitch and LICM passes

    ebfd5c1 Opened by Demi Marie Obenour at 2023-04-05 17:38:41 - 4 comments
  443. Suggest move closures when a Sync bound is not satisfied through a closure

    eb28ace Opened by Manish Goregaokar at 2025-03-21 11:59:25 - 9 comments
  444. Lint against leading 0 in integer literals

    9123d5f Opened by Huon Wilson at 2024-10-05 22:02:45 - 9 comments
  445. Unhelpful error message for specialization-related type projection failures.

    0c32ace Opened by robert at 2024-04-19 14:19:50 - 3 comments
  446. confusing lifetime inference

    1087a8a Opened by Jay at 2024-12-21 05:10:31 - 5 comments
  447. method has an incompatible type for trait due to lifetimes has too wide a span

    f6bb12b Opened by Simonas Kazlauskas at 2025-04-21 16:06:24 - 6 comments
  448. Error E0301 "the parameter type T may not live long enough" could explain where the lifetime requirement comes from

    3e7777f Opened by bluss at 2024-08-11 03:39:41 - 4 comments
  449. Weird integer inference failure

    2e19741 Opened by Simonas Kazlauskas at 2024-12-21 05:10:31 - 4 comments
  450. "Unexpected end of macro invocation" error in nested macro has misleading span, doesn't specify which macro

    2ad1054 Opened by Matt Brubeck at 2023-08-03 19:11:41 - 4 comments
  451. Unable to achieve aligned writes

    45e1b0d Opened by Kirill Khazan at 2023-04-05 17:38:42 - 8 comments
  452. Trailing semicolon silently ignored in expr macro

    0c0aa63 Opened by mahkoh at 2020-12-08 02:06:28 - 3 comments
  453. Cannot create function reference with parameters that don't have to outlive the functions lifetime

    363668b Opened by Erin Yuki Schlarb at 2024-09-03 09:04:23 - 4 comments
  454. Parameter names in foreign functions, function pointer types and trait methods are not resolved / validated

    0c4cdbb Opened by Vadim Petrochenkov at 2025-04-20 18:22:16 - 4 comments
  455. The meta fragment specifier is considered as a single TT.

    4ad8c30 Opened by Léo Testard at 2019-12-25 17:29:43 - 2 comments
  456. [rustdoc] Rustdoc should prevent long file names.

    50516fc Opened by Benjamin Elder at 2024-11-11 01:33:49 - 14 comments
  457. cargo doc should render crate examples and link to them on main documentation page

    854e49c Opened by George Burton at 2024-11-23 11:48:37 - 5 comments
  458. Immutable borrow as argument for mutable borrow does not compile

    db1bfbc Opened by Frank van Heeswijk at 2021-02-03 16:41:01 - 12 comments
  459. Provide mechanism for documenting known bugs or shortcomings

    86e8f11 Opened by Jon Gjengset at 2024-11-07 23:27:31 - 2 comments
  460. "invalid subrange count" compiling [(); 1 << 63] with -g enabled

    dae892a Opened by Oliver Middleton at 2025-01-08 08:34:55 - 12 comments
  461. Make --export-dynamic the default option when linking executables.

    f0285de Opened by Parakleta at 2022-05-15 14:48:56 - 6 comments
  462. slice::sort_by_key has more restrictions than slice::sort_by

    f0bb5e9 Opened by Jake Goulding at 2024-10-19 01:33:42 - 19 comments
  463. Lint against transmutes which could be as casts.

    f1b9f09 Opened by Eduard-Mihai Burtescu at 2025-03-27 18:32:11 - 7 comments
  464. Higher-ranked lifetime causes inconsistent behavior with trait bounds.

    cb476b6 Opened by Edward Pierzchalski at 2024-12-21 05:06:17 - 2 comments
  465. Associated type equality not followed through multiple traits

    868bfd1 Opened by Sage Griffin at 2024-12-21 05:10:31 - 2 comments
  466. Rust is overflowing on recursive trait evaluation where it didn't before

    5298497 Opened by Sage Griffin at 2024-12-21 05:10:32 - 5 comments
  467. [rustbuild] do not delete sysroot directory

    50f5296 Opened by Simonas Kazlauskas at 2024-10-13 23:27:59 - 4 comments
  468. Match expressions use O(n) stack space with n branches in debug mode

    3e9a1d7 Opened by Evan Wallace at 2023-12-01 01:22:06 - 12 comments
  469. An unused generic parameter should be a warning at the definition site.

    733571a Opened by Felix S Klock II at 2024-12-21 04:50:09 - 8 comments
  470. Type mismatch between associated type and concrete type which are the same type.

    3612558 Opened by Andrew Cann at 2024-12-21 05:10:32 - 9 comments
  471. Improve documentation search fuzziness

    4a9f798 Opened by Joshua Olson at 2024-09-03 09:19:22 - 6 comments
  472. Package gdb with Rust

    5a3d1f0 Opened by Brian Anderson at 2020-11-03 13:07:26 - 36 comments
  473. Linker error for cdylib with panic=abort (Undefined symbol "_rust_eh_personality_catch")

    f273e44 Opened by Steven Sheldon at 2022-05-15 14:58:02 - 5 comments
  474. Bootstrap fails due to system LLVM libffi link error

    04a220b Opened by Taylor Trump at 2024-10-13 23:30:09 - 22 comments
  475. Cause a debug break when a panic occurs on Windows.

    87bb4c1 Opened by Peter Atashian at 2024-10-18 09:19:18 - 11 comments
  476. Add intrinsic to force-monomorphize; or some other solution for Index

    ef1e6dc Opened by Manish Goregaokar at 2023-09-14 04:32:25 - 4 comments
  477. Generate HTML versions of man pages

    04f761b Opened by Brian Anderson at 2023-09-15 20:26:16 - 2 comments
  478. BTreeSet and BTreeMap append optimization

    88d6dee Opened by Andrei Tonkikh at 2023-11-17 21:37:40 - 9 comments
  479. macros: Trailing expression statement macros expand inconsistently

    fab418f Opened by Jeffrey Seyfried at 2021-04-21 18:24:10 - 4 comments
  480. #[may_dangle], a refined dropck escape hatch (tracking issue for RFC 1327)

    f0a3c8b Opened by Felix S Klock II at 2024-09-03 09:15:19 - 37 comments
  481. Wrapping<_> implements ShX<usize> but wrapping_shX takes u32

    05cfdd9 Opened by jethrogb at 2023-11-18 09:10:10 - 5 comments
  482. rust-call call ABI is not feature gated at call-sites

    997b55a Opened by Felix S Klock II at 2019-11-05 02:43:52 - 7 comments
  483. Cannot link to --crate-type dylib

    bf7b987 Opened by Alex Crichton at 2020-09-07 20:17:35 - 7 comments
  484. u32 saturating_mul with small constant is slower than a multiply+compare

    3c7cb20 Opened by eefriedman at 2020-07-09 18:28:30 - 3 comments
  485. u32 saturating_mul+compare slower than u64 mul+compare

    ad4d742 Opened by eefriedman at 2021-04-14 04:50:22 - 4 comments
  486. "Type annotations needed" with mixed lifetimes in trait bounds

    747c96b Opened by arcnmx at 2024-12-21 05:05:19 - 9 comments
  487. path attribute on modules is useless in nested modules

    197fdd4 Opened by jethrogb at 2025-04-10 03:14:56 - 16 comments
  488. Rust should allow specifying a custom .def file

    dcd16b8 Opened by Simonas Kazlauskas at 2024-09-03 09:46:47 - 2 comments
  489. Make LLVM better at using XMM registers to perform structure moves

    0a46825 Opened by Patrick Walton at 2023-10-25 21:41:21 - 13 comments
  490. Tracking issue for promoting ! to a type (RFC 1216)

    319cedd Opened by Niko Matsakis at 2025-04-10 19:49:51 - 377 comments
  491. Test runner interacts badly with redirected child process

    5b6376f Opened by Bart Massey at 2023-07-22 20:15:23 - 8 comments
  492. type_id is not crate-independent with object associated types

    2fcb2e2 Opened by Ariel Ben-Yehuda at 2024-12-21 05:02:37 - 6 comments
  493. Verify that the AST does not have DUMMY_SP

    7513ce6 Opened by Ariel Ben-Yehuda at 2021-07-14 12:14:05 - 5 comments
  494. unsatisfyable HKL error message prints broken bound (for<'b> 'b : )

    9144da4 Opened by Oli Scherer at 2022-06-22 02:50:45 - 6 comments
  495. Tracking issue for future-incompatibility lint patterns_in_fns_without_body

    9193432 Opened by Vadim Petrochenkov at 2024-09-14 11:59:40 - 15 comments
  496. Add is_empty function to ExactSizeIterator

    ea17561 Opened by Corey Farwell at 2022-03-22 02:30:03 - 73 comments
  497. array.push(Foo { ... }) should construct Foo in-place

    089fc0f Opened by Patrick Walton at 2023-04-05 17:41:28 - 6 comments
  498. Bad codegen: unnecessary on-stack copy in WebRender 2

    a7065b5 Opened by Patrick Walton at 2019-09-16 13:42:35 - 8 comments
  499. Only the first expression in an include!d file is included.

    3439491 Opened by Emilio Cobos Álvarez at 2021-07-14 04:34:19 - 9 comments
  500. self and super behave inconsistently in use statements and as module names

    d2516a3 Opened by Collin J. Sutton at 2020-01-25 17:28:45 - 6 comments
  501. Go over all libstd traits and see which of them !/TyNever should implement

    f3136ad Opened by Ariel Ben-Yehuda at 2023-07-03 23:31:45 - 1 comment
  502. Implementation of Index<Foo> prevents indexing arrays by other index types

    af534d2 Opened by Deleted user at 2024-12-21 05:10:33 - 4 comments
  503. incr. comp.: Increase partition granularity via special-casing non-inlined functions

    5082a27 Opened by Michael Woerister at 2019-06-14 09:11:16 - 7 comments
  504. Adding type annotation equivalent to existing type changes code semantics

    a231548 Opened by F001 at 2024-12-21 05:10:34 - 7 comments
  505. cyclic type "of infinite size" may not be

    44ec281 Opened by comex at 2024-12-21 05:10:34 - 3 comments
  506. Constant let binding slower than const

    6cc282f Opened by antoyo at 2023-10-08 20:49:33 - 12 comments
  507. Rustdoc generates docs for hidden methods in impls

    0de2c48 Opened by Patrick Reisert at 2024-12-21 05:02:38 - 2 comments
  508. redundant E0210 (coherence) after E0120 (blanket Drop impl)

    4f70ff6 Opened by Alex Burka at 2022-07-07 19:27:43 - 4 comments
  509. odd span with unused import generated by macro

    59f8bda Opened by Alex Burka at 2020-06-13 04:49:47 - 4 comments
  510. "mod lib" in lib.rs produces incorrect error message

    0943a09 Opened by Pavel Strakhov at 2020-06-11 18:02:19 - 4 comments
  511. Confusing error message when traits from different modules have the same name

    135c6af Opened by Eli Dupree at 2024-02-26 20:03:26 - 3 comments
  512. Mark dropck-related borrow errors explicitly

    b950f95 Opened by bluss at 2024-08-29 22:55:59
  513. Performance left on the table?

    7c35eb5 Opened by vadimcn at 2023-10-08 20:49:34 - 13 comments
  514. Code only compiles with try!, not with question mark syntax

    3146316 Opened by Felix Rath at 2021-05-16 19:46:23 - 6 comments
  515. [rustbuild] cross-compiling to windows-gnu fails

    3ec329e Opened by Simonas Kazlauskas at 2024-10-13 23:57:09 - 6 comments
  516. Specialization influnces inference

    9aed485 Opened by Ariel Ben-Yehuda at 2024-12-21 05:02:39 - 3 comments
  517. Windows Defender goes nuts when running rustdoc on some projects

    a9a312c Opened by Jascha at 2025-03-16 06:48:45 - 14 comments
  518. impl Trait fails to resolve when returning !

    7b87138 Opened by Cobrand at 2024-12-21 05:10:34 - 11 comments
  519. Unions interacting with Enum layout optimization

    e2ce0c5 Opened by Mark Rousskov at 2024-11-01 19:11:38 - 16 comments
  520. "lifetime parameter is not constrained..." when using lifetime param to derive assoc. type from reference type trait impl

    db7f82d Opened by Collin J. Sutton at 2024-12-21 05:10:35 - 2 comments
  521. Exposure of HashMap iteration order allows for O(n²) blowup.

    055c62c Opened by Joshua Landau at 2023-02-05 05:57:06 - 101 comments
  522. In some cases, the compiler doesn't find a proper macro rule even when it exists

    a5fdaf4 Opened by Niilo Jaba at 2020-01-09 14:20:03 - 1 comment
  523. Closures should infer to capture by copy

    eed59be Opened by bluss at 2022-03-22 08:50:26 - 7 comments
  524. Collision between extern-block fn and #[no_mangle] fn not detected

    685d6d2 Opened by James Miller at 2023-09-14 14:35:25 - 4 comments
  525. Rust has trouble seeing higher ranked lifetimes through generics

    8390409 Opened by Steven Allen at 2024-12-21 05:10:35 - 10 comments
  526. Add traits w/ auto-deriving for soundly serializing/inspecting/transforming rustc types.

    fd086a8 Opened by Eduard-Mihai Burtescu at 2020-05-21 15:22:09 - 2 comments
  527. Better SIMD shuffles

    898ad8e Opened by jneem at 2023-10-08 20:49:35 - 4 comments
  528. Inner function cannot be tested

    199dbeb Opened by keenz at 2022-06-12 10:57:19 - 8 comments
  529. LLVM assertions when using -C target-feature=+soft-float with a few targets

    269ba41 Opened by Jorge Aparicio at 2023-04-05 17:38:44 - 3 comments
  530. Trait object coercion has problems with contravariant structs and lifetime bounds

    83f0bb8 Opened by Andrew Lutomirski at 2024-09-03 09:52:26 - 2 comments
  531. Channel should not default to dev when built from a tarball

    685f565 Opened by Brian Anderson at 2024-10-13 23:32:54 - 2 comments
  532. Compilation of a crate using a large static map fails on latest i686-pc-windows-gnu Beta

    ea9b116 Opened by Stephan Hügel at 2023-10-25 21:37:58 - 100 comments
  533. item_like_imports: Can "ambiguity error" items be reexported?

    c7b770c Opened by Vadim Petrochenkov at 2024-08-21 15:03:05 - 4 comments
  534. parent() returns Some("") for single-component relative paths

    0f0fa69 Opened by Jack O'Connor at 2023-12-17 07:39:51 - 15 comments
  535. Tracking issue for future-incompatibility lint invalid_type_param_default

    28f1c1c Opened by Vadim Petrochenkov at 2024-09-14 11:56:42 - 38 comments
  536. travis-cargo currently cannot upload / generate code coverage information for documentation tests

    896050e Opened by gnzlbg at 2022-01-18 22:16:10 - 2 comments
  537. Attribute for skipping field of struct in Debug derives?

    e8c9366 Opened by Alexander Regueiro at 2025-01-28 15:57:32 - 40 comments
  538. Rust docs: Please add groupings of producers and consumers by type

    af325a7 Opened by Jason Dagit at 2022-12-11 05:15:07 - 2 comments
  539. Large array literal causes slow compilation

    586a0a9 Opened by Joshua Landau at 2023-11-20 20:01:59 - 5 comments
  540. Should use super::{self, ...} work?

    52fd773 Opened by Alexander Regueiro at 2020-02-19 22:12:26 - 9 comments
  541. Inference fails because it doesn't consider deref coercions

    8564bf0 Opened by Cristi Cobzarenco at 2020-01-09 14:54:26 - 2 comments
  542. MSVC profilers attribute most time to std::panicking::try::do_call<AssertUnwindSafe<closure>,()>

    d9c1c15 Opened by Vladimir Vukicevic at 2023-04-05 17:45:47 - 18 comments
  543. "cannot declare a new module at this location" should specify good locations

    25b8aae Opened by Alex Burka at 2019-10-11 22:55:52 - 1 comment
  544. Inferring type succeeds with too little information

    c399751 Opened by Mike Hommey at 2023-08-14 13:45:36 - 2 comments
  545. [testing infra] Pretty-printing tests fail when need to find an out-of-line module

    2987a13 Opened by Vadim Petrochenkov at 2023-09-28 04:42:37 - 2 comments
  546. Pretty-printer inserts an extra newline before the first match arm if it has a comment

    48b0fdf Opened by Vadim Petrochenkov at 2021-03-26 21:40:58 - 3 comments
  547. --emit=obj for Windows msvc producing .o instead of .obj

    f86240e Opened by Peter Atashian at 2023-09-14 04:25:11 - 1 comment
  548. Make std::io::Take<R> an instance of std::io::Seek when R:std::io::Seek

    181679a Opened by Deleted user at 2023-09-24 16:33:52 - 3 comments
  549. rust build on ARMv8 fails in test macro-stepping.rs, other debuginfo-gdb tests.

    ff25a0e Opened by Edward Vielmetti at 2023-04-05 17:45:47 - 22 comments
  550. LLVM pointer range loop / autovectorization regression part two

    7b65aab Opened by bluss at 2023-07-22 20:28:07 - 2 comments
  551. Specify and possibly reconsider the precise semantics of #[no_mangle]

    ba6e9fd Opened by bstrie at 2021-03-31 19:32:36
  552. Poor error message related to higher rank lifetimes

    f8e307b Opened by iopq at 2024-09-24 23:03:15 - 6 comments
  553. Compiler switch to list bound checks

    fd9eb37 Opened by leonardo-m at 2020-07-16 21:45:47 - 4 comments
  554. Generic Fn wrapper breaks without type annotations

    6d55425 Opened by hban at 2023-06-02 09:19:04 - 5 comments
  555. debuginfo: How to (ideally) represent reference and pointer types in DWARF

    86b91fe Opened by Michael Woerister at 2022-03-04 15:53:13 - 32 comments
  556. Program cross compiled for mips-unknown-linux-musl crashes with SIGILL

    05dea50 Opened by Jorge Aparicio at 2019-03-26 12:48:22 - 10 comments
  557. Consider storing auto-generated error message strings in separate object file

    5e3c2f0 Opened by Michael Woerister at 2020-01-31 22:58:16 - 4 comments
  558. Command::spawn has weird rules for finding binaries on Windows

    de64fce Opened by Oliver Middleton at 2024-03-25 16:15:41 - 13 comments
  559. Consider using incremental linking with msvc

    5e66af4 Opened by Peter Atashian at 2024-08-19 05:30:36 - 26 comments
  560. Tracking issue for TrustedLen (trusted_len)

    fb0a495 Opened by bluss at 2023-03-04 09:59:53 - 37 comments
  561. Inherent static methods on traits do not play well with associated types

    19fe296 Opened by Aaron Turon at 2024-02-07 00:59:42 - 15 comments
  562. Using pattern match directly on LockResult causes deadlock

    5a35aca Opened by Lloyd at 2024-10-10 07:31:50 - 20 comments
  563. misleading error message for trait usage from external scope

    1076f69 Opened by Jesse at 2022-12-16 00:58:12 - 7 comments
  564. demangled characters like { make debugging annoying

    96a6171 Opened by m4b at 2023-04-05 17:45:48 - 7 comments
  565. support default impl for specialization

    f6062bd Opened by Niko Matsakis at 2024-04-19 14:14:25 - 24 comments
  566. Overflow for trait implemented recursively on references

    5407c07 Opened by hban at 2024-12-21 05:10:36 - 8 comments
  567. E0495 Does not mention the conflicting requirements

    0070623 Opened by gnzlbg at 2022-11-11 03:54:22 - 10 comments
  568. std::process::Command's current_dir behaves differently on Unix and Windows, with respect to relative exe paths

    7add0ca Opened by Jack O'Connor at 2023-01-26 20:26:05 - 13 comments
  569. Using type with local type parameters has confusing error

    7429394 Opened by bluss at 2022-02-10 12:45:18 - 7 comments
  570. Expand macro parameters in the comments.

    c0fd25e Opened by Yamakaky at 2020-06-25 15:19:37 - 6 comments
  571. Future::and_then and other adapters are not always zero cost

    a8e15ee Opened by Jorge Aparicio at 2023-10-08 20:49:35 - 12 comments
  572. Rust distribution uses massive amount of storage space

    c92b577 Opened by Carl Patenaude-Poulin at 2024-10-13 23:59:11 - 10 comments
  573. Test cross compilation with proc-macro crates

    ba8c377 Opened by Jeffrey Seyfried at 2024-12-28 16:54:34 - 6 comments
  574. index out of bound in slice not caught at compilation

    03036f8 Opened by Antoine Grondin at 2020-10-09 10:16:18 - 2 comments
  575. Optimize iterator chains better

    ab5c89d Opened by bluss at 2023-09-21 17:04:54 - 11 comments
  576. rustdoc: stabilize --playground-url and deprecate --markdown-playground-url

    b552900 Opened by Liigo Zhuang at 2022-01-18 22:16:11 - 1 comment
  577. where clause shadows information about higher impls

    0915a4f Opened by James Kay at 2024-12-21 05:10:36 - 2 comments
  578. Nested associated type projection is overly conservative

    54dbb6a Opened by Aaron Turon at 2024-12-01 13:22:52 - 27 comments
  579. rustdoc: Don't distinguish structs and tuple structs with only private fields

    eaac306 Opened by Clar Fon at 2024-11-08 00:02:11 - 10 comments
  580. Iterator adaptors should allow unsized function fields

    4053033 Opened by Simonas Kazlauskas at 2019-09-11 09:36:59 - 4 comments
  581. rustc -v should print out linker output

    d08c9a4 Opened by Jeremy Fitzhardinge at 2025-02-20 14:23:32 - 18 comments
  582. Consider different way of inheriting handles in child processes on Windows

    0e30a10 Opened by Peter Atashian at 2023-03-19 09:50:16 - 5 comments
  583. export_name with unusual utf8 breaks new version script based linker

    c6c54d3 Opened by m4b at 2024-09-21 08:28:53 - 15 comments
  584. Can't step into libstd with gdb on Windows

    0e3b8af Opened by Elahn Ientile at 2025-02-21 02:15:53 - 4 comments
  585. issues with ABIs and struct return types

    442caf4 Opened by Vladimir Vukicevic at 2024-04-18 00:35:03 - 6 comments
  586. llvm/msvc: IsStatement in codeview data is always false

    b046b3e Opened by Xan López at 2023-03-20 15:02:35 - 2 comments
  587. Insufficient normalization

    b5516a2 Opened by Alexander Regueiro at 2024-12-21 05:10:36 - 3 comments
  588. Overloaded call inferred to be through Fn when only FnOnce works

    2ca09b4 Opened by june at 2023-09-28 04:19:29 - 6 comments
  589. Tracking issue to stabilize --print target-spec-json

    f7828d6 Opened by Doug Goldstein at 2025-03-07 15:18:53 - 10 comments
  590. Identity Result match mapping should optimize to an identity function

    5761e60 Opened by bluss at 2023-10-08 20:50:24 - 10 comments
  591. method resolution problem related to Box<dyn Trait>

    880dd4e Opened by Catherine at 2024-12-21 05:10:37 - 3 comments
  592. Repeated #[link] attributes for the same library cause it to be passed as many times to the linker.

    13820cf Opened by vadimcn at 2020-05-28 12:45:47 - 10 comments
  593. Tracking issue for the msp430-interrupt calling convention/ABI

    efdf623 Opened by Jorge Aparicio at 2024-11-10 19:28:22 - 5 comments
  594. question mark and try! obscure type inference errors

    4d271d0 Opened by tinaun at 2024-02-15 02:40:26 - 3 comments
  595. Specialization does not find the default impl

    16a1969 Opened by David Tolnay at 2024-04-19 14:16:48 - 2 comments
  596. test::black_box for big size T?

    ab1281d Opened by Kibeom Kim at 2019-01-28 15:42:36 - 6 comments
  597. Allow access to location information from proc_macro TokenStreams

    0f873d4 Opened by Dirkjan Ochtman at 2021-07-14 12:12:42 - 8 comments
  598. Randomize the ordering of struct fields when compiling in debug mode

    3f2ede7 Opened by bstrie at 2025-03-01 12:22:06 - 10 comments
  599. memset not being optimized out when initializing array contents

    4aecfcb Opened by Learn OpenGL ES at 2023-10-08 20:50:25 - 8 comments
  600. Error about "does not live long enough" could be more helpful

    3209d3a Opened by Learn OpenGL ES at 2022-12-15 20:03:28 - 3 comments
  601. rustc: assertion failiure in llvm when defining __CxxFrameHandler3

    fb20859 Opened by Jonathan Nilsson at 2023-08-15 19:40:45 - 4 comments
  602. Unable to constrain associated types in trait inheritance

    baa4221 Opened by Maik Klein at 2024-12-21 05:10:37 - 4 comments
  603. Cannot silence test runner

    dc1a06b Opened by phrohdoh at 2020-02-23 20:33:31 - 7 comments
  604. Type errors in macros have poor spans

    8d750aa Opened by Mark Rousskov at 2025-04-01 21:44:05 - 5 comments
  605. LLVM error when emitting PTX code with debuginfo

    f8cbdbf Opened by Jorge Aparicio at 2023-04-05 17:38:46 - 1 comment
  606. Tracking issue for the "ptx-kernel" ABI

    ec72acb Opened by Jorge Aparicio at 2025-01-15 00:39:11 - 8 comments
  607. rustc generates a lot of llvm ir for small programs due to inline generated drops

    f23f9bc Opened by Jeff Muizelaar at 2023-10-08 20:50:25 - 14 comments
  608. add test: cross compiling core for no_std targets

    521ec52 Opened by Jorge Aparicio at 2023-07-23 00:11:21 - 5 comments
  609. Mut borrow lifetime expanded to the enclosing function

    76a52c4 Opened by Carol Schulze at 2020-06-11 18:05:22 - 1 comment
  610. Reverse the stack traces

    42c9090 Opened by Emil Ernerfeldt at 2022-10-18 21:43:54 - 9 comments
  611. Deriving Debug on an enum with uninhabited type triggers warning

    526be05 Opened by Sean McArthur at 2024-12-21 04:50:09 - 19 comments
  612. Missed optimization: references from pointers aren't treated as noalias

    2c48f77 Opened by Michael Bradshaw at 2024-12-14 11:58:58 - 28 comments
  613. Add some mechanism for catching structured exceptions on Windows

    9ba9de3 Opened by Jeff Muizelaar at 2020-12-26 15:21:16 - 2 comments
  614. rustc always links against non-debug Windows runtime

    200bab2 Opened by Josh Matthews at 2025-01-15 16:27:01 - 27 comments
  615. Impossible to pass diverging closures as an argument

    59d34d9 Opened by Simonas Kazlauskas at 2020-05-04 00:17:28 - 8 comments
  616. Dead code lint emits unused code warning for code that is clearly used.

    9f73f46 Opened by Ram at 2025-03-01 12:26:47 - 2 comments
  617. [config.toml] should allow specifying arbitrary flags to the cc command for a target

    fb61363 Opened by Simonas Kazlauskas at 2024-10-13 23:57:40 - 3 comments
  618. Guarantee that values in hash map are disjoint from each other and the HashMap struct.

    fec9956 Opened by Pyry Kontio at 2021-06-10 11:31:14 - 5 comments
  619. missing_docs does not trigger for types only used in exported fields of enumerations

    662284b Opened by Ben Boeckel at 2025-03-01 12:26:23 - 6 comments
  620. Type-inference breaks depending on the order of arguments in a function call

    bd7cda8 Opened by gnzlbg at 2022-10-16 17:52:51 - 2 comments
  621. #![cfg] to disable a crate disables #![no_std]

    fc29840 Opened by Peter Atashian at 2021-07-14 04:00:25 - 5 comments
  622. Allow process::Child to be used with external calls to waitpid

    7e8594b Opened by Zack Weinberg at 2023-07-22 20:15:25 - 7 comments
  623. [rustdoc] Placeholder for search field makes no sense

    9023797 Opened by Simonas Kazlauskas at 2022-01-18 22:16:12 - 4 comments
  624. link-dead-code limitations (bad for code coverage)

    48fba85 Opened by Marco A L Barbosa at 2021-10-06 03:41:51 - 4 comments
  625. Poor diagnostic: mutable diagnostic cannot be "immutablized"

    e6b6d64 Opened by Arthur Silva at 2023-03-18 02:53:14 - 6 comments
  626. Breakpoint set 2 locations when I set a breakpoint with LLDB

    5b9c91d Opened by nolimitk at 2023-04-05 17:45:50 - 2 comments
  627. Unhelpful error when providing a borrowed closure to a function expecting a closure taking borrowed arguments

    bb9a916 Opened by Josh Matthews at 2020-02-05 00:44:49 - 1 comment
  628. Extremely slow optimizer performance when including large array of strings

    1e5599e Opened by Josh Triplett at 2023-10-08 20:50:26 - 10 comments
  629. Make sure all file extensions for wasm are correct

    fa0c472 Opened by Brian Anderson at 2023-10-29 10:23:11 - 3 comments
  630. Non-upper case constant warning misapplied in patterns

    c01b571 Opened by Russell Johnston at 2023-11-19 06:23:55 - 4 comments
  631. resolve: improve diagnostics for a single super at the crate root

    c8a353b Opened by Jeffrey Seyfried at 2024-01-10 16:59:03 - 4 comments
  632. Tracking issue: declarative macros 2.0

    29c4d3c Opened by Nick Cameron at 2025-02-07 11:41:18 - 81 comments
  633. rustdoc: types used in exported type definitions are not documented.

    0610fe8 Opened by Sean Olson at 2024-11-15 23:32:43 - 2 comments
  634. Escaping char in libcore adds 2k of static data for no_std cases

    9d56e8f Opened by Aaron Turon at 2025-02-14 04:02:37 - 12 comments
  635. Incorrect type mismatch resolving when using return in closure

    2623a02 Opened by Sebastian Waisbrot at 2022-03-23 06:06:58 - 1 comment
  636. Suggestion: make string/slice more efficient with match

    4b0c15b Opened by Tatsuyuki Ishi at 2025-03-13 17:28:14 - 12 comments
  637. dead_code warnings for functions/types used in a unused function

    63cb93a Opened by Alexey at 2024-03-16 09:39:07 - 13 comments
  638. Document unwind-safety without referencing an RFC

    14c46d3 Opened by Simon Sapin at 2020-03-06 23:12:20 - 7 comments
  639. Add option to define environment vars

    2a5613d Opened by Jeremy Fitzhardinge at 2020-03-30 17:42:56 - 6 comments
  640. Assertion failed in llvm/include/llvm/Support/Casting.h

    384d195 Opened by Carl Lerche at 2023-04-05 17:38:47 - 1 comment
  641. Tracking issue for sanitizer support

    1e41d14 Opened by Jorge Aparicio at 2025-03-07 15:29:59 - 38 comments
  642. Performance regression in nightly-2017-01-15

    5280b4a Opened by Jon Gjengset at 2023-04-05 17:42:24 - 17 comments
  643. rustdoc splits test-args wrongly

    3ac02a1 Opened by Marco A L Barbosa at 2017-07-27 01:18:04 - 7 comments
  644. Trait object coercion supercedes deref coercion

    9d152be Opened by Austin Bonander at 2024-12-21 06:15:42 - 14 comments
  645. Warn about $x:expr in macro_rules expansion

    9442eef Opened by Jason Orendorff at 2023-09-14 16:03:58 - 2 comments
  646. Provide an easy way to use LLVM's Polly

    a9b7165 Opened by gnzlbg at 2023-04-05 17:38:47 - 7 comments
  647. Macros not included in back-traces when used in a crate

    44a8fc2 Opened by Campbell Barton at 2023-04-05 20:58:51 - 1 comment
  648. bootstrap overrides -O in CFLAGS for LLVM

    67ccea1 Opened by Sebastien Marie at 2023-05-24 20:54:09 - 6 comments
  649. Linking with LLD

    e932039 Opened by bstrie at 2024-05-17 07:58:00 - 113 comments
  650. #[deprecated] does nothing if placed on an impl item.

    35e30c2 Opened by Sage Griffin at 2024-12-28 13:51:51 - 8 comments
  651. Enum associated functions can name-clash with variants, but cannot be called.

    0733b2b Opened by Amar Sood at 2023-11-27 11:29:41 - 5 comments
  652. rustc --test should not check linking when using --emit=metadata or -Z no-trans

    fc867bc Opened by Wilfred Hughes at 2019-10-23 02:44:49 - 6 comments
  653. error[E0275]: overflow evaluating the requirement _: std::marker::Sized

    f471598 Opened by Simon Sapin at 2024-10-29 18:15:00 - 25 comments
  654. making a temporary tuple for pattern matching tries to move borrowed content

    5d6b69b Opened by Jack O'Connor at 2023-07-01 13:13:11 - 1 comment
  655. Range* should overrride more methods of Iterator

    9e96b96 Opened by Marco A L Barbosa at 2019-05-03 12:58:55 - 16 comments
  656. A new compiler flag: "link everything statically or die, dammit!"

    955f6c9 Opened by Pyry Kontio at 2022-01-13 13:33:35 - 27 comments
  657. Need a way to close standard output

    70ac87c Opened by Zack Weinberg at 2021-11-25 08:40:39 - 5 comments
  658. "Stability" of the -C passes and -C llvm-args flags

    e18d269 Opened by Jorge Aparicio at 2022-10-29 13:28:21 - 4 comments
  659. Error on bad pub(path) depends on module ordering

    0d7f875 Opened by srrrse at 2023-06-29 20:56:43 - 7 comments
  660. Braced macros are inconsistent with other braced items

    d15f97a Opened by Sergio Benitez at 2024-07-26 01:17:46 - 4 comments
  661. Tracking issue for future-incompatibility lint missing_fragment_specifier

    bc4821f Opened by Jeffrey Seyfried at 2024-12-21 04:50:10 - 13 comments
  662. 1.15.1 armhf run-make/relocation-model failed, "relocation [..] against `a local symbol' can not be used [..]; recompile with -fPIC"

    d948550 Opened by Ximin Luo at 2020-02-08 16:08:28 - 4 comments
  663. Tracking issue for the x86-interrupt calling convention

    e39898b Opened by Philipp Oppermann at 2024-11-10 07:21:09 - 38 comments
  664. consolidate recursion limit errors

    f867e61 Opened by Alex Burka at 2018-09-24 16:17:28 - 1 comment
  665. Lifetime inference falls over with identical lifetimes across trait and implementing struct

    a4d7622 Opened by pinkpawkitty at 2017-07-27 18:23:10 - 5 comments
  666. 1.15.1 (and earlier) armhf nondeterministically uses locking to implement atomic instructions when cross-compiling to x64 but not x86

    5e7141c Opened by Ximin Luo at 2020-02-08 15:56:07 - 2 comments
  667. Same for loop up to 38% slower depending on iterator used

    42624bc Opened by François Simond at 2021-07-24 15:25:08 - 1 comment
  668. vtable accesses optimization in a tight loop.

    73be5a3 Opened by dpc at 2023-10-08 20:50:27 - 2 comments
  669. std::io functions should document which ErrorKinds they can return

    b242c9a Opened by Alex Burka at 2020-03-06 23:11:51 - 20 comments
  670. type checker takes O(~1.5^recursion_limit) time to reject simple-ish code

    2611a3c Opened by comex at 2024-12-21 05:02:42 - 5 comments
  671. Common well-known traits make "Trait Implementations" too verbose

    cc115fa Opened by Kornel at 2022-01-18 22:16:13 - 5 comments
  672. duplicate definition error depends on macro declaration order

    efd80b3 Opened by Alex Burka at 2023-07-28 12:53:36 - 1 comment
  673. Misleading suggestion for missing trait bounds

    c4939e3 Opened by Josh Stone at 2024-10-04 23:33:05 - 7 comments
  674. std::process::Command no way to handle command-line length limits

    2dac0aa Opened by mcharsley at 2023-01-26 20:27:11 - 9 comments
  675. Undetected unconditional recursion in Clone impl using to_owned()

    2412516 Opened by crumblingstatue at 2024-12-21 04:50:10 - 1 comment
  676. Consider specific warning for trying to use an existing variable in a pattern

    8ea6ec7 Opened by Jason Orendorff at 2021-12-29 03:38:34 - 6 comments
  677. Derived traits in the standard library are missing stability information

    c894d3a Opened by jethrogb at 2022-01-18 22:16:13 - 14 comments
  678. rustc does not understand linker scripts with GROUP statements

    bcdf0e0 Opened by Raphael Cohn at 2023-09-14 17:01:03 - 3 comments
  679. rustbuild: if stage0 binaries can't be run, kindly inform user

    21aec86 Opened by Cengiz Can at 2023-10-06 04:23:19 - 5 comments
  680. Dyn compatibility error when using an associated type as a type parameter in the super-trait listing

    0d24f18 Opened by jonysy at 2024-12-21 06:19:01 - 6 comments
  681. Produce a warning when using const with interior mutability

    16272c0 Opened by Alex Kladov at 2023-06-16 19:54:07 - 26 comments
  682. Rust allows function argument names to shadow unit structs imported in function body

    9b36885 Opened by Sage Griffin at 2019-09-28 23:50:17 - 3 comments
  683. Specialization and lifetime dispatch

    280034b Opened by David Tolnay at 2023-04-27 19:30:55 - 3 comments
  684. Overflow on requirement evaluation with associated types

    00e9629 Opened by ebfull at 2024-12-21 05:10:38 - 2 comments
  685. UnwindSafe is unergonomic

    4e6b655 Opened by dpc at 2019-11-04 12:10:13 - 26 comments
  686. E0122 says bounds aren't enforced, but they actually are?

    6d5e2b6 Opened by Clar Fon at 2023-05-22 22:33:18 - 12 comments
  687. refactor the AssociatedItem structures

    6bb3c12 Opened by Niko Matsakis at 2019-06-13 20:39:14 - 3 comments
  688. Type inference incorrectly selects specialized instance of type parameter

    68c500a Opened by Steven Fackler at 2024-04-19 14:20:07 - 3 comments
  689. No unused import for std::f64 if only f64 types used

    14cbcf6 Opened by johnthagen at 2023-04-05 17:33:38 - 1 comment
  690. To debug cargo project cause lots of 'symbol not found' problems on OSX

    0d62bbc Opened by wind2412 at 2023-11-19 06:28:18 - 12 comments
  691. Weird error message for missing symbol if module name is the same as a macro

    d354510 Opened by Tobias Bucher at 2020-06-11 18:02:22 - 1 comment
  692. Mac lldb debuginfo behavior differs based on abs/rel input source path (?!)

    a2ba92d Opened by Felix S Klock II at 2022-06-20 14:32:23 - 4 comments
  693. Move libm bindings into separate crate

    937401e Opened by Anatol Pomozov at 2018-09-24 15:52:04 - 2 comments
  694. Indexing tuple warning misleading

    2f4ff27 Opened by gnzlbg at 2022-11-11 04:27:36 - 1 comment
  695. Rustdoc incorrectly orders trait impls

    f327869 Opened by Deleted user at 2025-02-07 06:41:45 - 2 comments
  696. Add explicit or zero constructor for std::time::Instant

    57abf2c Opened by Diggory Hardy at 2024-03-19 14:53:05 - 9 comments
  697. support deeply nested coercions

    3413964 Opened by Niko Matsakis at 2024-12-21 05:09:56 - 5 comments
  698. LUB of a bivariant parameter is not fully general

    8fdf9f3 Opened by Niko Matsakis at 2024-10-03 13:29:46 - 4 comments
  699. Get rid of the "rust-call" hack

    4ac7378 Opened by Adolfo Ochagavía at 2020-04-18 12:38:12 - 7 comments
  700. Rustdoc impl blocks refer to private names

    f2e2e98 Opened by David Tolnay at 2021-12-15 02:39:58 - 9 comments
  701. Confusing type error due to strange inferred type for a closure argument

    ba6204c Opened by Jeffrey Seyfried at 2024-12-21 05:09:56 - 35 comments
  702. rustc fails to see a bound that is present, but also requires that the bound not be present

    cc670b8 Opened by James Kay at 2024-12-21 05:02:42 - 2 comments
  703. NVPTX: "LLVM ERROR: Cannot select" when translating num::from_str_radix

    d70f6fe Opened by Jorge Aparicio at 2023-04-05 17:38:48 - 2 comments
  704. Error message when VS 2015 build tools exist but not the SDK needs to be better

    f00b814 Opened by Brian Anderson at 2020-06-11 18:02:22
  705. ! in Fn types

    ad71887 Opened by Karol Kuczmarski at 2024-12-21 05:09:57 - 2 comments
  706. rustc: Disable color codes in non-tty terminal environments

    ea95ff9 Opened by Andrew at 2022-05-15 16:39:29 - 2 comments
  707. lldb print error and crash

    8f247a0 Opened by chabapok at 2022-06-26 14:27:39 - 11 comments
  708. Inconsistency in trait item resolution between Box<Trait> and impl Trait

    13965a1 Opened by Vadim Petrochenkov at 2024-12-21 05:09:57 - 6 comments
  709. GDB hardcodes startswith(producer, "clang ") to cope with LLVM debug line info in prologues.

    0cf2276 Opened by Eduard-Mihai Burtescu at 2024-02-05 16:52:12 - 14 comments
  710. Unclear error with type inference failure

    3206876 Opened by jethrogb at 2023-08-14 13:49:31 - 4 comments
  711. document what "thin pointers" are

    7c30025 Opened by David Roundy at 2021-09-03 10:22:00 - 10 comments
  712. Long trait bounds don't get broken up in rustdoc

    848a95d Opened by Clar Fon at 2022-02-07 19:54:44 - 2 comments
  713. Misleading error when a trait method implementation has explicit lifetime parameters but the trait signature does not.

    aa2dbc6 Opened by Peter Hall at 2024-12-21 05:02:43 - 7 comments
  714. Attribute macros invoked at crate root have issues

    4ef3f2c Opened by Austin Bonander at 2025-02-24 16:17:12 - 30 comments
  715. include!() in statement position expects an expression

    06ec6ee Opened by Simon Sapin at 2024-09-08 23:06:14 - 6 comments
  716. Tracking issue for trait aliases

    e9d04d9 Opened by srrrse at 2025-01-17 05:40:39 - 119 comments
  717. Specialization results in spurious mismatch type errors

    5d0f101 Opened by srrrse at 2024-04-19 14:17:43 - 3 comments
  718. Tracking issue for RFC 1824: Proposal for default crate recommendation ranking

    41c2f13 Opened by Aaron Turon at 2019-06-17 18:30:26 - 6 comments
  719. Inference disrupted by trait bound that is redundant with a HRTB

    4d69ee8 Opened by David Tolnay at 2024-12-21 05:02:43 - 5 comments
  720. Tracking issue for RFC 1868: A portability lint

    32e35a0 Opened by Aaron Turon at 2024-12-21 04:50:10 - 17 comments
  721. Improve diagnostics for parse errors in proc macro output

    49b032e Opened by Austin Bonander at 2024-10-01 12:19:28 - 1 comment
  722. confusing error message saying variable must be valid for anonymous lifetime that it appears to live long enough for

    fc5579d Opened by L. David Baron at 2023-06-05 12:33:10 - 2 comments
  723. [RFC] figure out story around linear queries

    9c6b9c0 Opened by Niko Matsakis at 2022-03-17 19:08:23 - 6 comments
  724. Reordering where clauses can change program behavior

    82f0105 Opened by Aaron Turon at 2023-04-05 17:39:37 - 15 comments
  725. Missed bound check removal

    6c6273d Opened by leonardo-m at 2023-11-29 06:52:41 - 1 comment
  726. “type must outlive the static lifetime” makes no sense

    3757e73 Opened by Simonas Kazlauskas at 2024-06-26 22:27:19 - 6 comments
  727. Non-optimal derived PartialEq for POD struct

    3783bfa Opened by Joe Wilm at 2025-02-25 01:00:45 - 5 comments
  728. Compiling to Webassembly quickly fills up available RAM and crashes computer

    583a5ca Opened by Ross Schulman at 2022-06-07 18:03:52 - 8 comments
  729. Collision of Borrow::borrow() and RefCell::borrow()

    445ab44 Opened by Tomáš Gavenčiak at 2022-11-27 11:21:58 - 7 comments
  730. :vis matcher can't parse EOF

    a196854 Opened by Masaki Hara at 2023-09-14 17:19:43 - 1 comment
  731. Incorrect suggestion in error when accessing field on raw pointer

    54ee597 Opened by jethrogb at 2020-06-11 18:01:46 - 2 comments
  732. "consider adding an explicit lifetime bound `R: 'static" suggestion is misleading

    5dae9a3 Opened by Stepan Koltsov at 2024-05-14 02:42:21
  733. Lack of HRTB produces nonsense error message, correct syntax isn't even mentioned in The Book

    3ff4ff7 Opened by Christian Iversen at 2024-12-21 05:02:44 - 7 comments
  734. Add (a lot of) tests to rustdoc

    a7ec03f Opened by Guillaume Gomez at 2024-09-09 19:23:43 - 6 comments
  735. Result-based error handling optimizes very poorly for large payloads

    30c662e Opened by Aria Desires at 2023-10-08 20:50:28 - 13 comments
  736. rustdoc: disambiguate between types of the same name

    5758dd5 Opened by QuietMisdreavus at 2024-08-20 13:32:41 - 14 comments
  737. Tracking issue for step_trait stabilization

    b4fd995 Opened by scottmcm at 2024-07-28 00:51:23 - 55 comments
  738. Redundancy in trace_macro output

    07280f7 Opened by Jason Orendorff at 2024-08-30 06:46:16 - 1 comment
  739. Make the ast representation of qualified self paths more syntactic

    fc276f3 Opened by Nick Cameron at 2023-09-15 17:47:30 - 1 comment
  740. Provide a way to interpolate crate version in html_root_url

    6ae43b4 Opened by David Tolnay at 2025-03-14 10:08:09 - 5 comments
  741. Link no-deps documentation with no html_root_url to docs.rs by default

    fef8352 Opened by David Tolnay at 2023-03-11 17:19:50 - 9 comments
  742. In rustdoc, omit trait impls that a user cannot call

    6a9d004 Opened by David Tolnay at 2022-01-18 22:16:36 - 1 comment
  743. [RFC] Refactor types to be a (TypeCore, Substs) pair

    759f558 Opened by Niko Matsakis at 2019-10-06 13:39:55 - 6 comments
  744. introduce region-clauses into the ParamEnv, use to replace the body_id

    7f2bb02 Opened by Niko Matsakis at 2017-07-27 22:36:59 - 3 comments
  745. Wishlist: compiler should give hint when trying to use Box<Trait> as Trait

    b651e04 Opened by Jeremy Fitzhardinge at 2024-12-21 05:09:58 - 3 comments
  746. Add span to E0271 errors pointing at the "found" associated type bound

    b585a74 Opened by chabapok at 2023-01-07 23:16:47 - 2 comments
  747. Could we clarify type error messages that involve traits + closures?

    ca328f9 Opened by David Teller at 2024-12-21 05:01:40 - 3 comments
  748. Cannot infer type even if specified.

    853766d Opened by jD91mZM2 at 2024-04-17 13:07:59 - 11 comments
  749. Strange lifetime error when using borrow_mut

    f81db70 Opened by Jay at 2022-03-21 17:46:34 - 7 comments
  750. 1.17.0 powerpc64le: "LLVM ERROR: Undefined temporary symbol" after disabling optimisation

    58ac5dd Opened by Ximin Luo at 2024-04-06 18:13:09 - 10 comments
  751. Suggest converting a type to trait object when it's possible and the method expects one

    7369c5c Opened by Pyry Kontio at 2024-12-21 07:00:08 - 6 comments
  752. Include debuginfo in release builds of LLVM by default

    53efcb0 Opened by Ximin Luo at 2023-05-20 22:29:04 - 4 comments
  753. region inference sometimes fails to recognize implied bound in closure

    1169672 Opened by Niko Matsakis at 2023-12-10 10:35:00 - 8 comments
  754. cfg_target_feature and target_feature don't interact properly

    153c0fb Opened by James Duley at 2023-03-03 22:43:14 - 18 comments
  755. Slow "llvm module passes"

    701dc18 Opened by Mathieu Poumeyrol at 2020-01-31 22:55:42 - 2 comments
  756. target_pointer_width in proc-macro crates provides build-time width, but some clients want runtime width

    c176fbd Opened by Liran Ringel at 2022-04-07 23:21:50 - 8 comments
  757. rustc: Uses 75G of RAM and takes 1h30 on attached

    c84533d Opened by Dave Gilbert at 2025-02-05 14:33:12 - 7 comments
  758. Enable some android host builder

    40f48a0 Opened by Marco A L Barbosa at 2022-02-19 01:11:08 - 9 comments
  759. Avoid shipping duplicate artifacts in the host and target sysroot

    d70903d Opened by Alex Crichton at 2023-10-08 20:50:28 - 20 comments
  760. Output code bloat when programming with a functional style

    9234d95 Opened by DominusCarnufex at 2023-10-08 20:50:29 - 9 comments
  761. Add Vec::contains_ref which is worse for inference but less restrictive than Vec::contains

    f3a0025 Opened by Istvan Ruzman at 2024-09-14 16:26:27 - 16 comments
  762. rustdoc still doesn't handle renames in reexports correctly

    b98b795 Opened by kennytm at 2023-09-14 17:26:10 - 2 comments
  763. Reconsider using SVH for loading transitive crate dependencies

    2bee4f7 Opened by Alex Crichton at 2022-04-22 14:49:50 - 12 comments
  764. Format self correctly

    b52eda0 Opened by Gauri Kholkar at 2023-01-08 18:42:53 - 10 comments
  765. properly handle anonymous regions appearing in return type- named-anon conflicts

    940acaa Opened by Gauri Kholkar at 2023-06-30 15:44:19 - 10 comments
  766. Need negative trait bound

    feddf16 Opened by svmk at 2025-03-04 23:52:33 - 18 comments
  767. Cannot call implementations of the Fn* traits on references

    b31b230 Opened by Jake Goulding at 2024-12-21 05:09:58 - 13 comments
  768. Altivec/VSX support

    aeb476d Opened by Luca Barbato at 2025-03-10 18:11:38 - 30 comments
  769. Error message when using non-derived constants from another crate in pattern matching is confusing

    461282e Opened by Sean McArthur at 2024-11-18 05:16:37 - 6 comments
  770. Confusing lifetime error with closure

    a006276 Opened by David Hotham at 2020-12-17 22:56:22 - 6 comments
  771. Rust will memmov |self| when passed by value to inline function

    d8acff3 Opened by Bobby Holley at 2024-02-24 19:42:47 - 20 comments
  772. debuginfo: Subroutine types are not ABI-adjusted

    78d5744 Opened by Michael Woerister at 2023-04-05 17:45:52 - 1 comment
  773. Doc block ignored for pub extern crate

    2abf06a Opened by Behnam Esfahbod at 2022-01-18 22:17:28 - 3 comments
  774. macro_rules! macros do not backtrack

    4d7e65d Opened by Mark Rousskov at 2020-11-16 22:32:52 - 2 comments
  775. Peer credentials on Unix socket

    60d5366 Opened by Martin Habovštiak at 2025-02-03 14:02:12 - 25 comments
  776. *const T has quite a few methods that seem like they don't need to require T: Sized

    e2b2bf0 Opened by Mark Rousskov at 2021-06-21 10:38:46 - 13 comments
  777. Add drain_filter for BinaryHeap

    fbcf612 Opened by Ralf Jung at 2023-06-30 15:44:19 - 23 comments
  778. Tracking issue for future-incompatibility lint late_bound_lifetime_arguments

    f264590 Opened by Vadim Petrochenkov at 2025-03-07 15:52:07 - 21 comments
  779. std::fs::canonicalize returns UNC paths on Windows, and a lot of software doesn't support UNC paths

    1e752f2 Opened by Christopher Armstrong at 2025-01-13 03:06:56 - 59 comments
  780. Field pattern shorthand can be interpreted as an item reference

    f309266 Opened by Masaki Hara at 2018-11-16 19:10:19 - 7 comments
  781. Add lint for u8 as *mut cast

    eed1115 Opened by Matt Ickstadt at 2023-09-14 17:38:33 - 3 comments
  782. impl-trait return type is bounded by all input type parameters, even when unnecessary

    80a4ac0 Opened by Arnav Singh at 2024-05-20 20:55:29 - 31 comments
  783. Closure arguments are inferred monomorphically

    b8a6e9d Opened by Eira Fransham at 2021-09-29 20:14:59 - 1 comment
  784. Confusing error message: the trait std::ops::Fn<(char,)> is not implemented for T

    6838fae Opened by toddWannaCode at 2024-10-04 23:38:55 - 5 comments
  785. rustdoc: it would be nice to have a way to extract the doctest source without building it

    f77a98b Opened by Jeremy Fitzhardinge at 2024-08-29 22:59:22
  786. rustdoc: add the ability to build a doctest executable without running it

    b0a051d Opened by Jeremy Fitzhardinge at 2024-08-29 22:59:29
  787. rustdoc: allow full set of compiler options to be specified

    621b772 Opened by Jeremy Fitzhardinge at 2024-11-07 22:57:45 - 3 comments
  788. Possibly spurious overlapping impl (even with specialization)

    a6b8b13 Opened by Eira Fransham at 2024-04-19 14:22:49 - 2 comments
  789. Weird interaction with projections in trait bounds

    9ffb6d7 Opened by Sage Griffin at 2025-02-02 09:15:00 - 4 comments
  790. Not all doc-comments on re-exports are displayed

    c2aa683 Opened by Bryant Mairs at 2023-02-12 15:54:04 - 6 comments
  791. incr. comp.: Access span information more carefully throughout the compiler.

    0be5c8b Opened by Michael Woerister at 2020-01-31 22:52:34
  792. Add as_str method for str::Split(Whitespace)

    985dfeb Opened by crumblingstatue at 2020-10-23 07:18:23 - 5 comments
  793. Unnecessary warning about panic at runtime

    5c51cf1 Opened by DominusCarnufex at 2024-12-01 15:03:24 - 5 comments
  794. Tracking issue for RFC 2033: Experimentally add coroutines to Rust

    c43f5ce Opened by Aaron Turon at 2025-04-15 21:11:13 - 165 comments
  795. cannot move out of borrowed content error is bad when self is borrowed

    8101c5a Opened by Nick Cameron at 2021-07-27 16:40:47 - 6 comments
  796. Add syntax highlighting for TOML to rustdoc

    59bc770 Opened by Ivan Ukhov at 2024-08-07 06:09:46 - 9 comments
  797. Improve error message on namespace collision

    856b6c9 Opened by Сухарик at 2019-10-15 18:10:50 - 1 comment
  798. Unclear error note due to use of underscores when unifying paremeters to a single generic type

    f023e04 Opened by Jakub Gedeon at 2023-10-19 23:56:42 - 2 comments
  799. Extend stack probe support to non-tier-1 platforms, and clarify policy for mitigating LLVM-dependent unsafety

    7bf2973 Opened by bstrie at 2024-03-07 20:11:37 - 15 comments
  800. Coroutine tracing of borrows is quite conservative

    ebc807f Opened by Niko Matsakis at 2023-10-21 20:05:42 - 1 comment
  801. rustbuild: rpath=false does not work, maybe because build-script-build bypasses rustc.rs wrapper

    7e1b5d5 Opened by Ximin Luo at 2023-02-03 08:27:32 - 3 comments
  802. Exact same bound check happens twice in loops when processing slices known to be of the same size

    68a87e0 Opened by Paul-Andre Henegar at 2024-12-31 13:36:21 - 4 comments
  803. GDB pretty printers incorrectly print Path slices

    321bd81 Opened by Alex Crichton at 2023-04-05 17:45:52 - 11 comments
  804. pthread_get_stacksize_np returns incorrect values for the main thread on OS X 10.9

    81c2ff0 Opened by Jeff Muizelaar at 2024-05-18 16:46:38 - 9 comments
  805. Stabilize -Zunpretty=expanded

    af7ef4a Opened by Josh Triplett at 2025-02-21 15:46:34 - 19 comments
  806. core::fmt fails to optimize on arm-none-eabi

    a116167 Opened by Daniel Egger at 2020-04-06 23:35:55
  807. Array lengths don't support generic parameters.

    3d642aa Opened by Robin Lambertz at 2024-12-01 15:03:24 - 29 comments
  808. Improve error message for one named, one anonymous lifetime parameters

    c64362d Opened by Gauri Kholkar at 2023-06-29 22:30:14 - 4 comments
  809. Tracking issue for RFC 2044: dual-MIT/Apache2 licensing

    b1b8846 Opened by est31 at 2025-03-20 16:47:42 - 7 comments
  810. Tracking issue for RFC 1861: Extern types

    5a4afb2 Opened by Aaron Turon at 2024-12-02 19:20:33 - 292 comments
  811. reached the recursion limit while instantiating function_name::<[closure]>

    f128e05 Opened by Mike Hommey at 2025-02-11 23:13:14 - 7 comments
  812. No explanation for source of static lifetime requirement in E0597

    83db827 Opened by Alex Burka at 2023-09-03 14:03:33 - 2 comments
  813. Bors: 422 Update is not a fast forward

    d0b7a43 Opened by Mark Rousskov at 2024-12-06 12:58:02 - 6 comments
  814. Xcode Instruments can not read Rust source code automatically.

    5dcd919 Opened by ICHIKAWA, Yuji at 2024-06-17 20:40:22 - 6 comments
  815. rustc aborts when there is a compilation failure on FreeBSD and OpenBSD

    cdd67df Opened by Jean-Sébastien Pédron at 2021-06-26 21:06:55 - 9 comments
  816. "error: trait bound is not satisfied" when it is

    9c10b64 Opened by Jorge Aparicio at 2024-12-21 05:09:59 - 6 comments
  817. Final link failed (with CARGO_INCREMENTAL)

    215d53c Opened by Michal 'vorner' Vaner at 2019-06-17 20:32:04 - 4 comments
  818. Tracking issue for oom=panic (RFC 2116)

    ee1b88e Opened by Aria Desires at 2022-10-13 19:51:12 - 55 comments
  819. Confusing mismatched type error

    cb2603a Opened by Joshua Liebow-Feeser at 2023-08-01 13:49:37 - 10 comments
  820. "failed to run cargo build" on powerpc64 when installing rust 1.19.0

    aec817c Opened by Alex Perez at 2023-11-16 01:53:20 - 13 comments
  821. -Zdump-mir is incomplete for dead functions

    9fdd4e0 Opened by Ralf Jung at 2019-04-19 18:53:58 - 3 comments
  822. Tuples of functions do not coerce to tuples of function pointers

    45f70f8 Opened by Denis Golovan at 2024-12-21 05:09:59 - 3 comments
  823. Compiler unable to match types with trait implementation

    4fa1b8e Opened by Marek Kotewicz at 2024-12-21 05:10:00 - 5 comments
  824. Can show operands at runtime when 'attempt to multiply with overflow' panic ?

    5d8607e Opened by Deleted user at 2024-03-17 17:33:46 - 5 comments
  825. Static library linkage error

    4ff2597 Opened by Overmind Jiang at 2023-10-13 04:22:53 - 4 comments
  826. Tracking issue for #[doc(cfg(…))], #[doc(cfg_hide(…))] and doc_auto_cfg

    8b9c270 Opened by kennytm at 2025-04-11 07:38:21 - 122 comments
  827. x.py doc cannot work when a junction point / symbolic link cannot be created.

    d48a703 Opened by kennytm at 2023-10-08 20:50:30 - 1 comment
  828. struct pass-by-value failing on SPARC

    3b667a7 Opened by Danek Duvall at 2023-10-18 15:56:31 - 11 comments
  829. "The following implementations were found" should also mention the trait bounds.

    97bdbfc Opened by kennytm at 2020-06-11 18:01:50 - 1 comment
  830. Precision for debug formatting works with empty tuple, but not other things (odd inconsistency)

    de66ebe Opened by Ian Douglas Scott at 2025-01-29 09:56:57 - 6 comments
  831. Is automatic insertion of type inference placeholders possible?

    f08405e Opened by Mahmoud Al-Qudsi at 2018-09-15 15:27:18 - 1 comment
  832. Type mismatch with generic parameter returns less than helpful errors

    b587f8d Opened by Mahmoud Al-Qudsi at 2024-12-21 05:10:00 - 1 comment
  833. Warn when crate_type attribute is ignored because of --crate-type

    92219e6 Opened by Ralf Jung at 2024-03-04 21:28:12 - 3 comments
  834. "Use of undeclared type or module" doesn't detect accidental use of variable

    2420aef Opened by Oli Scherer at 2025-03-03 20:18:16 - 1 comment
  835. Generated doc pages for types should include more info about the type's relationships

    1d2c9bc Opened by Boscop at 2022-01-18 21:51:38 - 1 comment
  836. Tracking issue for #[doc(masked)]

    abeabc7 Opened by QuietMisdreavus at 2024-05-14 02:45:49
  837. Crate local state for procedural macros?

    f5aec8e Opened by Lukas Kalbertodt at 2024-06-21 18:15:49 - 29 comments
  838. Expose target cpu to conditional compilation

    13a2221 Opened by Dylan McKay at 2020-08-18 18:50:00 - 15 comments
  839. LLVM's pass ordering chokes on zero-cost abstractions.

    bba12be Opened by Eduard-Mihai Burtescu at 2025-02-25 00:57:48 - 31 comments
  840. Check the well-formed-ness of type aliases.

    ed5ccd0 Opened by Eduard-Mihai Burtescu at 2024-12-21 05:10:01 - 3 comments
  841. Object safety "method references the Self type" check does not normalize.

    3aef0a0 Opened by Eduard-Mihai Burtescu at 2024-12-21 05:05:27 - 1 comment
  842. Write on &mut [u8] and Cursor<&mut [u8]> doesn't optimize very well.

    843c57a Opened by oyvindln at 2023-10-08 20:50:30 - 6 comments
  843. Document traits from #[derive(...)]

    e7daa0f Opened by Carol (Nichols || Goulding) at 2022-01-18 22:17:29 - 5 comments
  844. Re-enable detection of unused library #![feature] directives

    6a8b921 Opened by Alex Crichton at 2024-12-21 04:50:11 - 7 comments
  845. Global allocator symbols aren't dllexport on MSVC

    866094d Opened by Alex Crichton at 2023-07-01 13:13:53
  846. export_name works for msvc x86_64 toolchain, but not i686

    990856f Opened by Eric Litak at 2024-09-23 14:02:25 - 14 comments
  847. Support coercing non-capturing closures to extern function pointers

    a4dcba6 Opened by Josh Triplett at 2024-09-05 20:55:28 - 6 comments
  848. Re-exported types have confusingly different documentation

    08dfa38 Opened by David Tolnay at 2023-10-30 22:07:39 - 8 comments
  849. Using LTO while building as static library causes conflicts

    c8093a5 Opened by Christopher Serr at 2023-11-30 05:36:01 - 18 comments
  850. unused_assignments does not care about unused assignments to reference derefs

    e764dc4 Opened by Oli Scherer at 2023-09-24 16:58:22
  851. Use #[repr(C)] HList's to infer type-erased fmt fn pointers in format_args!'s static data.

    917d37c Opened by Eduard-Mihai Burtescu at 2024-11-01 19:12:34 - 6 comments
  852. Updating dependency caused type inference to fail on unrelated code

    a7e84c2 Opened by Sage Griffin at 2021-06-03 02:40:29 - 4 comments
  853. Expose min and max values in benchmarks

    293f5e3 Opened by Jack Grigg at 2020-06-18 18:05:51 - 3 comments
  854. Meta issue for FIXMEs that reference closed issues

    95aaaaf Opened by Oli Scherer at 2020-01-07 16:13:33 - 12 comments
  855. #[thread_local] from windows DLLs gets duplicated by inlining.

    aeee5c4 Opened by Eduard-Mihai Burtescu at 2022-08-02 14:46:52 - 7 comments
  856. Consider making std::time::SystemTime platform-independent

    f8b4893 Opened by kennytm at 2022-01-21 14:07:06 - 16 comments
  857. rustc -C opt-level=3 generates bad assembly code for Vec by default

    14f291c Opened by gnzlbg at 2023-10-08 20:50:30 - 29 comments
  858. Poor error message with type alias and external crate

    adf2c01 Opened by Robert Clipsham at 2021-12-29 03:48:11 - 1 comment
  859. 🔬 Tracking issue for RFC 2089: Extended Implied bounds

    d731860 Opened by Aaron Turon at 2025-02-04 02:20:03 - 33 comments
  860. region errors: suggest new signature

    661f3e9 Opened by Niko Matsakis at 2023-08-03 16:59:33 - 1 comment
  861. 128-bit integer division with remainder is not combined to a single operation

    f4b7d09 Opened by Henning Ottesen at 2023-04-05 17:38:50 - 7 comments
  862. Alloc: Clarify supported Layouts

    a4ca0ce Opened by Joshua Liebow-Feeser at 2018-06-27 13:02:51 - 7 comments
  863. [idea] Allow .rmeta to be translated in .rlib files

    2b23b9d Opened by bjorn3 at 2020-04-02 12:55:13 - 10 comments
  864. Rustc failed to resolve trait bounds for trait implementation

    5b93715 Opened by Georg Semmler at 2019-10-09 08:22:04 - 9 comments
  865. Cast error doesn't suggest boxed traits but maybe it should.

    b640c4f Opened by Ram at 2024-08-29 23:30:50
  866. Improve borrowck error message for nested flat_map

    cb4bcc6 Opened by Jon Gjengset at 2020-06-12 00:52:03 - 4 comments
  867. Overflow evaluating the requirement error could be better for trivially recursive impls

    e1f90ba Opened by gnzlbg at 2020-06-08 10:18:18 - 1 comment
  868. Tracking issue for RFC 1977: public & private dependencies

    b0cddd6 Opened by srrrse at 2024-12-19 15:42:29 - 88 comments
  869. Cannot 'use' constant associated types.

    f956853 Opened by Matthew Bettcher at 2021-06-08 12:28:14 - 4 comments
  870. Tracking Issue for RFC 1826: Change the default URL of doc.rust-lang.org

    2cd17d9 Opened by Steve Klabnik at 2022-03-18 16:48:37 - 24 comments
  871. Weird error with inference when a function doesn’t compile

    85c227d Opened by Dimitri Sabadie at 2021-06-09 14:39:12 - 6 comments
  872. Missed code elimination with std::mem::replace/std::mem::swap

    b2b86bc Opened by Egor at 2023-07-20 03:41:39 - 6 comments
  873. target_arch and target_os documentation for supported platforms

    709269c Opened by gnzlbg at 2023-11-27 18:14:47 - 9 comments
  874. Consistent naming for Arm "thumb" targets?

    8a7d701 Opened by James Duley at 2024-10-26 20:14:04 - 10 comments
  875. In-band lifetimes: Lint against single-use lifetime names

    6b80e55 Opened by Niko Matsakis at 2025-03-23 08:52:47 - 47 comments
  876. Tracking issue: Allow autoderef and autoref in operators (experiment)

    9892a90 Opened by Niko Matsakis at 2023-09-23 18:59:47 - 17 comments
  877. Initializing array of Option<T> using [None; n] syntax should not require std::marker::Copy for T

    ac303b1 Opened by Deleted user at 2023-03-07 06:05:04 - 6 comments
  878. rustc silently ignores invalid -C target-feature names

    168f944 Opened by johnthagen at 2023-03-03 22:19:04 - 3 comments
  879. Crate not found when using extern macro in another macro and invoked from another crate

    f035b1d Opened by Tim at 2023-10-06 04:30:43 - 1 comment
  880. std::io::Read::read_to_end does not specialize for &[u8] or Take<&'a [u8]>

    4a35bf2 Opened by Paul Masurel at 2023-09-26 04:41:23 - 5 comments
  881. Tracking issue for RFC 2011: Generic assert

    8b80be1 Opened by Alex Crichton at 2025-02-24 10:38:12 - 26 comments
  882. Tracking issue for RFC 2045: improving #[target_feature]

    6581e9b Opened by Alex Crichton at 2025-03-22 21:39:02 - 48 comments
  883. Add --slowtest mode to test harness for finding the slowest test

    d9e3f8c Opened by Manish Goregaokar at 2019-09-01 20:01:42 - 2 comments
  884. resolve how to handle constants and default binding modes

    5f1fd03 Opened by Niko Matsakis at 2022-01-29 01:05:36 - 1 comment
  885. Inconsistent linking against stdlib based on whether a Workspace is used

    a36fccb Opened by Daniel Wagner-Hall at 2020-11-04 00:13:13 - 5 comments
  886. Tracking issue for RFC 3519: arbitrary_self_types

    ed0346b Opened by Ariel Ben-Yehuda at 2025-02-07 18:15:55 - 152 comments
  887. Documentation for new stable features can be hard to find (e.g. for associated const)

    632f552 Opened by Robin Stocker at 2021-09-21 15:51:59 - 7 comments
  888. Crate naming confusion - use underscores always. E.g. tokio-core and serde_derive

    be1db3f Opened by Squirrel at 2023-09-21 17:01:10 - 2 comments
  889. Make or (|) patterns work with match default binding modes

    f94dd08 Opened by Tobias Grieger at 2022-01-29 01:00:15 - 2 comments
  890. Tracking issue for RFC 2137: Support defining C-compatible variadic functions in Rust

    cb6c8b1 Opened by Aaron Turon at 2024-11-18 07:50:13 - 128 comments
  891. overflow during drop-check on a recursive type

    81d08b7 Opened by wolfiestyle at 2024-10-13 00:13:42 - 9 comments
  892. It's often not possible to implement ToOwned for user composite types

    40ee0e5 Opened by Maja Piechotka at 2023-09-21 17:03:32 - 2 comments
  893. Add vi movement keys for navigating rust documentation

    c9150cd Opened by Sheheryar Parvaz at 2020-02-27 21:49:04 - 9 comments
  894. macros sometimes allow expr followed by ident

    4848ce8 Opened by Alex Burka at 2018-10-26 15:15:22 - 10 comments
  895. Avoid volatile loads to preserve the gdb pretty printer section

    b484474 Opened by Alex Crichton at 2023-02-20 15:14:30 - 11 comments
  896. DW_TAG_formal_parameter always has DW_AT_decl_line == 1

    d457949 Opened by Josh Stone at 2022-07-18 14:24:20 - 3 comments
  897. Missing stack trace on Windows

    e0ec1f6 Opened by Parker Snell at 2023-04-27 09:35:24 - 6 comments
  898. Tracking issue for #[doc(spotlight)]

    a021a19 Opened by QuietMisdreavus at 2022-03-13 11:40:59 - 19 comments
  899. [Stable] ICE on Windows 7 when compiling dependencies

    18ab087 Opened by jjpe at 2023-07-22 18:09:06 - 3 comments
  900. rust can't serialize 11 fields efficiently

    d8756e1 Opened by Jeff Muizelaar at 2024-12-14 11:40:56 - 18 comments
  901. Decouple NetBSD/amd64 builds from dynamic libgcc_s

    fadc652 Opened by cypheratheist at 2024-07-24 22:25:04 - 3 comments
  902. Grammar ambiguity with left shifts and fully qualified (UFCS) paths

    681a2db Opened by Vadim Petrochenkov at 2023-09-24 17:07:24 - 3 comments
  903. Cannot infer type in test from section 12.4 of rust book v2

    e07fdc2 Opened by Deleted user at 2022-12-28 03:17:30 - 4 comments
  904. link-dead-code does not include symbols for unused inlined functions

    7eb17c4 Opened by Marco A L Barbosa at 2025-01-16 01:04:20 - 10 comments
  905. [incremental] skip type-checking

    ab48a74 Opened by Niko Matsakis at 2020-05-01 23:29:54 - 11 comments
  906. make easier/possible to detect derive attributes after expansion

    b97bd0f Opened by Zack M. Davis at 2023-10-03 18:52:08 - 4 comments
  907. Big performance problem with closed intervals looping

    89eeac6 Opened by leonardo-m at 2024-06-26 10:08:46 - 25 comments
  908. Improve rustdoc's Trait Implementations section by grouping by module

    34b7a85 Opened by Wesley Wiser at 2018-05-15 21:46:13
  909. Lifetime errors for referenced objects when reference is moved are not clear

    e17a73e Opened by Mahmoud Al-Qudsi at 2023-10-20 22:20:18 - 4 comments
  910. Refactor librustc_codegen_llvm for multiple codegen backends.

    3bdd304 Opened by Eduard-Mihai Burtescu at 2022-10-29 13:28:34 - 1 comment
  911. Better Integrate MIR dump in rustc_mir::util::liveness into the wider dump infrastructure

    f1d0a2c Opened by Christopher Vittal at 2023-04-05 17:41:29
  912. optimisation opportunity missed due to assert!

    d67123b Opened by Joe at 2023-10-08 20:50:32 - 8 comments
  913. Rust compiler has unintuitive lifetime for returned mutable borrow in loops

    20fea46 Opened by Kevin Xiao at 2020-08-30 02:19:53 - 4 comments
  914. Add suggestion/explanation to error on trying to mutably borrow immutable reference

    c4e7d4f Opened by Oli Scherer at 2024-05-02 00:33:57 - 3 comments
  915. Failing tests for x86_64-unknown-linux-gnux32

    a783894 Opened by Marco A L Barbosa at 2023-11-20 14:50:11 - 1 comment
  916. RawVec stores a capacity field even if T is zero-sized

    cfdb857 Opened by gnzlbg at 2025-02-14 03:59:23 - 15 comments
  917. likely/unlikely intrinsics fail to propagate through inline functions

    eed008a Opened by gnzlbg at 2020-03-22 20:12:49 - 2 comments
  918. Document arithmetic operations on Instant

    b3ea23d Opened by bluss at 2022-05-15 17:16:06 - 3 comments
  919. Unnecessary compares and branches in asm output

    4b634f8 Opened by Boscop at 2025-03-26 05:40:21 - 2 comments
  920. Inference worse in method signature using associated type than with new generic type parameter eq-constrained to the associated type

    0e4b2e7 Opened by scottmcm at 2022-12-08 07:43:03 - 1 comment
  921. Rustdoc doesn't show re-exports randomly

    f85eaaa Opened by Binero at 2022-10-24 15:53:31 - 1 comment
  922. Tails calls are not being emitted as such

    e3ecba5 Opened by Jeff Muizelaar at 2023-04-05 17:36:51 - 3 comments
  923. Compilation Error when Mixing Line and Block comment

    e083aaf Opened by Gurdit Singh Bedi at 2022-05-16 17:56:12 - 3 comments
  924. Specialization: cannot specialize an impl of a local trait when the default impl is a blanket impl bounded by a non-local trait

    c4878c9 Opened by bstrie at 2024-04-19 14:11:04 - 4 comments
  925. ABI code generates oversize loads when returning with a cast

    f50f897 Opened by Ariel Ben-Yehuda at 2020-09-21 17:09:48 - 10 comments
  926. std::process::Command hangs if piped stdout buffer fills

    5654cbb Opened by Fraser Hutchison at 2023-12-03 19:56:41 - 7 comments
  927. Use systems page size instead of a hard-coded constant for File I/O?

    809d8f8 Opened by Felix Schütt at 2023-01-26 20:38:23 - 6 comments
  928. Consider more fine grained grouping for built-in lints

    d1fd0bc Opened by Vadim Petrochenkov at 2023-09-25 04:23:40
  929. link_dead_code flag breaks sodiumoxide build

    0067223 Opened by Andrey Snow at 2021-10-06 03:45:54 - 14 comments
  930. Lint for undesirable, implicit copies

    cb14986 Opened by Niko Matsakis at 2024-12-21 04:50:12 - 21 comments
  931. assertion failed: !are_upstream_rust_objects_already_included(sess) when building rustc_private with monolithic lto

    f0a5a08 Opened by Matthias Krüger at 2022-12-12 17:04:14 - 11 comments
  932. private_in_public lint triggered for pub associated type computed using non-pub trait

    092faa9 Opened by scottmcm at 2024-06-06 15:37:52 - 6 comments
  933. Literate doctests

    b126742 Opened by Alex Burka at 2021-03-08 14:45:57 - 10 comments
  934. Blanket impl of AsRef for Deref

    5775703 Opened by Taylor Cramer at 2022-09-15 17:04:27 - 5 comments
  935. Trait object calls not devirtualized

    cdf3f69 Opened by Jeff Muizelaar at 2024-12-21 05:41:25 - 7 comments
  936. Can't compile core for msp430 - LLVM ERROR

    7625e8c Opened by Jorge Aparicio at 2022-08-17 06:57:28 - 2 comments
  937. Stack overflow in fmt::Display impl

    217b739 Opened by Brian Martin at 2025-04-01 10:18:14 - 3 comments
  938. "this expression will panic at run-time" warnings can't be suppressed

    87ca576 Opened by Emilio Cobos Álvarez at 2024-12-21 04:50:13 - 4 comments
  939. armv7 exhausts memory on stage0 librustc w/ debuginfo

    c686cb0 Opened by Josh Stone at 2024-06-02 23:45:44 - 6 comments
  940. Provide a way to get feedback on compiler error rates

    37580e9 Opened by Esteban Kuber at 2023-08-03 19:08:11 - 7 comments
  941. Invalid casts for C-style enums should trigger the "overflowing_literals" lint

    d6c7ad3 Opened by Michael Bryan at 2020-06-11 18:01:51 - 1 comment
  942. Corrupted variable view in the debugger on Windows

    7832b22 Opened by Andrey at 2018-02-19 20:59:34 - 2 comments
  943. [impl Trait] Should we allow impl Trait after -> in fn types or parentheses sugar?

    184e610 Opened by Niko Matsakis at 2021-05-28 14:57:59 - 9 comments
  944. incr.comp.: x.py --incremental can cause too big cache directories

    c0cc067 Opened by Michael Woerister at 2019-03-29 14:15:52 - 2 comments
  945. Spurious "broken pipe" error messages, when used in typical UNIX shell pipelines

    67f907b Opened by Ximin Luo at 2022-09-09 14:25:35 - 19 comments
  946. Making a function generic (but not using the parameter at all) causes ~12% slowdown

    629836f Opened by Marshall Pierce at 2023-09-24 16:43:20
  947. Trigger JIT debuggers with panic=unwind

    dcdc6f7 Opened by Zoxc at 2023-09-26 17:10:00
  948. Do not unwind on Windows with panic=abort

    ae70475 Opened by Zoxc at 2021-03-11 11:16:57 - 7 comments
  949. incr.comp.: Make sure cargo check is compatible with incremental compilation.

    6f0a36d Opened by Michael Woerister at 2023-04-05 17:42:25 - 5 comments
  950. Type analysis on branches is inconsistent depending on whether an explicit return is used

    a5072f5 Opened by Daniel Wagner-Hall at 2024-08-29 23:43:14
  951. rustc "unexpected panic"; no /proc/self/exe inside a debootstrap chroot

    b634726 Opened by Nigel Tao at 2022-05-25 07:10:38 - 7 comments
  952. Allow showing the expanded macros of only a given module / source file

    8a8a476 Opened by Boscop at 2019-01-14 07:42:45 - 2 comments
  953. vtable addresses differ based on the number of codegen units

    dcab25c Opened by PeterHatch at 2024-12-21 05:01:43 - 29 comments
  954. Infer if type through indirection.

    25ce6d4 Opened by Kevin Cox at 2022-03-21 12:08:49 - 3 comments
  955. We should lint when !-fallback results in questionable code

    03407b0 Opened by Andrew Cann at 2021-12-29 03:55:50 - 1 comment
  956. Rustdoc: replace Self with concrete types

    9ac6379 Opened by Deleted user at 2020-09-13 13:06:05 - 8 comments
  957. ill-typed unused FFI declarations can cause UB

    d959874 Opened by Ariel Ben-Yehuda at 2024-09-25 06:34:19 - 56 comments
  958. Test coverage for double trailing commas is poor

    2e87cfa Opened by Michael Lamparski at 2019-12-19 19:30:10 - 8 comments
  959. Adding serde_json as an unused external crate causes a compiler error in unrelated code

    c4c359e Opened by Josh Matthews at 2024-03-07 15:52:03 - 7 comments
  960. trait implementation hidden by where clause

    3232611 Opened by Trevor Spiteri at 2024-12-21 05:01:44 - 2 comments
  961. API convention for blocking-, timeout-, and/or deadline-related functions

    d167acd Opened by Julien Cretin at 2023-10-26 15:59:35 - 14 comments
  962. [docs] unclear how to create a Box<[T]> from a pointer and a length

    ee88dd7 Opened by gnzlbg at 2025-04-04 17:16:55 - 3 comments
  963. thread::Builder::spawn returns WouldBlock for EAGAIN

    c87bba6 Opened by jethrogb at 2022-02-20 01:23:23 - 11 comments
  964. Program compiles even though a type cannot be inferred

    5e34147 Opened by Adolfo Ochagavía at 2020-07-20 11:45:03 - 5 comments
  965. Adding a specialized impl can break inference.

    46edc82 Opened by Leonardo Yvens at 2024-04-19 14:10:39 - 2 comments
  966. Poor error message for attempt to make doubly-fat pointers

    b4641b6 Opened by Jim Blandy at 2025-03-22 18:51:36 - 3 comments
  967. cargo test incorrectly warns for dead code

    d6d1ac9 Opened by Jean LELIEVRE at 2024-01-15 06:45:17 - 15 comments
  968. Move more of rustc_llvm to upstream LLVM

    5c061f4 Opened by Alex Crichton at 2025-03-23 09:01:04 - 9 comments
  969. DWARF: linkage_name does not include hash, does not match any symbol

    9eba5bf Opened by m4b at 2022-05-16 14:17:01 - 13 comments
  970. method-probing machinery can false-positive

    158c6ef Opened by Zack M. Davis at 2020-06-11 18:01:10 - 1 comment
  971. method-probing machinery can false-negative because it doesn't know about associated types

    2ba012b Opened by Zack M. Davis at 2024-08-29 23:38:02
  972. Moving some code around results in linking error with incremental comp

    af58776 Opened by Sage Griffin at 2023-04-05 17:42:26 - 7 comments
  973. Proc macro hygiene regression

    16e5a7c Opened by Simon Sapin at 2024-12-12 23:10:10 - 20 comments
  974. Rustc segfaults with -C passes=livestacks

    dcf88f2 Opened by Ruud van Asseldonk at 2019-11-22 20:42:35 - 3 comments
  975. Unreachable code warning for std::unreachable!

    44279dc Opened by Arun Kulshreshtha at 2020-12-04 16:23:43 - 3 comments
  976. Confusing error message with mismatched proc-macro-derive dependencies

    50e6129 Opened by Mark Thebridge at 2024-08-29 23:35:01
  977. Result from format_args! cannot be center-aligned within another format string

    2a2f35f Opened by Colin Finck at 2025-01-03 11:26:01 - 4 comments
  978. Spurious confusing errors on trait impl on type name collision

    8fc16d8 Opened by Ryan Scheel at 2022-09-08 12:48:09 - 1 comment
  979. Backwards propagation of types leads to unhelpful errors [futures]

    ca7411f Opened by Mahmoud Al-Qudsi at 2023-03-20 20:04:48 - 7 comments
  980. Move oom test out of line with -C panic=abort

    7758951 Opened by Jeff Muizelaar at 2020-06-10 20:52:13 - 8 comments
  981. Confusing error message when trait is impl'd on &T and bounds are not satisfied

    33dbd34 Opened by Mikko Rantanen at 2023-06-23 17:07:02 - 1 comment
  982. Accessing private fields from the def site of a proc macro

    643b007 Opened by antoyo at 2025-02-13 12:35:07 - 13 comments
  983. Compiler incorrectly reports function return type declaration as source of inner type mismatch with conservative_impl_trait

    cc19fa5 Opened by Mahmoud Al-Qudsi at 2023-08-04 12:20:19 - 2 comments
  984. Unsatisfied bounds in case of earlier inner type mismatch error

    62aac10 Opened by Mahmoud Al-Qudsi at 2023-07-28 13:05:33 - 1 comment
  985. Avoid O-notation for String operations

    6fd74a0 Opened by Jon Gjengset at 2025-04-05 19:24:01 - 12 comments
  986. missing_debug_implementations lint is ignored for extern_types

    a80e1ca Opened by crumblingstatue at 2024-12-21 04:50:13 - 3 comments
  987. allow "NO NOTE" annotations, stop requiring NOTE annotations to be exhaustive

    c46822b Opened by Niko Matsakis at 2024-12-29 12:29:12
  988. rustc accepts impls that has different type signatures from trait decls in lifetime parameters of the type

    50bdc33 Opened by κeen at 2024-05-14 03:02:29 - 1 comment
  989. Better error reporting for Sync and type that impl !Sync

    2a60d64 Opened by Paul FLORENCE at 2024-12-21 05:01:44 - 2 comments
  990. [E0277] Add Note when trait is not satisfied because of missing reference in where

    99e5b86 Opened by Simon Wörner at 2023-06-23 17:59:13 - 2 comments
  991. Lints sometimes don't trigger, with no discernable pattern

    08bcdb4 Opened by Sage Griffin at 2024-02-28 02:26:48 - 5 comments
  992. arguments <optimized out> when optimizations remove unused data fields

    6197f6c Opened by Niko Matsakis at 2024-03-01 17:45:49 - 11 comments
  993. item paths use the name of the item, which might differ from the name of the import

    ea637e7 Opened by Ariel Ben-Yehuda at 2021-12-29 04:26:34 - 1 comment
  994. Use SIMD to accelerate UTF-8 encoding and decoding

    5ec49ef Opened by Demi Marie Obenour at 2023-09-24 16:16:28 - 1 comment
  995. If specialization is involved, associated types are not evaluated even on last crate.

    d562b3e Opened by Donny/강동윤 at 2024-04-19 14:22:49 - 1 comment
  996. Unsatisfied trait bound for inner type in result leads to imprecise error message

    76a5c36 Opened by Mahmoud Al-Qudsi at 2020-11-28 05:18:17 - 2 comments
  997. Issues with crash handling for iOS for Rust 1.22.1

    18be625 Opened by Michael Eisel at 2022-04-13 02:43:23 - 7 comments
  998. Confusing error message: the trait std::convert::Into cannot be made into an object

    6fc58c0 Opened by Edd Barrett at 2024-12-21 05:41:07 - 6 comments
  999. Negative impls of Auto Traits (OIBIT) don't take into account Trait Bounds

    e479a8f Opened by Jaro Fietz at 2023-06-24 17:39:36 - 3 comments
  1000. AArch64 benchmarking assertion failure

    fd5a582 Opened by Adam Niederer at 2022-10-16 20:39:12 - 1 comment
  1001. Can't specialize Drop

    2ad7975 Opened by Mikko Rantanen at 2024-04-19 14:22:50 - 4 comments
  1002. two-phase-borrows need a specification

    1a5acb6 Opened by Felix S Klock II at 2019-12-10 17:30:20 - 10 comments
  1003. Tracking issue for future-incompatibility lint tyvar_behind_raw_pointer

    a3d8be1 Opened by Michael Hewson at 2024-09-14 11:40:30 - 22 comments
  1004. Cannot generate unit struct with a macros

    9001fed Opened by Ingvar Stepanyan at 2018-03-26 14:27:46 - 3 comments
  1005. Enforce informal properties of traits such as PartialEq

    0b296b0 Opened by varkor at 2024-01-14 23:23:29 - 8 comments
  1006. test_mul_add failt in debug mode for arm-unknown-linux-gnueabi

    c469d49 Opened by Marco A L Barbosa at 2024-03-11 15:17:05 - 2 comments
  1007. Highlight when APIs panic in rustdoc

    d2cd5f4 Opened by Manish Goregaokar at 2018-05-15 21:46:13 - 17 comments
  1008. Function pointer docs may need updating

    74fc646 Opened by Sean Allred at 2023-03-16 16:30:19 - 32 comments
  1009. Avoid path to macro-generated extern crate in error messages

    e0daae1 Opened by David Tolnay at 2019-04-26 22:53:24 - 7 comments
  1010. rustdoc-tool does not build with --enable-llvm-link-shared

    12c88e7 Opened by Catherine at 2023-11-24 19:19:47 - 10 comments
  1011. Unreadable error messages on linking failure

    485bbe2 Opened by Felix Schütt at 2023-12-26 16:26:41 - 25 comments
  1012. Types in std::os::raw should be same as libc crate

    b80f212 Opened by Clar Fon at 2023-11-24 08:48:09 - 19 comments
  1013. Difference in trait object default bounds for early/late bound lifetimes

    3f86080 Opened by matthewjasper at 2024-12-21 05:40:35 - 1 comment
  1014. What to do about repr(C, simd)?

    8f15255 Opened by Hanna Kruppe at 2024-11-23 16:10:37 - 23 comments
  1015. Incorrect warning about unused const

    e4c5be8 Opened by robz at 2024-12-21 04:50:13 - 11 comments
  1016. Diagnostics for conversions erroneously say that 'as' only works between primitive types.

    2e29bad Opened by Alexis Hunt at 2020-06-13 01:32:54 - 2 comments
  1017. Some debuginfo tests are not running

    ff2fdfd Opened by Sam Lancia at 2023-03-31 07:54:07 - 13 comments
  1018. Command-line arguments are cloned a lot on Unix

    7be6aaa Opened by Matt Brubeck at 2024-08-21 21:27:41 - 5 comments
  1019. Stabilize -Z sanitize

    bb771b4 Opened by Firstyear at 2024-04-04 16:53:45 - 12 comments
  1020. Reset rustc's scoped TLS state during unwinding.

    2af39b7 Opened by Eduard-Mihai Burtescu at 2020-04-20 23:06:33 - 2 comments
  1021. Option map won't compile while match works well

    7eb089b Opened by Andrey Tkachenko at 2022-03-22 07:28:56 - 3 comments
  1022. Using deprecated items within the crate that deprecated them issues warnings

    ed0a7f5 Opened by Casper at 2024-12-28 13:52:19 - 5 comments
  1023. 2.pow(n) does not optimize well

    5a22228 Opened by Hanna Kruppe at 2025-03-12 16:27:42 - 9 comments
  1024. Using items from a deprecated module does not warn

    3d0c057 Opened by Sage Griffin at 2024-12-28 13:52:25 - 1 comment
  1025. A deprecated module containing tests emits an incredibly confusing deprecation warning that is impossible to silence

    72bc799 Opened by Sage Griffin at 2025-03-27 14:07:56 - 3 comments
  1026. libtest Shouldn't Panic On Unexpected Command-line Arg

    cb0abc7 Opened by Brook Heisler at 2023-03-09 20:25:03 - 4 comments
  1027. optimization remarks broken, names mangled, no file/line addresses (-C remark=all)

    0b39b4c Opened by Matthias Krüger at 2019-10-23 15:42:58 - 6 comments
  1028. Rust's stdio should not ignore EBADF error on non-windows platforms

    c0c7f21 Opened by albel727 at 2023-01-26 20:40:53 - 8 comments
  1029. Audit set of bundled MinGW import libraries

    463ee23 Opened by Peter Atashian at 2023-10-06 04:17:35 - 1 comment
  1030. incr.comp.: Improve caching efficiency by handling spans in a more robust way

    4b138ca Opened by Michael Woerister at 2024-01-14 23:34:17 - 23 comments
  1031. Implement method suggestions for associated functions

    e627419 Opened by gnzlbg at 2023-01-13 17:12:58 - 1 comment
  1032. macro_rules: "no syntax variables matched as repeating at this depth" fires before "unknown macro variable"

    6f313cb Opened by Felix S Klock II at 2022-11-11 03:42:03 - 1 comment
  1033. Inconsistent inlineing of Iterator Adaptors - Missed Optimizations

    49687db Opened by Jonas Bushart at 2022-05-15 16:10:15 - 6 comments
  1034. Weird behavior with closure lifetime inference

    ae9ad0d Opened by Tim (Theemathas) Chirananthavat at 2023-12-11 05:18:29 - 1 comment
  1035. missed optimization: enum move of the active variant

    7e54b30 Opened by gnzlbg at 2023-10-08 20:47:32 - 2 comments
  1036. Undefined reference to _Unwind_Resume

    9d8ed15 Opened by jefftime at 2025-01-20 19:57:56 - 22 comments
  1037. Assert well-formedness of spans

    d0cd474 Opened by Esteban Kuber at 2024-09-24 11:30:31 - 8 comments
  1038. Should unit tests spawn new processes instead of threads?

    c7bde0a Opened by Vitali Lovich at 2024-02-20 08:23:31 - 13 comments
  1039. Panic related strings are still in binary with custom panic_fmt

    a22e503 Opened by Sergei Shulepov at 2020-04-20 22:50:27 - 5 comments
  1040. Type inference do not take bounds from impl into account

    07123bf Opened by Markus Westerlind at 2020-04-20 22:49:47 - 3 comments
  1041. Performance regressions of compiled code over the last year

    2fd1531 Opened by Markus Westerlind at 2022-10-17 16:05:13 - 19 comments
  1042. rustc hangs when compiling a certain broken codebase, rather than emit an error message

    8474f11 Opened by Max Eliaser at 2020-03-10 08:34:49 - 1 comment
  1043. False positive: "struct is never used", but it is used via associated constant from a trait

    21be280 Opened by Alex Kladov at 2024-12-21 04:50:14 - 1 comment
  1044. who tests the tester?

    a2edf4c Opened by Niko Matsakis at 2024-10-17 02:41:10 - 9 comments
  1045. Poor error message when user forgets derive that has attributes

    87ffa99 Opened by David Tolnay at 2023-03-17 23:05:06 - 10 comments
  1046. #[link(name=…)] makes life hard for non-cargo build systems

    8aeb6a0 Opened by Pierre-Etienne Meunier at 2020-04-20 22:46:30
  1047. ./x.py build --on-fail=/bin/bash has no effect

    d39a307 Opened by Dennis Schridde at 2022-07-03 03:03:18 - 8 comments
  1048. Misleading error message when passing a reference to an FnOnce and a non-reference is expected

    3ff54ed Opened by Daniel Wagner-Hall at 2020-06-11 18:01:14 - 1 comment
  1049. The "method references Self" object-safety rule is overly restrictive

    2ffb1a4 Opened by Michael Hewson at 2024-12-21 05:01:44
  1050. Tracking Issue for Incremental Compilation

    d3d47ba Opened by Michael Woerister at 2022-05-27 14:09:37 - 8 comments
  1051. 2x benchmark loss in rayon-hash from multiple codegen-units

    fd1a083 Opened by Josh Stone at 2023-10-08 20:47:32 - 14 comments
  1052. The mutable borrow is released when matching on a Option<&mut Self> in a function, but not when the function is inlined

    ac6edae Opened by Jake Goulding at 2025-02-16 19:35:26 - 20 comments
  1053. UdpSocket::set_ttl does not set IPv6 hoplimit field

    8dcff7b Opened by Alex Egger at 2022-03-31 20:13:04 - 5 comments
  1054. Check for Integer Overflow by Default

    3ed096f Opened by Apromixately at 2020-12-13 20:23:50 - 20 comments
  1055. Struct initializer ..x syntax should work for other structs with structurally equal subset of fields

    6b276d5 Opened by Boscop at 2023-02-26 22:56:43 - 3 comments
  1056. codegen-units + ThinLTO is not as good as codegen-units = 1

    6b4a391 Opened by Simonas Kazlauskas at 2025-02-14 03:59:24 - 14 comments
  1057. Attributes on macro does not trigger error or warning

    b6bd825 Opened by Seiichi Uchida at 2021-12-29 04:03:26 - 2 comments
  1058. derived Clone implementations for many-variant enums are unnecessarily large

    589b4e3 Opened by Bobby Holley at 2023-10-08 20:47:33 - 18 comments
  1059. Rust make system should respect -j1

    8a52969 Opened by Toralf Förster at 2023-02-03 07:55:59 - 6 comments
  1060. Allow using Fn(A, B, C) -> _ for unconstrained FnOnce::Output.

    9c55464 Opened by Eduard-Mihai Burtescu at 2024-03-18 00:00:11 - 12 comments
  1061. unsupported cyclic reference between types/traits error only when implicitly using associated type

    93bdc00 Opened by Markus Westerlind at 2020-04-20 22:36:37 - 1 comment
  1062. Wrong error: cannot move out of captured outer variable in an FnMut closure

    5a49c90 Opened by Boscop at 2022-12-21 17:20:24 - 5 comments
  1063. cargo not built when a target is specified

    099cbda Opened by Taylor Cramer at 2023-02-03 07:50:15 - 3 comments
  1064. Unergonomic structured suggestions in rustc

    38c7b87 Opened by Oli Scherer at 2018-02-01 10:52:28 - 2 comments
  1065. In debug mode, print a message for attempted unwind past FFI call

    a0318d9 Opened by Josh Triplett at 2021-03-13 00:08:28 - 7 comments
  1066. Editing proc-macro crate = undefined symbol

    73fdeb6 Opened by Sage Griffin at 2023-10-04 04:29:51 - 5 comments
  1067. "errror: reference to '...' is ambiguous" message in LLDB

    4a43596 Opened by Michael Eisel at 2019-09-01 01:46:37 - 8 comments
  1068. TcpSocket try_clone() sets close-on-exec but this isn't documented

    e03f59f Opened by Seth Arnold at 2024-12-07 05:41:11 - 6 comments
  1069. Panics in destructors can cause the return value to be leaked

    63db266 Opened by Ariel Ben-Yehuda at 2024-05-24 22:37:28 - 30 comments
  1070. Using ToSocketAddrs seems to remember EMFILE on the same thread

    39120c1 Opened by Sean McArthur at 2025-03-11 19:37:27 - 6 comments
  1071. dlclose() does not behave properly on Mac

    0dd5bef Opened by Damien Radtke at 2023-01-16 19:27:32 - 15 comments
  1072. Extremely weird hygiene behavior when invoking a macro from the calling crate in a Derive

    4fcc70f Opened by Sage Griffin at 2024-12-12 23:08:10 - 1 comment
  1073. -Z time-llvm-passes prints info on incremental builds while doing non incremental builds

    334b719 Opened by Matthias Krüger at 2020-04-20 22:13:29
  1074. Compile time regression with large number of slices

    1d201c4 Opened by Crystal Durham at 2020-01-31 22:47:45 - 2 comments
  1075. Make the way to get intel-formatted assembly from rustc more discoverable

    7461973 Opened by scottmcm at 2022-11-25 01:04:41 - 4 comments
  1076. -Z time-llvm-passes prints no info for llvm passes during LTO

    70c3e67 Opened by Matthias Krüger at 2023-04-05 17:36:52
  1077. Non-items dropped in custom derive

    595a288 Opened by antoyo at 2020-04-20 22:12:30 - 3 comments
  1078. Tracking issue for try_reserve: RFC 2116 fallible collection allocation

    d141e52 Opened by Aaron Turon at 2024-03-13 14:23:10 - 105 comments
  1079. Tracking issue for RFC #1909: Unsized Rvalues (unsized_locals, unsized_fn_params)

    b5e079d Opened by Aaron Turon at 2023-12-03 12:06:42 - 65 comments
  1080. Macros: limitation in the expression parser for <$:path>::<ident>

    12f8ec2 Opened by Behnam Esfahbod at 2022-06-30 02:46:15 - 8 comments
  1081. Rustdoc: distinguish provided methods on trait impls

    e90be1a Opened by Alexis Hunt at 2024-12-21 05:01:45
  1082. Feature: Rc::clone_raw (and for Arc)

    15c9a0e Opened by Diggory Blake at 2020-12-12 00:54:55 - 4 comments
  1083. Step::steps_between does not distinguish overflow and unimplemented (unstable)

    1d4a72b Opened by scottmcm at 2020-08-04 22:57:59 - 2 comments
  1084. closure return type inference doesn't consider coercions

    bc5dedd Opened by Alex Burka at 2023-02-09 21:56:11 - 1 comment
  1085. Multiple output files created with -o foo --emit=bar -C codegen-units=1 when incremental compilation is enabled

    7a5a587 Opened by Will Chandler at 2020-04-20 22:11:05 - 1 comment
  1086. #[repr(align(4))] struct has 8 byte alignment

    8314c1e Opened by gnzlbg at 2025-03-25 19:38:51 - 12 comments
  1087. Ship a custom LLDB with Rust support

    058279a Opened by Alex Crichton at 2019-11-29 15:28:43 - 34 comments
  1088. Support returning elements from an array by-value

    71b0085 Opened by Ximin Luo at 2023-03-07 05:47:33 - 3 comments
  1089. Compiling crate serde-derive with "-Z sanitizer=leak" fails

    336665b Opened by Dan Glastonbury at 2020-12-11 20:18:39 - 5 comments
  1090. incr.comp.: Do per-MonoItem dependency tracking in order to collect data about granularity fallout.

    9574dfe Opened by Michael Woerister at 2018-04-26 13:48:39
  1091. incr.comp.: Allow for re-using object files that contain unused code.

    3c727cb Opened by Michael Woerister at 2019-11-02 15:22:59 - 1 comment
  1092. Tracking issue for RFC #2056: Allow trivial constraints to appear in where clauses

    77d9ca2 Opened by Aaron Turon at 2025-04-13 08:22:43 - 42 comments
  1093. llvm lint: "unreachable immediately preceded by instruction without side effects"

    9960342 Opened by Matthias Krüger at 2024-01-16 19:51:19 - 2 comments
  1094. incr.comp.: Investigate making the result cache updateable in-place.

    dade054 Opened by Michael Woerister at 2020-04-20 22:07:46
  1095. Error when canonicalizing path on RAM drive

    b21e6a3 Opened by swDM8 at 2023-08-23 00:57:41 - 9 comments
  1096. Option::unwrap, panic!, print!, maybe others induce string relocations

    70460e8 Opened by Mike Hommey at 2022-07-11 03:14:44 - 2 comments
  1097. wasm32_final_outputs test fails when Cargo 0.25 is compiled from rustc 1.24.0 source tarball

    b27ad94 Opened by saintdev at 2023-07-25 07:41:47 - 1 comment
  1098. Disambiguating associated types from super traits in a trait object

    c1a2027 Opened by vitalyd at 2024-12-21 05:39:42 - 7 comments
  1099. Feature: show failure step when compilation failed due to static analysis

    495cab0 Opened by Dan Kaplun at 2020-04-20 22:02:10
  1100. Improve implicit conversion of &[_; 0] into &[T]

    89cf7e5 Opened by Dan Kaplun at 2024-12-21 05:10:01 - 2 comments
  1101. resume_unwind can indefinitely increase the panic count

    580d18d Opened by Masaki Hara at 2023-10-24 15:47:24 - 1 comment
  1102. Partial substitution of trait associated types results in compiltion failure

    add1623 Opened by Alexander Bulaev at 2020-04-28 13:08:58 - 3 comments
  1103. Debug LLVM + -Z time-llvm-passes asserts compiling simplest program.

    2503872 Opened by Emilio Cobos Álvarez at 2019-11-20 16:53:53 - 6 comments
  1104. Using std::io::{Read, Write, Cursor} in a nostd environment

    206c7f2 Opened by Robin Lambertz at 2025-03-15 11:26:12 - 29 comments
  1105. Slower performance caused only by using LTO

    c26fd06 Opened by Marcell Pardavi at 2019-09-24 02:09:13 - 14 comments
  1106. rustdoc: Strip empty line(s) above and/or below hidden code in Rust code blocks

    de81943 Opened by Ryan Scheel at 2024-12-21 02:08:24 - 1 comment
  1107. parser: modulesubpath defined with path macro needs to replace pathseperator to the default pathseperator

    6c109ba Opened by Jan Vandepitte at 2020-04-20 21:52:58 - 4 comments
  1108. Misleading diagnostics for method call

    4ca3ffd Opened by Patrick Reisert at 2020-04-08 01:08:36 - 1 comment
  1109. Incremental compilation regression with num-bignum

    b775037 Opened by Sebastian Neubauer at 2020-01-28 23:30:22 - 10 comments
  1110. 🛠️ specialization permits empty impls when parent has no default items

    41d4dae Opened by Niko Matsakis at 2024-12-21 05:01:45 - 5 comments
  1111. #[must_use] on associated function definition when trait declaration does not have it should still trigger warning when calling function concretely

    e63d84a Opened by Ryan Scheel at 2018-02-27 18:00:35 - 3 comments
  1112. Operators in patterns have incorrect priorities

    12a8392 Opened by Vadim Petrochenkov at 2021-07-30 13:11:01 - 9 comments
  1113. Evaluation overflow with specialization feature

    b70b733 Opened by Joshua Liebow-Feeser at 2022-09-23 04:55:01 - 11 comments
  1114. clarify effects of lto, thinlto and codegen-units

    260596f Opened by Matthias Krüger at 2019-11-20 10:46:52 - 6 comments
  1115. libtest: utilize jobserver

    ed14fd1 Opened by Tatsuyuki Ishi at 2023-06-03 06:36:51 - 1 comment
  1116. Extend rustc_on_unimplemented to query for closures

    e8cb45f Opened by Esteban Kuber at 2020-04-20 21:50:16
  1117. 🔬 implement "always applicable impls"

    1ecd3ec Opened by Niko Matsakis at 2024-12-21 05:01:46 - 9 comments
  1118. Compiler Performance Tracking Issue

    0087c5e Opened by Michael Woerister at 2023-03-02 11:32:19 - 9 comments
  1119. Document minimum size for usize and isize

    6dc5cf3 Opened by Clar Fon at 2024-09-09 21:08:42 - 19 comments
  1120. Variable name corrections should take type into account

    f6f0230 Opened by varkor at 2021-10-25 17:40:42 - 7 comments
  1121. Compiliation aborted because it can not delete dep-graph.bin

    b46e100 Opened by Paul Dicker at 2019-12-18 05:16:37 - 2 comments
  1122. Multiple definitions of atomic builtins on armv5te-unknown-linux-gnu

    ca74d1b Opened by John Paul Adrian Glaubitz at 2019-03-25 08:14:25 - 2 comments
  1123. [NLL] borrowed-universal-test.rs output is not great

    f95d75a Opened by Santiago Pastorino at 2021-10-02 22:33:51 - 6 comments
  1124. missed optimization: fat pointers in two-variant enums with small second variants

    de0d5cd Opened by Alexis Hunt at 2024-09-19 04:12:56 - 4 comments
  1125. #![cfg_attr(not(test), no_std)] doesn't work when building multiple crate-types

    8ed497a Opened by Mike Hommey at 2022-08-20 03:00:22 - 3 comments
  1126. Add rustdoc option to make old docs "less important" to make search engine results more pertinent

    0d0cdb9 Opened by Guillaume Gomez at 2020-04-20 09:08:21 - 3 comments
  1127. Traits and associated types are not properly resolved in trait clauses

    8b557a0 Opened by Anthony Ramine at 2022-06-24 13:32:20 - 5 comments
  1128. Command.spawn posix_spawn support for NetBSD / DragonFlyBSD.

    7813362 Opened by Bryan Drewery at 2023-09-27 17:05:57 - 1 comment
  1129. Query Parallelization Tracking Issue

    b3bf05b Opened by Niko Matsakis at 2025-03-23 09:07:58 - 11 comments
  1130. Linking with gcc fails on Windows

    02d87b5 Opened by Сухарик at 2020-08-12 16:22:35 - 20 comments
  1131. Provide a way to const-initialize vendor-specific vector types

    724cc36 Opened by Steven Fackler at 2024-12-01 15:03:24 - 8 comments
  1132. Enum variants completely shadow inherent associated functions.

    38cf614 Opened by Leonardo Yvens at 2024-08-01 15:53:14 - 12 comments
  1133. It's possible to impose generic bounds that later make type inference recurse infinitely

    56c0604 Opened by Sol Boucher at 2023-10-05 18:29:14 - 1 comment
  1134. Better unused variable warning

    3e08d11 Opened by leonardo-m at 2024-12-21 04:50:15 - 3 comments
  1135. Mismatched lifetime in trait function declaration is not detected

    db5408f Opened by Mike Hommey at 2023-08-03 16:51:46 - 2 comments
  1136. Collect and aggregate timing statistics of CI builders

    f82514d Opened by Alex Crichton at 2023-02-03 14:36:52 - 12 comments
  1137. Use apple's version of clang to compile iOS targets by default

    457effd Opened by Michael Eisel at 2023-03-04 00:34:03 - 12 comments
  1138. Reference to a #[thread_local] is dereferenced too early

    ce3740f Opened by Joshua Liebow-Feeser at 2020-04-20 20:23:42 - 7 comments
  1139. Unsize isn't implemented for unions

    987a5b5 Opened by Steven Fackler at 2023-07-03 09:40:53 - 2 comments
  1140. Spurious "note: downstream crates may implement trait Foo for type &_"

    62a9df5 Opened by Mike Hommey at 2022-07-29 18:37:06 - 10 comments
  1141. Value returned by to_owned doesn't always own the data

    b2f8ea1 Opened by Jay at 2024-04-07 20:32:23 - 4 comments
  1142. Tracking issue for future-incompatibility lint unstable_name_collisions

    64214a3 Opened by kennytm at 2025-03-23 09:13:51 - 18 comments
  1143. Span issues with FromStr in unstable proc_macro

    4daf1a6 Opened by Nika Layzell at 2024-01-25 00:04:44 - 3 comments
  1144. Collecting into a Result<Vec<_>> doesn't reserve the capacity in advance

    7b0311e Opened by scurest at 2023-10-08 20:47:34 - 7 comments
  1145. Incorrect recursion in type inference

    cb145f9 Opened by rnd at 2023-05-20 01:32:20 - 4 comments
  1146. improve wording of "possible candidate is found in another module" with enums

    bc1eee5 Opened by comex at 2021-12-29 04:54:07 - 3 comments
  1147. panic mode where it aborts upon panic iff there are no catch_unwind calls to catch it

    b9d7e8f Opened by Michael Eisel at 2019-12-09 15:40:43 - 14 comments
  1148. Possible Vec::split improvement

    43aaa59 Opened by Timothy Bess at 2024-09-22 05:15:56 - 3 comments
  1149. rayon type inference regression

    6711510 Opened by Josh Stone at 2023-11-17 04:44:42 - 9 comments
  1150. When running Emscripten tests, rustbuild should tell compilertest the version of the Emscripten LLVM, not the host LLVM

    d5c9193 Opened by kennytm at 2024-10-11 06:39:04 - 1 comment
  1151. macro rules shadowing error should emit where the macro being shadowed lives

    b716b2d Opened by gnzlbg at 2024-12-28 05:41:39 - 1 comment
  1152. Incorrect warning: Unnecessary unsafe block

    9d86a0c Opened by Boscop at 2022-04-26 18:10:26 - 8 comments
  1153. unused variable: warn about std::collections that are pushed to but not used afterwards

    82a7096 Opened by Matthias Krüger at 2024-12-21 04:50:15 - 5 comments
  1154. Value assigned is never read

    16dae66 Opened by kkayal at 2024-12-21 04:50:16 - 16 comments
  1155. miri interpretation of large array initialization is slow

    04d3d8e Opened by Oli Scherer at 2023-10-08 20:47:35 - 1 comment
  1156. Constants can contain references that are not Sync

    dc24505 Opened by Domantas at 2024-09-14 12:19:17 - 52 comments
  1157. Inconsistent Path::file_stem and Path::extension handling of files starting with multiple dots

    91fb573 Opened by Ciprian Dorin Craciun at 2023-04-18 18:01:58 - 4 comments
  1158. Need more helpful warning when "pub extern" function is not exported via "pub use"

    9c70f23 Opened by Federico Mena Quintero at 2020-06-11 18:01:14 - 5 comments
  1159. Add a way to generate function symbols with predictable hashes

    4f072f6 Opened by Simonas Kazlauskas at 2023-06-19 15:21:53 - 3 comments
  1160. unused_assignments warning: false negative for dead stores in struct fields

    5f1b09d Opened by Matthias Krüger at 2024-12-21 04:50:16 - 1 comment
  1161. CI: We should be able to complete a build in 3 hours even without Docker image cache

    04ee300 Opened by kennytm at 2022-11-24 08:08:52 - 20 comments
  1162. Argument-position impl Trait requires a named lifetime

    d25a351 Opened by Taylor Cramer at 2024-12-12 18:16:12 - 12 comments
  1163. impl Trait Associated Types Do Not Leak Auto Traits

    6a4f0fa Opened by Taylor Cramer at 2020-05-27 18:14:56 - 3 comments
  1164. Diagnostics in MIR passes (arithmetic_overflow, unconditional_panic) are not caught with cargo check

    e4f2cd4 Opened by Tatsuyuki Ishi at 2024-03-18 20:52:51 - 5 comments
  1165. Long Compile Time (with Optimization) with Large Arrays (2-3 hours)

    194aa91 Opened by Samuel Pua at 2020-09-11 12:04:32 - 5 comments
  1166. rustdoc exposes private use rebindings in the signature of public functions.

    932f6e1 Opened by Rimi Kanokawa at 2019-10-27 17:05:56 - 1 comment
  1167. rustdoc [src] link for modules goes to mod x; when the module is re-exported across crates

    9891093 Opened by Sean Silva at 2021-04-08 18:07:59
  1168. Windows: success of canonicalizing r"" depends on whether set_current_dir has been called

    d1fb429 Opened by Rett Berg at 2023-03-19 09:48:29 - 15 comments
  1169. Tracking issue for libtest JSON output

    9660ba9 Opened by Gilad Naaman at 2024-10-27 03:01:39 - 63 comments
  1170. run-make/relocation-model fails on mips64{el}-unknown-linux-gnuabi64

    07bd785 Opened by Dragan Mladjenovic at 2024-12-29 12:33:10
  1171. Confusing error message when returning impl Trait with multiple lifetimes

    3f784e7 Opened by Nemo157 at 2022-12-16 00:56:45 - 6 comments
  1172. Tracking issue for generalized two-phase borrows

    5998147 Opened by Sapphire Koser at 2022-05-27 15:07:08 - 8 comments
  1173. Reject bounds in type aliases with edition 2024

    0763d34 Opened by Ralf Jung at 2024-12-21 05:10:02 - 41 comments
  1174. Try different Deref/PartialEq orderings before erroring

    10afd0f Opened by Dirkjan Ochtman at 2023-08-03 19:16:08 - 4 comments
  1175. Salvage clone shim cleanup and carry it to completion

    27f2f6f Opened by Anthony Ramine at 2020-04-20 20:03:24
  1176. Add compiler-internal lints

    f9615bc Opened by Oli Scherer at 2025-03-04 20:42:02 - 26 comments
  1177. doctests marked with 'no_run' permit ICEs

    09367c0 Opened by Corey Farwell at 2020-12-31 02:15:25 - 7 comments
  1178. macros can observe raw identifier state [discuss]

    77890df Opened by Niko Matsakis at 2018-07-08 01:02:32 - 5 comments
  1179. Error message gives a (depreciated/unimplemented) -Z flag

    0259cbb Opened by Shing Tak Lam at 2020-09-06 16:41:21 - 8 comments
  1180. Suboptimal inlining decisions

    358025b Opened by Mike Hommey at 2020-06-20 19:35:54 - 11 comments
  1181. Incorrect error message about enum variant when trying to call a Result

    0441df7 Opened by comex at 2022-11-11 04:09:58 - 3 comments
  1182. Cryptic LTO-related error message when performing include_bytes! on large files

    2814dce Opened by Aaro Perämaa at 2019-10-25 15:58:14
  1183. The NonZero types don't tell LLVM that they're non-zero on get

    f6bd02d Opened by scottmcm at 2024-03-25 03:39:03 - 22 comments
  1184. E0582 on valid HRTB code

    0069e84 Opened by bill-myers at 2024-12-21 05:01:47 - 7 comments
  1185. New lookup functions on BTreeMap/Set

    c36161c Opened by Matt Parsons at 2023-11-20 18:07:07 - 19 comments
  1186. Stability attributes on moved items can be confusing

    9d0554d Opened by Michael Lamparski at 2025-03-27 19:22:30 - 1 comment
  1187. Should -Ctarget-feature go straight to LLVM?

    45b0ea7 Opened by Hanna Kruppe at 2021-04-08 18:51:55 - 17 comments
  1188. Keeping references to #[thread_local] statics is allowed across yields.

    3ecf7e6 Opened by Eduard-Mihai Burtescu at 2023-04-27 19:31:13 - 6 comments
  1189. rustdoc: transitive Drop indicators should be shown

    7fe53ca Opened by Tatsuyuki Ishi at 2025-04-16 21:03:31
  1190. extern type cannot support size_of_val and align_of_val

    c75ab53 Opened by Josh Triplett at 2022-05-04 16:42:43 - 66 comments
  1191. [parallel-queries] Refactor error message handling to better integrate with parallel queries

    3a00449 Opened by Michael Woerister at 2021-02-03 11:15:39 - 2 comments
  1192. strange end span in borrowck error

    1b52ab8 Opened by Niko Matsakis at 2020-07-31 19:10:51 - 5 comments
  1193. incremental compilation: could not create session directory lock file: No locks available (os error 37)

    40b254c Opened by szignal at 2022-04-20 17:17:42 - 26 comments
  1194. Compiler allows mutating immutable variables in unreachable code

    0c22f9f Opened by Diggory Blake at 2022-03-22 07:42:26 - 1 comment
  1195. libproc_macro: get crate for span or support $crate metavar in quote!{}

    5f4921f Opened by Austin Bonander at 2025-02-16 10:14:56 - 3 comments
  1196. Tracking issue for RFC 2295, "Extend Pattern API to OsStr"

    130b099 Opened by Mazdak Farrokhzad at 2023-02-17 01:22:15 - 13 comments
  1197. Tracking issue for RFC 2102, "Unnamed fields of struct and union type"

    cc3ef43 Opened by Mazdak Farrokhzad at 2024-09-14 10:30:59 - 38 comments
  1198. better error messages when documentation tests fail

    28159b8 Opened by Jaroslaw Weber at 2020-11-04 06:48:09
  1199. Error message about immutable binding is not actually caused by a binding

    9814227 Opened by Guillaume Desmottes at 2021-02-14 00:34:57 - 8 comments
  1200. compiletest: compare-mode cannot handle mixed success + failure

    4ae9e80 Opened by Felix S Klock II at 2025-02-03 21:25:58 - 3 comments
  1201. Comparison of Option<NonZeroU*> is not fully optimized

    88a35b4 Opened by kennytm at 2025-03-28 18:08:51 - 29 comments
  1202. one_time_diagnostics and --teach doesn't work with incremental compilation

    3ba001e Opened by Zoxc at 2024-12-21 04:50:17
  1203. unsized generic field not allowed in repr(packed) struct

    801cf2d Opened by z33ky at 2024-12-21 05:10:02 - 1 comment
  1204. run-make/relocation-model fails on mips{el}-unknown-linux-gnu

    9313cb3 Opened by Dragan Mladjenovic at 2019-04-21 20:07:43
  1205. "File name too long" error when compiling files with long names

    fefe229 Opened by Russell Cohen at 2022-06-27 05:10:10 - 3 comments
  1206. Type inference fails to infer lifetimes.

    d6f7843 Opened by gdox at 2021-12-29 04:47:41 - 1 comment
  1207. LLVM has rare assert failure (3% of time?) during async trans

    3ba9190 Opened by Felix S Klock II at 2023-07-15 13:28:08 - 2 comments
  1208. No compiler error when attempting to change field of const struct

    4f8ba95 Opened by Stefan Hoelzl at 2024-12-21 04:49:09 - 5 comments
  1209. Upgrade #![feature(…)] in non-root modules from lint warning unused_attributes to a hard error (requires crater run)

    958fbea Opened by Nelson Elhage at 2025-02-12 00:17:09 - 6 comments
  1210. Writing Eq::eq produces an unhelpful diagnostic (std::cmp::Eq cannot be made into an object)

    1466543 Opened by Michael Lamparski at 2024-12-21 05:01:47 - 2 comments
  1211. Surprising type inference on method call without explicit turbo-fish

    c26042f Opened by Roland at 2018-08-27 16:06:18 - 11 comments
  1212. Provide natstepfilter and/or natjmc files for debugging with Visual Studio

    50ade77 Opened by Jason Shirk at 2022-09-19 14:29:53 - 2 comments
  1213. Detect recursive instantiation of generic functions

    13139f4 Opened by David Tolnay at 2024-12-21 05:10:02 - 4 comments
  1214. proc_macro::TokenStream: provide AST node kind hint

    a80b022 Opened by Austin Bonander at 2018-05-22 20:21:23 - 8 comments
  1215. PathBuf set_file_name and with_file_name need docs for input abspaths

    8d440ef Opened by Felix S Klock II at 2023-01-26 20:46:39 - 3 comments
  1216. Module decarations when using include! are relative to the included file

    e5ae07e Opened by MasonAsh at 2021-11-16 00:01:29 - 4 comments
  1217. Invalid collision with TryFrom implementation?

    174991d Opened by Nathaniel McCallum at 2024-12-21 05:01:48 - 28 comments
  1218. Warnings and error suggestions are wrong when originating from inside proc-macros

    5016897 Opened by bjorn3 at 2018-09-25 14:01:36 - 1 comment
  1219. Tracking issue for f32 and f64 methods in libcore

    5490689 Opened by Simon Sapin at 2024-10-05 18:44:39 - 29 comments
  1220. Rustc should be able to unify <T as A<'static>>::B> with <T as A<'a>>::B> for all 'a, given A::B: 'static

    0e03adc Opened by Boscop at 2020-06-07 22:12:53 - 1 comment
  1221. Work out the actual policy for macros across editions wrt dependencies updating

    a31d12d Opened by Manish Goregaokar at 2018-09-25 14:09:00 - 5 comments
  1222. Public "stdcall" symbol not exported on cdylib on i686-pc-windows-gnu

    de095d4 Opened by Ivan Molodetskikh at 2023-10-25 21:37:15 - 29 comments
  1223. Tracking issue for Cell::update

    a5bd687 Opened by Deleted user at 2025-04-07 20:55:22 - 70 comments
  1224. unsizing fails when associated types are involved

    71f2748 Opened by Mike Hommey at 2022-09-16 22:40:14 - 2 comments
  1225. Rust cannot use universal LLVM on macOS

    50fb9ad Opened by MarcusCalhoun-Lopez at 2022-03-15 18:56:38 - 14 comments
  1226. Associated types bounds seem to be ignored in generic impls

    8653f62 Opened by Mike Hommey at 2023-11-17 05:39:27 - 2 comments
  1227. Spurious "downstream crates may implement trait ..."

    ef36546 Opened by Mike Hommey at 2025-04-11 13:52:24 - 4 comments
  1228. E0210 Disallows theorietically legal implementation, or is misleading

    d87e997 Opened by Spencer Judge at 2022-11-11 03:40:49 - 3 comments
  1229. HRTB variants are missing a std::fmt::Pointer impl

    1293451 Opened by jimy byerley at 2024-12-21 05:01:48 - 8 comments
  1230. Tracking issue for eRFC 2318, Custom test frameworks

    71c8a78 Opened by Mazdak Farrokhzad at 2025-04-13 01:04:25 - 107 comments
  1231. Specialization: assigning associated type in default trait implementation leads typecheck to fail with weird error

    acf5cc1 Opened by Paul Grandperrin at 2023-03-21 01:26:23 - 3 comments
  1232. Linking dylib with "lto = true": assertion failed: !is_full_lto_enabled(sess)

    b36b296 Opened by Zach Reizner at 2023-07-13 12:01:29 - 7 comments
  1233. Higher-ranked trait bounds on associated types are not elaborated

    9b8354e Opened by Jake Goulding at 2024-09-25 06:50:06 - 5 comments
  1234. Confusing error when forgetting to include system crates in Cargo.toml

    0786738 Opened by Steven Grady at 2020-01-30 14:00:46 - 8 comments
  1235. concat_idents cannot be used in pattern position

    e6c379e Opened by Michael Lamparski at 2024-08-29 23:48:42
  1236. Improve "private type in public interface" message

    d293924 Opened by Katharina Fey at 2020-04-12 11:21:48 - 4 comments
  1237. derive(Debug) on huge enum causes massive memory spike during liveness checking

    ed20cbc Opened by Peter Atashian at 2021-02-02 22:00:46 - 2 comments
  1238. Suggested fix for E0658 does not resolve the compiler error

    a190892 Opened by Trangar at 2025-03-21 12:02:41 - 4 comments
  1239. Misleading diagnostic when trying to use Box<Error> for io::Error:new

    957a79e Opened by Vitaly Shukela at 2020-08-31 23:56:04 - 1 comment
  1240. Warn when a user-defined trait is used on an std library type without full path

    9707f65 Opened by gnzlbg at 2024-12-21 05:01:49 - 10 comments
  1241. EvaluationCache overwrites its entries

    5ef0476 Opened by Zoxc at 2021-01-28 11:57:03 - 1 comment
  1242. Unhelpful borrowck error when wrong lifetimes are used

    c320738 Opened by Jon Gjengset at 2021-10-02 22:35:23 - 1 comment
  1243. println!() prevents optimization by capturing pointers

    4253272 Opened by Dominik Fankhauser at 2023-10-08 20:47:36 - 14 comments
  1244. Coherence rules are not consistent when applied to auto traits

    abb914e Opened by Dylan MacKenzie at 2024-12-21 05:01:50 - 3 comments
  1245. Incorrect padding on hexadecimal formatting of integers

    baedd12 Opened by Josh Leverette at 2018-10-02 13:58:15 - 3 comments
  1246. Use section/symbol ordering files for compiling rustc (e.g. BOLT)

    e2a7df4 Opened by Michael Woerister at 2023-02-03 07:47:18 - 21 comments
  1247. Can't use #[derive] and macro on a generic type at the same time

    e0ebc7a Opened by tux at 2023-10-20 15:52:08 - 6 comments
  1248. Error messages about modules are confusing to beginners

    d4b0910 Opened by Jeremy Mikkola at 2021-01-15 22:12:57 - 5 comments
  1249. Unhelpful error with "overlapping" never applicable impls

    2d5cdc2 Opened by matthewjasper at 2018-10-02 17:38:05 - 1 comment
  1250. Confusing error message when trying to cast usize to fat pointer

    ee6855f Opened by Isaac Woods at 2020-06-11 18:01:14 - 1 comment
  1251. #[derive] fails to detect associated type when qualified path is used

    4f5d1bf Opened by Alex Burka at 2024-11-20 06:52:33 - 1 comment
  1252. use evaluate_obligation to decide when to do unsized coercions

    ce508d8 Opened by Niko Matsakis at 2024-12-21 04:59:49 - 6 comments
  1253. Doctests don't work in bin targets, non-public items

    19d154a Opened by Kornel at 2024-08-19 20:48:43 - 57 comments
  1254. "#[derive] can't be used on a non-Copy #[repr(packed)] struct" but struct is Copy

    81a53ba Opened by Ralf Jung at 2024-11-01 19:12:57 - 6 comments
  1255. Warn and eventually forbid transmute::<T, U> for T or U with unspecified (Rust) layout

    24f4e7b Opened by Simonas Kazlauskas at 2023-09-06 07:47:03 - 15 comments
  1256. Confusing error message when using Self in where clause bounds errornously

    3f667c7 Opened by Ryan Scheel at 2024-12-21 04:59:50 - 2 comments
  1257. Calling borrow_mut on a Boxed trait object and passing the result to a function can cause a spurious compile error

    444555c Opened by Solra Bizna at 2024-12-21 06:17:42 - 2 comments
  1258. Bogus note with duplicate function names in --test / --bench mode and elsewhere.

    96fd987 Opened by Brian Anderson at 2020-06-11 18:01:15 - 2 comments
  1259. Highlighting still assumes a dark background

    53393d4 Opened by Bergi at 2020-12-24 00:50:58 - 3 comments
  1260. Higher ranked trivial bounds are not checked

    f65e5e3 Opened by Leonardo Yvens at 2024-09-24 22:52:40 - 1 comment
  1261. rewrite liveness analysis to be based on MIR

    9768901 Opened by Niko Matsakis at 2022-01-31 15:30:09 - 15 comments
  1262. Closure type mismatch on higher-ranked bounds

    88a4710 Opened by Taylor Cramer at 2024-09-24 22:52:09 - 6 comments
  1263. LTO ignored for all crate types when building multiple crate types and one doesn't support it

    2171039 Opened by Nick Fitzgerald at 2024-08-08 18:59:36 - 7 comments
  1264. <Default>::default() makes the compiler very mad at me

    22087eb Opened by scottmcm at 2024-12-21 04:59:51 - 11 comments
  1265. Tracking issue for RFC 1872: exhaustive_patterns feature

    d590184 Opened by kennytm at 2024-10-16 05:30:02 - 34 comments
  1266. wasm32-unknown-unknown does not export $start.

    848bf07 Opened by Lachlan Sneff at 2022-05-15 18:56:51 - 3 comments
  1267. Tracking issue for RFC 2294, "if let guard"

    128edb4 Opened by Mazdak Farrokhzad at 2023-12-07 23:13:17 - 29 comments
  1268. Defaulted unit types no longer error out (regression?)

    92b6931 Opened by Manish Goregaokar at 2024-03-12 23:13:45 - 3 comments
  1269. [rustdoc] Implementors section of Sync (and other similar traits) should separate implementors and !implementors

    51159af Opened by Alex Gaynor at 2025-02-07 11:09:02 - 9 comments
  1270. Borrowing an immutable reference of a mutable reference through a function call in a loop is not accepted

    d526e39 Opened by Jake Goulding at 2022-05-05 10:26:50 - 4 comments
  1271. when suggesting to remove a crate, we leave a blank line

    f6ef5f1 Opened by Niko Matsakis at 2025-02-20 06:06:36 - 5 comments
  1272. unused macros fails some obvious cases due to prelude

    7ee79cf Opened by Niko Matsakis at 2019-08-23 15:17:06
  1273. libcore: add defaults for empty iterators

    4a1149b Opened by Bergi at 2019-12-26 16:54:38 - 7 comments
  1274. Command's Debug impl has incorrect shell escaping

    7ebfcfd Opened by comex at 2024-11-12 13:03:01 - 3 comments
  1275. assert_eq!(a,b) fails to compile for slices while assert!(a == b) works fine

    554986f Opened by gnzlbg at 2019-08-23 15:17:06 - 9 comments
  1276. Problem with type inference resolution

    2496f63 Opened by Lenard Pratt at 2023-04-05 17:39:38 - 2 comments
  1277. rustdoc: accept a "test runner" argument to wrap around doctest executables

    b4178a3 Opened by QuietMisdreavus at 2021-03-09 18:25:14 - 3 comments
  1278. Tracking issue for the OOM hook (alloc_error_hook)

    866f41a Opened by Mike Hommey at 2024-04-17 07:48:21 - 38 comments
  1279. Recursive trait constraints crash compiler with exit code 3221225501

    c0cb33b Opened by Bergi at 2024-12-21 04:59:52 - 1 comment
  1280. Unable to make a function for write!ing that is generic over a File or String

    c47423d Opened by Jeff Muizelaar at 2023-11-16 00:56:18 - 1 comment
  1281. Tracking issue for #[doc(keyword = "...")]

    6045f68 Opened by Guillaume Gomez at 2024-02-23 05:44:50 - 13 comments
  1282. Seemingly inconsistent behavior when using default trait parameters

    7390d54 Opened by Corey Farwell at 2023-04-05 17:39:39 - 1 comment
  1283. compiler error message shows the error path containing parent directory identifier ( /../ )

    11a1652 Opened by François Bernier at 2021-03-10 17:39:36 - 4 comments
  1284. RFE: debug pretty printers for Rc/Arc

    7c8d08e Opened by Josh Stone at 2024-10-03 00:18:53 - 2 comments
  1285. to_lowercase only uses unconditional parts of unicode.org's special-casing

    08180b6 Opened by Gerald Squelart at 2025-03-02 12:27:46 - 2 comments
  1286. 'static lifetime elision in associated constants should mirror normal non-associated constants

    056055a Opened by Boscop at 2020-10-04 21:27:41 - 4 comments
  1287. Can't implement Drop on a type with a higher ranked lifetime as a trait bound.

    de2d7a4 Opened by Joshua Yanovski at 2024-09-24 22:48:57 - 2 comments
  1288. aobench hangs when compiled with -C target-cpu=native

    b5bfbc6 Opened by gnzlbg at 2025-03-28 17:45:21 - 4 comments
  1289. Custom (synonym) suggestions for nonexistent methods

    a5cd719 Opened by varkor at 2020-09-28 22:09:24 - 2 comments
  1290. Method resolution for trait object types does not prefer inherent methods

    4d0a8af Opened by srrrse at 2024-12-21 05:42:20 - 9 comments
  1291. Great stack overflow error messages

    c0b3e54 Opened by Squirrel at 2023-11-11 22:16:55 - 28 comments
  1292. The run-pass/issue-36856.rs fails on beta for mips{el}-linux-gnu

    0197a18 Opened by Dragan Mladjenovic at 2023-10-11 04:34:16 - 6 comments
  1293. Trivial safe AsRef<OsStr> implementation leads to stack overflow in Debug (and maybe memory leaking in Release)

    89122cb Opened by Jan Segre at 2024-12-21 04:49:10 - 2 comments
  1294. Implementations conflict when using associated type across crates

    46aa76b Opened by Brian Vincent at 2022-06-28 02:29:39 - 4 comments
  1295. std::process:Command blocks with child.wait() and stdout "piped"

    379310e Opened by harcobbit-zz at 2023-07-22 20:14:36 - 1 comment
  1296. Improper use of closures not detected

    133f188 Opened by remexre at 2022-11-11 04:34:14 - 2 comments
  1297. Unchecked array indices with --emit=metadata

    885ce93 Opened by leonardo-m at 2023-07-24 05:43:22 - 3 comments
  1298. Method resolution should obey usual shadowing rules for glob imports & prelude

    0fba453 Opened by Alex Kladov at 2024-12-21 04:59:53 - 12 comments
  1299. Implementing Alloc for mutable references to Alloc

    adde623 Opened by Martín Andrighetti at 2019-01-11 00:50:53 - 1 comment
  1300. Compiler doesn't suggest missing method that is implemented for different type parameter

    36b0509 Opened by Hanno Braun at 2023-08-03 16:13:02 - 2 comments
  1301. NLL no longer figures out non-lexical lifetimes within loop

    ebb266d Opened by Dabo at 2018-12-01 10:55:25 - 2 comments
  1302. Nightly version is off by one

    7a6104d Opened by Ralf Jung at 2023-09-21 19:54:36 - 9 comments
  1303. Compilation for mips64-unknown-linux-gnu

    a03f441 Opened by Ondřej Perutka at 2023-04-05 17:36:53 - 13 comments
  1304. Tracking issue for the #[alloc_error_handler] attribute (for no_std + liballoc)

    dde79fd Opened by Simon Sapin at 2023-12-09 07:59:46 - 140 comments
  1305. NLL Regression: Conditional control flow returning from functions no longer works

    fe93626 Opened by Osspial at 2024-01-29 01:46:21 - 4 comments
  1306. Ironing out StepBy<Range>'s performance issues

    9f56402 Opened by Emerentius at 2023-09-03 18:41:14 - 7 comments
  1307. HRTB-like bounds on structs

    1bacde7 Opened by vitalyd at 2024-09-24 22:10:13 - 1 comment
  1308. [control flow analysis] Special treatment for Err( )?

    071c4f3 Opened by DCjanus at 2024-12-21 05:10:03 - 6 comments
  1309. Code fails to link on macOS with incremental compilation

    fb77f99 Opened by Jeff Muizelaar at 2021-02-19 20:17:12 - 15 comments
  1310. Wrong lifetime is inferred in the argument of closure when given more specific type.

    c162973 Opened by oxalica at 2023-12-10 08:43:59
  1311. The locally-installed docs try to load non-local assets, causing them to fail on a bad connection.

    a4426a6 Opened by umanwizard at 2025-03-31 21:46:10 - 1 comment
  1312. Trait bounds are not checked on type aliases until they are used

    b6006dc Opened by Mike Hommey at 2024-12-21 04:59:54 - 1 comment
  1313. Add impl<T: Unsize<U>, U: ?Sized> From<T> for Box<U>

    49688db Opened by Andrey Tkachenko at 2019-12-08 16:29:40 - 3 comments
  1314. rustc doesn't handle libc dependencies it introduces on its own

    d9bd030 Opened by Mike Hommey at 2023-07-13 12:14:28 - 1 comment
  1315. 1.27.0 Compiler Options: no-redzone option (Is the explanation backwards?)

    ae8c4e4 Opened by Gerald E Butler at 2025-03-15 14:11:39 - 4 comments
  1316. #[macro_use] use path; produces unhelpful diagnostics

    e1ea295 Opened by Michael Lamparski at 2019-10-19 01:37:32 - 2 comments
  1317. Bug: a macro never hit recursion limit, cargo build run... forever!

    c2a2dbd Opened by limira at 2020-03-15 05:27:28 - 26 comments
  1318. ambiguous type-dependent name resolution

    de33cab Opened by gnzlbg at 2024-12-21 04:59:55 - 1 comment
  1319. Mutually exclusive traits still cause conflict in blancket implementation

    72fdb95 Opened by DominusCarnufex at 2019-11-11 16:54:39 - 3 comments
  1320. Support for running the src/ci/docker/run.sh with user namespace

    255b99e Opened by Michal 'vorner' Vaner at 2021-01-05 17:47:26 - 3 comments
  1321. Re-export from external crate not documented

    43aa94d Opened by Judson Lester at 2021-02-08 20:01:39 - 2 comments
  1322. Confusing behavior around unsized return values in traits

    4c92324 Opened by Ralf Jung at 2024-12-21 04:59:55 - 4 comments
  1323. s390x intrinsic has incorrect return type - stdsimd cross-link

    2fcf0f1 Opened by gnzlbg at 2023-10-15 15:26:54 - 1 comment
  1324. Lint warnings for "unused #[must_use]" should be emitted even if typeck fails.

    b056498 Opened by Eduard-Mihai Burtescu at 2024-12-21 04:49:10 - 1 comment
  1325. NLL: if let not detecting proper lifetime

    37a8bc3 Opened by Léo Gaspard at 2023-06-19 14:55:18 - 5 comments
  1326. strange rust_2018_idioms warning on code comment in clippy codebase

    eacc326 Opened by Matthias Krüger at 2024-12-21 14:41:13 - 6 comments
  1327. Bad diagnostic for associated types when forgetting type arguments

    f53c7e6 Opened by Esteban Kuber at 2025-01-03 23:57:53 - 6 comments
  1328. consider fixing common regression with expansion of 2-phase borrows

    3a6c086 Opened by Niko Matsakis at 2023-11-19 04:55:33 - 12 comments
  1329. Adding impl Add<char> for String breaks code (adding an impl leads to breakage due to deref coercions)

    996432f Opened by Lukas Kalbertodt at 2024-12-21 04:59:56 - 7 comments
  1330. dead_code lint false negative when dead code in warned about dead code

    be28655 Opened by Ryan Scheel at 2024-12-21 04:49:10 - 1 comment
  1331. suggest replacing dash with underscore when in-code lint name cannot be found.

    41b764e Opened by Matthias Krüger at 2023-07-28 13:07:31
  1332. The recursion limit for monomorphizations are different than for macro expansions

    fa7a61f Opened by Markus Westerlind at 2025-02-14 03:59:24 - 1 comment
  1333. Lint against float literals like 4444444444_f32 that "overflow" their mantissa

    7e0448a Opened by Ixrec at 2024-12-21 04:49:11 - 17 comments
  1334. trace_macros shows nothing if rustc never actually finishes

    bba5427 Opened by Michael Lamparski at 2020-06-11 18:01:16 - 1 comment
  1335. Diagnostic error[E0408]: variable ... is not bound in all patterns should be more helpful with typos.

    4d9f750 Opened by Vitaly Shukela at 2023-07-28 13:08:54 - 1 comment
  1336. panic! source location information does not account for macro expansion

    78e36f9 Opened by gnzlbg at 2021-07-05 15:18:37 - 2 comments
  1337. Doc-comments inside using groups

    e74d4f0 Opened by Stanislav Tkach at 2019-09-02 12:52:45 - 5 comments
  1338. right shift of i128i by zero fails on s390x (SystemZ)

    10f4f25 Opened by gnzlbg at 2021-09-04 15:25:31 - 11 comments
  1339. edition lint: migrating extern crate with #[macro_use]

    a635b60 Opened by Nick Cameron at 2024-12-21 14:40:44 - 11 comments
  1340. edition lint: declarations obviated by in-band lifetimes

    45f2034 Opened by Nick Cameron at 2024-12-21 14:40:45 - 2 comments
  1341. It would be nice if JoinHandle<T> were must-use for T != ()

    fdf01f1 Opened by scottmcm at 2019-01-14 11:04:58 - 2 comments
  1342. coercions do not reach into aggregates - converging coercions

    73c1d6d Opened by gnzlbg at 2023-10-15 12:07:29 - 3 comments
  1343. Bad codegen partitioning with non-incremental compile in release mode

    3209091 Opened by Jon Gjengset at 2025-02-13 07:49:23 - 3 comments
  1344. Use hash of compilation unit expression tree to prevent needless recompiles after formatting changes

    cd19304 Opened by Mahmoud Al-Qudsi at 2022-07-17 20:12:46 - 2 comments
  1345. Optimize incremental compilation of data-only changes

    f43eae2 Opened by Mahmoud Al-Qudsi at 2023-10-08 20:47:38 - 2 comments
  1346. ./x.py test src/doc fails with "no rules matched"

    9d0b554 Opened by Andy Russell at 2021-06-11 14:20:47 - 2 comments
  1347. Implement propagate_panic on LockResult

    4b51163 Opened by Joshua Barretto at 2023-10-11 17:55:09 - 1 comment
  1348. Consider using pair mode to return scalar pair bools as i1

    d9be03e Opened by Josh Stone at 2020-03-12 13:26:24 - 2 comments
  1349. trivial_casts warning misfires when casting from reference -> pointer -> void pointer

    dd76f29 Opened by Stephen Touset at 2024-09-17 09:22:17 - 10 comments
  1350. 2018 path clarity: When path lookup fails because of shadowed crate, provide hint

    29fe20b Opened by Alexis Hunt at 2024-05-14 03:14:17 - 2 comments
  1351. 2018 lint migrating to use crate::... doesn't consider mixed imports

    d3a31c8 Opened by Alex Crichton at 2024-12-21 14:40:47
  1352. Most core trait impls for empty arrays are over-constrained

    0ee6d27 Opened by scottmcm at 2023-03-07 05:47:34 - 4 comments
  1353. Correcting Path::components on non-"Unix" platforms

    9c3819b Opened by Jeremy Soller at 2024-11-22 03:16:52 - 25 comments
  1354. Dropping unused and unreferenced external crate should not trigger recompile

    0222184 Opened by Mahmoud Al-Qudsi at 2020-11-17 13:33:47 - 2 comments
  1355. Warn about #[macro_export] mod m?

    3e1eda3 Opened by Ralf Biedert at 2024-12-21 21:17:41 - 2 comments
  1356. include_str fails with large files

    4ddbee9 Opened by Katze at 2020-07-20 12:54:09 - 2 comments
  1357. rustc_target, rustc_codegen_llvm: use () for the metadata of pointers to extern { type }s.

    a8b323a Opened by Eduard-Mihai Burtescu at 2021-03-22 02:36:14 - 5 comments
  1358. Macros 2.0: macro defined and used in same function-like scope can't resolve its own items

    cee5d40 Opened by Ariel Ben-Yehuda at 2022-08-09 12:53:51 - 3 comments
  1359. Custom derive: can't use const as attribute value

    881c603 Opened by Sam Rijs at 2024-04-11 00:12:37 - 5 comments
  1360. Default impls cannot take into account associated types

    4ffff13 Opened by John Ericson at 2024-12-21 19:06:14 - 1 comment
  1361. Weird span for #[bench] method error

    95b7dd5 Opened by Esteban Kuber at 2020-06-11 18:01:17 - 1 comment
  1362. better error message for wrong lifetime annotations?

    cc051d9 Opened by Matthias Krüger at 2024-05-14 03:16:42
  1363. Blanket impl of Into::into for From should be default

    80bdaf4 Opened by gnzlbg at 2019-01-27 23:50:15 - 1 comment
  1364. suggestion in unresolved trait method calls misses crate as rename

    47090b2 Opened by Felix S Klock II at 2024-11-03 09:56:27 - 2 comments
  1365. 1.27.1 many tests fail on s390x

    95a08d2 Opened by Ximin Luo at 2019-05-08 01:23:36 - 8 comments
  1366. 1.27.1 powerpc64/powerpc64le ui/target-feature-{gate,wrong} failing

    823996b Opened by Ximin Luo at 2023-10-11 04:26:27 - 1 comment
  1367. rustdoc discussion: collapsing sections by default

    7b23765 Opened by Nick Cameron at 2024-11-16 21:43:46 - 2 comments
  1368. SystemTime conversions invite programmer error

    79ad714 Opened by Stephan Sokolow at 2020-07-28 19:08:20 - 2 comments
  1369. Set up CI for local rebuilds using the actual rustc-src tarball

    db3ce8d Opened by Ximin Luo at 2018-07-19 15:50:50 - 1 comment
  1370. Sub-optimal performance of Iterator::max_by_key in some cases

    a79d5a5 Opened by Matt Brubeck at 2025-02-14 03:59:24 - 1 comment
  1371. derive Debug incorrect assumption

    825a9ce Opened by Akos Vandra-Meyer at 2020-06-11 17:36:45 - 6 comments
  1372. Rustdoc: unify impl blocks where possible.

    a59b5b8 Opened by Richard Dodd at 2022-02-05 15:08:47 - 8 comments
  1373. Add --emit=nothing to tell rustc not to emit any files (even if --crate-type=lib)

    b5c1503 Opened by Lukas Kalbertodt at 2022-08-13 05:26:57 - 4 comments
  1374. Macro checks thwart unreachable_pub lint

    c66de1a Opened by Alex Crichton at 2024-12-21 14:40:51 - 3 comments
  1375. Doc-tests are not ignored when no changes have been made

    f2e41f1 Opened by varkor at 2024-12-29 12:43:07 - 2 comments
  1376. {i386,x86_64}-apple-ios targets pass too many thousands of arguments to the linker

    59d86c6 Opened by gnzlbg at 2023-10-25 21:41:22 - 13 comments
  1377. Allow attr batching like #[attr1, attr2, attr3] and #[cfg_attr(cond, attr1, attr2, attr3)]

    371fb71 Opened by Boscop at 2024-05-14 03:19:38 - 1 comment
  1378. Allow to use a custom dsymutil command

    50196cb Opened by Mike Hommey at 2023-04-05 17:45:54 - 3 comments
  1379. The run-pass/simd-intrinsic-float-minmax.rs fails on mips* with glibc 2.27

    360b36e Opened by Dragan Mladjenovic at 2021-01-02 17:21:11 - 7 comments
  1380. External statics compile incorrectly when there's no #[link(... above the extern block

    fc053f5 Opened by MSxDOS at 2023-11-18 03:27:14 - 1 comment
  1381. rustc --version segmentation fault

    30e3072 Opened by Elias Hamaz at 2023-10-25 21:38:23 - 11 comments
  1382. thread::ThreadId Display missing

    4e9f616 Opened by Armin Ronacher at 2024-04-06 13:49:54 - 3 comments
  1383. #[macro_use] on use broken with gfx-rs

    9f8d138 Opened by Noah Weninger at 2024-12-21 14:40:52 - 5 comments
  1384. Special-case format!("{}", string_like) for increased performance

    da7d1d9 Opened by Pascal Hertleif at 2020-09-08 18:15:49 - 5 comments
  1385. Investigate the Ryū algorithm for a simpler/faster implementation of float -> string conversion

    929d7f5 Opened by bstrie at 2025-02-14 03:59:25 - 15 comments
  1386. #[repr(align(…))] should allow arbitrary constant expressions, not just integer literals

    55b267e Opened by comex at 2024-11-01 19:14:40 - 4 comments
  1387. Rust fails to infer types for this function

    5abd5fd Opened by Anirudh at 2022-03-23 06:45:27 - 3 comments
  1388. rustc infinite loop on recursive type (FingerTree, indirectly polymorphic/nonregular)

    2cb15cb Opened by Felix S Klock II at 2018-12-20 15:09:21 - 1 comment
  1389. Variadic C function calls don't decay references to pointers as other function types do

    a47e3e5 Opened by Dan Kolsoi at 2023-11-21 05:11:15 - 2 comments
  1390. Should std::{f32,f64}::NAN be a QNAN or SNAN ?

    7bd8baf Opened by gnzlbg at 2024-12-02 20:18:56 - 17 comments
  1391. rust-lld errors with duplicate symbol: rustc_debug_gdb_scripts_section for embeded target.

    df2986b Opened by Jonathan Parris at 2019-11-09 15:14:37 - 4 comments
  1392. Type Inference not working when indexing with Into<usize> types

    d60a040 Opened by callym at 2023-08-14 14:19:55 - 4 comments
  1393. Properly document and explain opt-levels s and z

    03cb26d Opened by Lukas Kalbertodt at 2023-10-08 20:47:38 - 7 comments
  1394. Long compile times due to initialization of large struct

    a86ab17 Opened by Jonathan Behrens at 2020-01-31 22:38:52 - 5 comments
  1395. Mention ; when not expecting statement and finding one in the context of a macro

    db5fc0f Opened by Esteban Kuber at 2024-08-31 19:08:09 - 2 comments
  1396. Procedural macro attributes can't be applied to struct fields

    28fcab1 Opened by Michael Bradshaw at 2020-07-19 02:32:42 - 9 comments
  1397. LNK1189 "library limit of 65535 obj exceeded" building rustc

    bef37b6 Opened by scottmcm at 2024-12-10 09:59:23 - 57 comments
  1398. Lint to use existential type when types mismatched on anonymized types(impl Trait)

    d2bcdf9 Opened by csmoe at 2020-06-11 18:01:17 - 1 comment
  1399. Tracking issue for comparing raw pointers in constants

    7fec74c Opened by Oli Scherer at 2024-12-01 15:03:24 - 11 comments
  1400. checked_mul<i128> is slower than expected

    ac6a221 Opened by Stefan at 2025-02-14 03:59:25 - 13 comments
  1401. Allow destructuring parameters in trait function declarations

    11d7abf Opened by algonomicon1 at 2020-08-18 18:06:43 - 3 comments
  1402. MetaItem fails to parse global paths

    3c21cb0 Opened by djrenren at 2023-11-16 00:38:36 - 2 comments
  1403. Generalize StableHashingContext as a trait

    6c68785 Opened by Bruno Dutra at 2023-11-19 05:10:16
  1404. Segfault in rustc while cross-compiling core

    81ac876 Opened by Brook Heisler at 2022-01-02 17:42:21 - 13 comments
  1405. noalias is not enough

    3407e0a Opened by gnzlbg at 2024-09-24 20:05:04 - 13 comments
  1406. hits llvm assertion "Cannot start a running timer" when timing passes

    6c2c001 Opened by Matthias Krüger at 2023-04-05 17:36:54
  1407. rustdoc disregards job limit

    b53d167 Opened by Oleksii Lozovskyi at 2023-10-20 23:15:30 - 5 comments
  1408. Unused trait bound with lifetime causes compile error

    9b044b5 Opened by YOSHIOKA Takuma at 2023-10-20 19:28:56 - 5 comments
  1409. dead_code lint not running on code generated by crate-external macros

    8875e9b Opened by Ashley Mannix at 2024-12-21 04:49:12 - 2 comments
  1410. _mm_cmpXstrc() not coalesced with a subsequent _mm_cmpXstrm() or _mm_cmpXstri()

    9e3a71d Opened by Deleted user at 2023-04-05 17:36:55 - 6 comments
  1411. Indirect inference for closure arguments fails depending on the contents of the closure

    e31212f Opened by Elinor B. at 2023-11-18 03:33:17
  1412. libc and test features are special-cased for feature validity checks

    3d0f7d2 Opened by varkor at 2018-08-17 11:20:44 - 4 comments
  1413. specialize clone_from_slice for Copy types?

    2a425b7 Opened by Charles Lew at 2019-12-24 08:39:46 - 2 comments
  1414. diagnostics: suggest using smaller type if constant is small enough and smaller type impls conversion

    a147ad4 Opened by Matthias Krüger at 2025-03-21 11:54:36 - 2 comments
  1415. Feature Requst: Add regex support to test filters

    bfcd40b Opened by Ty Overby at 2024-11-22 13:30:55 - 10 comments
  1416. Add a feature to print actual static libs linked in, --print=native-static-libs seems not to work

    3a6a99a Opened by Ximin Luo at 2023-03-06 18:14:23 - 3 comments
  1417. Add a skip method to the Read trait

    75ff6c6 Opened by Zack Slayton at 2023-04-04 08:20:33 - 4 comments
  1418. If finalize_session_directory is called after errors it complains about missing session dir

    acb9394 Opened by bjorn3 at 2023-11-19 05:09:21
  1419. "invert" borrow computation

    bf9760f Opened by Niko Matsakis at 2019-11-29 19:01:41 - 10 comments
  1420. Nondeterministic compiletest failure on long compiler output

    9413e3e Opened by ashtneoi at 2024-12-29 12:50:00 - 6 comments
  1421. Segfault in rustc -v on Linux when libunwind is present during compilation

    5339d85 Opened by Mateusz Lenik at 2019-11-21 06:31:47 - 2 comments
  1422. std::fs::remove_dir_all doesn't handle paths that are too long

    39d9fff Opened by Dror Levin at 2023-09-28 04:14:53 - 1 comment
  1423. Performance regression in tight loop since rust 1.25

    e0b7498 Opened by Pedro Côrte-Real at 2025-02-14 03:59:26 - 34 comments
  1424. Unused trait functions are preserved after linking

    233a314 Opened by Stepan Koltsov at 2024-12-21 04:59:58 - 2 comments
  1425. #[macro use] should suggest #[macro_use] and similar

    ca1bbb9 Opened by Ryan Scheel at 2025-02-11 18:01:33
  1426. Rust should embed /DEFAULTLIB linker directives in staticlibs for pc-windows-msvc

    bf0d18b Opened by Peter Atashian at 2020-12-27 01:03:11 - 3 comments
  1427. Unrelated error report for trait bound checking

    1ac0a38 Opened by Xidorn Quan at 2020-06-11 17:32:04 - 1 comment
  1428. Query system cycle errors should be extendable with notes

    3edecba Opened by Tristan at 2020-01-26 23:42:27 - 2 comments
  1429. Tracking issue for RFC 2504, "Fix the Error trait"

    7cea1f6 Opened by Mazdak Farrokhzad at 2023-08-29 15:57:42 - 129 comments
  1430. Error message for E0453 is missing details when source is out of current crate

    7e21cd3 Opened by Behnam Esfahbod at 2025-02-11 17:57:14
  1431. Sort-of RFC: add min!, max! macros once namespacing lands

    59397ec Opened by Richard Dodd at 2019-12-10 17:48:18 - 2 comments
  1432. rustdoc: Add crate=crate_name,file=filename.rs options to doctests for displaying in output

    bbd3be9 Opened by Ryan Scheel at 2018-08-21 14:50:14 - 2 comments
  1433. Experiment with a hybrid bitfield + range encoding for Span / DefId.

    72a7616 Opened by Eduard-Mihai Burtescu at 2023-11-18 09:31:14 - 4 comments
  1434. Bad "Ambiguous Numeric Type" Recommendation from Compiler in for loop

    9e971f4 Opened by Spencer Witt at 2023-11-19 21:11:56 - 10 comments
  1435. Custom attribute used on thing disallowing custom attributes should say that

    a8a6d1b Opened by Ryan Scheel at 2020-06-11 18:00:33 - 2 comments
  1436. confusing "unused type parameter" diagnostic

    a57c93b Opened by Sean Silva at 2020-03-14 11:08:54 - 12 comments
  1437. incremental: hash items' source tokens to generate DefId's.

    dda3473 Opened by Eduard-Mihai Burtescu at 2023-04-05 17:42:28 - 12 comments
  1438. Separate the Res::Local case from hir::ExprKind::Path.

    cb9bd20 Opened by Eduard-Mihai Burtescu at 2020-01-16 20:12:53 - 3 comments
  1439. UnixStream does not have connect_timeout as TcpStream does.

    d1cf2d8 Opened by Glenn Pratt at 2019-01-18 10:52:33 - 2 comments
  1440. Bad suggestion for overflowing hex literal in signed operation

    3cd744a Opened by Trevor Spiteri at 2023-02-23 04:52:04 - 5 comments
  1441. Support a TUI "live view" version of -Z self-profile.

    857403a Opened by Eduard-Mihai Burtescu at 2020-10-27 21:18:25 - 6 comments
  1442. const fold .repeat() of same-char string literals

    59a30fb Opened by Matthias Krüger at 2020-03-15 05:31:33 - 2 comments
  1443. #[repr(u16)] enum doesn't pack fields as expected

    5eb8257 Opened by Xidorn Quan at 2024-12-21 05:10:04 - 3 comments
  1444. Remove all definition names from the HIR.

    3e0bbc9 Opened by Eduard-Mihai Burtescu at 2023-10-11 04:35:30
  1445. Tracking issue for eRFC 2497, "if- and while-let-chains, take 2"

    f66b02d Opened by Mazdak Farrokhzad at 2024-12-12 20:38:24 - 72 comments
  1446. Fabricate hangs while building rust for raspbian on arm64 host.

    4824fa6 Opened by plugwash at 2022-08-17 06:23:11 - 4 comments
  1447. Captureless closures can still codegen to fn call(&self) / fn call_mut(&mut self).

    58cc023 Opened by Eduard-Mihai Burtescu at 2023-11-18 03:35:16
  1448. Option as_ref compilation error when implementing cause method for Error trait

    62e7caf Opened by k-viktor at 2024-12-21 04:59:59 - 2 comments
  1449. Two-phase borrows don't allow mutably splitting an array based on its length

    a35f54f Opened by Jake Goulding at 2023-03-07 05:47:35 - 7 comments
  1450. pub use serde::* doesn't show traits in cargo doc

    59882d8 Opened by Kamila Borowska at 2024-11-15 23:27:38 - 2 comments
  1451. Rustc hangs during llvm codegen when referencing a [large] array with std::ptr::read_volatile

    0de6d5c Opened by Riley Labrecque at 2023-04-05 17:36:56 - 3 comments
  1452. Experiment with a "(type) pattern pre-compiler" in rustc::ty::_match.

    0c6ab6c Opened by Eduard-Mihai Burtescu at 2019-01-27 18:07:46 - 1 comment
  1453. Missed unused import in 2018 edition when importing a crate

    c8d9cf2 Opened by Alex Crichton at 2024-12-21 14:40:17
  1454. Compiler runs out of memory

    c80f89d Opened by Georg Semmler at 2024-06-29 01:51:26 - 15 comments
  1455. Builtin macros such as include_str! should accept &'static str instead of a string literal

    c73f56d Opened by Felix Schütt at 2022-11-16 08:56:55 - 6 comments
  1456. thinlto run-pass unit test link errors on OS X (High Sierra 10.13.6)

    5df666d Opened by Felix S Klock II at 2023-10-15 13:15:28 - 4 comments
  1457. rustdoc ignores inherent impls made in non-module scope

    ef75040 Opened by QuietMisdreavus at 2021-08-05 05:24:33 - 2 comments
  1458. Add filter to rustc_on_unimplemented for self_has_method="foo"

    0eaf66d Opened by Esteban Kuber at 2020-04-12 22:04:38 - 1 comment
  1459. Can't compare reference to ptr but reverse works

    927a157 Opened by Dan Kolsoi at 2023-12-03 12:25:38 - 1 comment
  1460. Rustc does not warn about use with paths incompatible with uniform_paths for edition 2018

    449a549 Opened by Diogo Sousa at 2024-12-21 14:40:17 - 23 comments
  1461. Fully qualified path to nested consts complains about ambiguous associated type

    295ae6b Opened by Esteban Kuber at 2024-12-21 05:10:04 - 2 comments
  1462. Const qualification

    da7d22b Opened by Oli Scherer at 2024-12-01 15:03:24 - 22 comments
  1463. Stack overflow with Boxed array

    07ccd6c Opened by Peter Wolf at 2025-04-12 10:10:57 - 47 comments
  1464. 35% performance regression in generated code since 1.24

    7020fc7 Opened by Ruud van Asseldonk at 2023-11-18 12:42:57 - 4 comments
  1465. Improve suggestion for lifetime error in pattern

    81323ee Opened by Pascal Brandt at 2019-12-20 23:39:51 - 2 comments
  1466. Various FFI run-pass tests probably should be using repr(C) as lint is instructing.

    ae88bf3 Opened by Felix S Klock II at 2024-12-29 13:04:13 - 3 comments
  1467. run-pass/extern-pass-empty is probably a bogus thing to test

    4d673df Opened by Felix S Klock II at 2018-11-01 14:37:26 - 6 comments
  1468. Function missing PartialEq when type not explicitly annotated

    1e7789c Opened by Dan Kolsoi at 2024-12-21 05:10:04 - 2 comments
  1469. Show a suggestion after the compiler fails when you implement from and forget to mark as pub

    29139a9 Opened by Santiago Pastorino at 2024-12-21 04:58:58 - 3 comments
  1470. improve error message when returning iterator with reference into stack frame

    b134a99 Opened by Niko Matsakis at 2023-11-30 22:12:15 - 3 comments
  1471. Provide a split method which doesn't consume the element used to split

    14a3e57 Opened by John Fercher at 2024-01-25 19:39:43 - 2 comments
  1472. Unhelpful help for E0387 "consider changing this closure to take self by mutable reference"

    a268f35 Opened by Pascal Hertleif at 2021-07-25 17:24:44 - 2 comments
  1473. Incremental compilation fails when a generic function uses a private symbol

    daf2df5 Opened by Michael Bradshaw at 2024-09-21 01:45:30 - 10 comments
  1474. disambiguate between multiple suggestions and a single multi-span suggestion; or, JSON error format is not round-trippable

    b852f19 Opened by Zack M. Davis at 2025-03-12 21:52:31 - 30 comments
  1475. Regression on nightly since LLVM 8 upgrade: thread sanitizer doesn't compile anymore

    1e8c08b Opened by Paul Grandperrin at 2024-04-08 04:02:28 - 19 comments
  1476. rustdoc: Improve the navigation experience

    21f102d Opened by Tatsuyuki Ishi at 2024-11-15 23:18:57 - 1 comment
  1477. edition idioms lints: unused_extern_crate false positives

    8b585cf Opened by Jorge Aparicio at 2024-12-21 14:40:18 - 3 comments
  1478. Do not apply #[macro_use] to implicitly injected extern crate std;, use standard library prelude instead

    525252f Opened by Vadim Petrochenkov at 2018-09-05 22:40:50
  1479. opt-level: z often worse than s, sometimes worse than 3 on small files

    86b9605 Opened by Matthias Krüger at 2019-11-25 01:03:40 - 1 comment
  1480. -C remark=loop-vectorize doesn't point to the source line

    e92fd22 Opened by Gabriel Majeri at 2023-10-08 20:45:19
  1481. Slow performance of std::iter::Rev with iterator adapters using std::iter::Iterator::nth()

    9ad7fea Opened by Adrian Friedli at 2019-08-31 12:41:40 - 7 comments
  1482. Treat closures as move when their type escapes their captures' scope.

    58412d0 Opened by Eduard-Mihai Burtescu at 2023-11-16 01:15:00 - 3 comments
  1483. Make codegen treat inline fns the same as regular fns in non-opt builds

    24eee22 Opened by Michael Woerister at 2025-02-14 04:05:16 - 3 comments
  1484. You can never call your own fn borrow(&mut self, ...) method if you use std::borrow::Borrow;

    d87e092 Opened by York Xiang at 2024-12-21 04:59:00 - 8 comments
  1485. fix "bivariant wf" bug in the NLL subtyping code

    da68ec9 Opened by Niko Matsakis at 2024-12-21 04:59:00 - 8 comments
  1486. (Identical) function call with Generic arguments breaks compilation when called from within another function that has unrelated Generic arguments

    7e3cae8 Opened by ButterflyGarden at 2023-08-03 18:50:08 - 4 comments
  1487. NLL: document specs for (new) semantics in rust ref (incl. deviations from RFC)

    1d22193 Opened by Felix S Klock II at 2020-04-26 16:34:30 - 6 comments
  1488. Tracking Issue: Procedural Macro Diagnostics (RFC 1566)

    28fe404 Opened by Sergio Benitez at 2025-02-19 19:53:39 - 105 comments
  1489. Allow setting breakpoint when Err() is constructed in debug builds

    55e7330 Opened by Jeff Muizelaar at 2023-01-29 03:15:57 - 5 comments
  1490. Confusing error message when wildcard importing two same-named traits

    1547acd Opened by Ryan Leckey at 2024-12-21 04:59:02
  1491. Exponential type/trait-checking behavior from linearly nested iterator adapters.

    6763996 Opened by Eduard-Mihai Burtescu at 2024-12-21 04:59:02 - 3 comments
  1492. Move backtrace option to the target-specific configuration

    55d57a1 Opened by Sebastian Humenda at 2023-10-11 17:48:11 - 1 comment
  1493. Building standard library with LLD fails on Windows with "undefined symbol" errors

    c323083 Opened by Michael Woerister at 2023-08-21 06:38:13 - 19 comments
  1494. rustdoc does not warn about broken links if they contain . or []

    75f4b10 Opened by John Simon at 2024-11-07 20:37:25 - 11 comments
  1495. Tracking issue for -Z emit-stack-sizes

    8483fe0 Opened by Jorge Aparicio at 2025-03-23 09:23:33 - 9 comments
  1496. 1.29 fails to build on a Windows networked drive

    35a910d Opened by Mark at 2021-03-01 19:44:22 - 13 comments
  1497. run-pass/lib-defaults.rs warns of redundant linker flag

    c3b2682 Opened by Felix S Klock II at 2023-10-15 13:14:57 - 2 comments
  1498. NLL: Poor borrow checker error message when extension of borrow happens indirectly (e.g. via method)

    1639661 Opened by Deleted user at 2023-06-16 20:14:04 - 11 comments
  1499. Tracking issue for slice::partition_dedup/by/by_key

    ed561eb Opened by Clément Renault at 2025-02-26 13:05:53 - 39 comments
  1500. Only first cap-lints argument is used

    6902406 Opened by Mark Rousskov at 2025-01-23 05:44:13 - 6 comments
  1501. Allow the Iterator::partition method to collect in two different collections

    a20e5fd Opened by Clément Renault at 2024-08-14 16:45:06 - 8 comments
  1502. unused_must_use lint after write! fails to note its origin

    f9d84a2 Opened by Felix S Klock II at 2023-10-15 11:43:41 - 2 comments
  1503. Aarch64-Windows: Cannot build libcore with exception handling enabled

    2b1a965 Opened by Michael Woerister at 2022-03-18 01:57:53 - 1 comment
  1504. Expose proc_macro::__internal::in_sess in some manner

    52fe1cb Opened by Nika Layzell at 2024-12-21 03:36:08 - 1 comment
  1505. Same trait in dyn / impl trait should give a warning

    8310fbc Opened by DutchGhost at 2023-12-03 12:51:02 - 4 comments
  1506. return impl Trait should only permit unique lifetimes

    aa97d19 Opened by DutchGhost at 2020-06-11 17:38:07 - 4 comments
  1507. Rust compiler not inferring the correct trait implementation

    3c5064f Opened by Teyut at 2022-03-22 08:20:26 - 2 comments
  1508. Check if we can get away with making fn() conflict with &T

    799a619 Opened by Hanna Kruppe at 2019-08-03 20:02:27 - 4 comments
  1509. Confusing multiple matching crates error caused by 2018 edition

    1b5c186 Opened by Diggory Blake at 2020-03-15 05:36:34 - 1 comment
  1510. Optimize copies of large enums

    834c156 Opened by Manish Goregaokar at 2023-10-08 20:45:19 - 5 comments
  1511. Proc macros: ability to refer to a specific crate/symbol (something similar to $crate)

    42d30ed Opened by Lukas Kalbertodt at 2025-03-03 09:55:00 - 21 comments
  1512. #[thread_local] static mut is allowed to have 'static lifetime

    d2d1d54 Opened by Niko Matsakis at 2024-11-20 22:08:11 - 17 comments
  1513. impl Trait should be able to capture long-lived associated types even if the trait contains a lifetime

    6cf231e Opened by Ralf Jung at 2024-04-24 16:53:00 - 6 comments
  1514. rustdoc: doc comments on use and extern crate statements run doctests

    3a0ce35 Opened by QuietMisdreavus at 2018-11-06 22:53:05
  1515. Testing Sync diverges on recursive type

    c55736c Opened by Ralf Jung at 2024-12-21 05:10:05 - 3 comments
  1516. Should partial_cmp on Range implement interval order?

    81c2d23 Opened by Edd Barrett at 2023-12-03 20:00:09 - 4 comments
  1517. Vtables not position independent for target thumbv7em-none-eabi

    ca7a352 Opened by torfmaster at 2020-02-27 19:35:41 - 4 comments
  1518. FFI mechanism to declare a symbol for an array

    2f1fcc7 Opened by Josh Triplett at 2023-03-07 05:45:13 - 6 comments
  1519. Expand macros inside inline asm clobbers.

    20d09b6 Opened by Robin Lambertz at 2020-05-24 14:00:06 - 1 comment
  1520. Add String::from_with_capacity(value, capacity)

    e084da5 Opened by Matthias Krüger at 2024-12-21 01:42:55 - 1 comment
  1521. Consider replacing RawVec<T> with Box<[MaybeUninit<T>]>.

    8135912 Opened by Eduard-Mihai Burtescu at 2022-10-27 05:47:27 - 19 comments
  1522. Unused import warning fires incorrectly for imports used and shadowed by decl_macro's.

    4ff6178 Opened by Eduard-Mihai Burtescu at 2024-12-21 04:49:13
  1523. Failure to parse {2} + {2}

    d235418 Opened by Blaž Tomažič at 2024-05-15 19:51:59 - 7 comments
  1524. try_replace, try_swap in RefCell (code included)

    d6c3626 Opened by Phlosioneer at 2024-11-05 21:23:09 - 5 comments
  1525. Arrays not coercing a mutable reference in the first position

    60a6004 Opened by Christopher Jefferson at 2023-03-07 05:45:14 - 5 comments
  1526. Confusing error message with reference to boxed trait object

    43219fb Opened by varkor at 2024-12-21 05:30:10 - 5 comments
  1527. Expand examples on str functions

    02131dc Opened by Soni L. at 2020-03-06 22:51:04 - 18 comments
  1528. panic on failed dead code analysis

    82002d5 Opened by Luca Barbato at 2024-11-27 12:38:13 - 8 comments
  1529. Confusing error message for impl Trait consts/statics that use generics

    714033b Opened by Alexander Regueiro at 2020-06-11 18:00:36 - 4 comments
  1530. linkcheck should check links in diagnostics messages

    7079cc3 Opened by Ryan Scheel at 2023-12-03 15:15:47 - 8 comments
  1531. Inaccurate lifetime mismatch diagnostic text when involving match

    aacadac Opened by Esteban Kuber at 2021-12-29 05:24:24 - 2 comments
  1532. suggesting for traits do not search the "prelude crates"

    d793558 Opened by Niko Matsakis at 2024-12-21 14:40:21 - 1 comment
  1533. fix false negatives in explicit_outlives_requirements

    a45ae75 Opened by Zack M. Davis at 2024-05-14 03:35:54 - 1 comment
  1534. "overflow evaluating the requirement ...: std::marker::Sync" instead of error

    587a62d Opened by Mason Remaley at 2024-12-21 05:10:05 - 2 comments
  1535. Borrow checker extends borrow range in code with early return

    9814125 Opened by Igor Żuk at 2024-01-25 23:46:54 - 11 comments
  1536. Incorrect information attached to slice::from_ref

    daa9ce4 Opened by Dimitri Sabadie at 2018-10-25 16:00:42 - 6 comments
  1537. No warning given when mutability unnecessary in match arm pattern with mutable reference

    d9b6d55 Opened by Doobs Parn at 2022-03-23 06:03:33 - 2 comments
  1538. Tracking issue for the quote! macro in proc_macro

    99b4e72 Opened by Alex Crichton at 2024-08-30 03:40:24 - 45 comments
  1539. Tracking issue for Span::def_site()

    b784a36 Opened by Alex Crichton at 2025-02-14 16:06:23 - 10 comments
  1540. Tracking issue for proc_macro::Span inspection APIs

    60f6726 Opened by Alex Crichton at 2025-04-16 09:16:14 - 125 comments
  1541. Tracking issue for custom inner attributes

    bf28109 Opened by Alex Crichton at 2025-01-09 12:32:16 - 28 comments
  1542. Tracking issue for procedural macros and "hygiene 2.0"

    3c6f77b Opened by Alex Crichton at 2025-02-07 10:34:35 - 46 comments
  1543. Wrong type inference for closure with impl Trait inside another type

    1aec5b3 Opened by antoyo at 2021-07-07 04:45:47 - 3 comments
  1544. Bootstrap cargo crashes on i486 machine

    c389da4 Opened by Dirkjan Ochtman at 2025-04-04 13:06:57 - 13 comments
  1545. Insufficiently clear explanation of E0310

    6c3dc5f Opened by gnzlbg at 2023-01-05 21:59:14 - 4 comments
  1546. windows: when creating process with redirected stdio, make parent's std handles not inheritable

    ff5d8ef Opened by Kostia Balytskyi at 2025-03-01 15:08:06 - 6 comments
  1547. [rustdoc] stabilize resource-suffix option

    83fb87a Opened by Guillaume Gomez at 2019-11-26 17:38:14 - 8 comments
  1548. Sync should imply RefUnwindSafe - lots of missing impls

    73ece1b Opened by Diggory Blake at 2020-02-29 16:54:24 - 21 comments
  1549. Poor Trailing Semicolon Error in -> impl Trait Function

    512fcd2 Opened by Taylor Cramer at 2023-11-07 01:13:10 - 9 comments
  1550. Using include_str in an attribute

    81568af Opened by Alexandros Katechis at 2023-03-09 09:32:57 - 4 comments
  1551. Mapping Ref to a value containing a reference

    918f3c0 Opened by Daniel Müller at 2019-08-13 19:07:14 - 8 comments
  1552. Pinning non-Deref pointers

    1f4c42f Opened by srrrse at 2024-04-13 12:52:21 - 4 comments
  1553. Collection APIs for deallocating backing store without running destructors

    af126fe Opened by srrrse at 2018-10-04 21:21:36 - 3 comments
  1554. Bad error messages with wrong generator yield type

    95ca02c Opened by leonardo-m at 2024-12-21 05:10:06
  1555. Truncated backtraces on OS X

    f70e280 Opened by Michael Woerister at 2018-10-10 17:16:06 - 3 comments
  1556. Regression: "temporary value does not live long enough" in a static item in Servo

    4874c72 Opened by Simon Sapin at 2024-12-29 17:43:43 - 23 comments
  1557. rustc --print file-names wrongly prints .rlib for --emit=metadata

    bcb3729 Opened by Markus Westerlind at 2023-11-20 20:18:49 - 2 comments
  1558. Using types like i1, u24, or other nonstandard integer sizes.

    fd1c769 Opened by Moony at 2021-07-27 13:22:46 - 4 comments
  1559. Proc-macros have no way to determine if their invocation context is no_std

    8b06c07 Opened by Austin Bonander at 2020-05-21 21:29:16 - 4 comments
  1560. Fast algorithm for u128 (and i128) divided by small constant

    91db178 Opened by leonardo-m at 2023-04-08 14:47:41 - 15 comments
  1561. Rustdoc: allow collapsing "Methods from Deref" blocks

    8d68acc Opened by panicbit at 2020-09-06 13:38:42 - 1 comment
  1562. rustc 1.30 beta 12 incremental compilation hangs on win 7

    be309fe Opened by sinesc at 2023-11-18 21:17:15 - 17 comments
  1563. Tracking issue for RFC 2412, "The optimize attribute"

    d0e3b44 Opened by Mazdak Farrokhzad at 2025-04-09 14:39:23 - 24 comments
  1564. Define fn [_]::try_split_at(&self, usize) -> Option<(&Self, &Self)>

    66f7784 Opened by M Farkas-Dyck at 2024-11-13 11:11:14 - 2 comments
  1565. ICE during codegen of unsize coercion on #[repr(C)] struct

    33aff66 Opened by Michael Hewson at 2024-11-01 19:14:19 - 1 comment
  1566. Crawl doc.rust-lang.org for dead links on a regular basis

    50c1c3a Opened by Mazdak Farrokhzad at 2023-10-15 18:40:00 - 5 comments
  1567. Use the "efficient "pivot pointer" scheme" for Rc<Trait>

    4bf49ab Opened by Mazdak Farrokhzad at 2023-11-18 12:41:38 - 14 comments
  1568. Add the ability to copy a skeleton trait impl from a trait doc entry

    daf7ba1 Opened by Mazdak Farrokhzad at 2024-12-21 19:00:39
  1569. Tracking issue for warning for rust_2018_idioms by default

    31f265a Opened by Jake Goulding at 2024-12-21 14:40:21 - 13 comments
  1570. Refiled: "Rustfmt/pretty-print types in error messages"

    9310608 Opened by Mazdak Farrokhzad at 2024-08-20 07:10:49
  1571. Path::ancestors can contain empty path

    73690a7 Opened by calixteman at 2023-01-26 21:14:37 - 1 comment
  1572. Lifetime inference and Pin

    992650f Opened by srrrse at 2024-12-21 05:10:06 - 1 comment
  1573. Subslice search

    77f4999 Opened by leonardo-m at 2024-02-29 01:02:52 - 7 comments
  1574. Improve error message for reserved ambiguation

    019d8ce Opened by Nathaniel McCallum at 2023-05-19 13:27:00 - 1 comment
  1575. ".rlib: error adding symbols: File format not recognize" error on linux

    8b93a26 Opened by Jerome Gravel-Niquet at 2022-12-25 02:24:51 - 2 comments
  1576. Goal: Accept partial initialization + use of records created via such

    ba5e9dd Opened by Felix S Klock II at 2019-08-15 22:06:53 - 20 comments
  1577. Can't cast self as &Trait in trait default method

    13319b9 Opened by neptunepink at 2023-11-16 00:44:37 - 4 comments
  1578. Add filtering to rustc_on_unimplemented to avoid misleading suggestion

    4eff729 Opened by Esteban Kuber at 2022-10-19 18:13:03 - 2 comments
  1579. Expected identifer error hides other expected tokens

    126fb88 Opened by Ryan Scheel at 2023-10-21 01:22:58 - 1 comment
  1580. Missed optimization: layout optimized enums produce slow derived code

    c19e1d5 Opened by Oli Scherer at 2025-02-14 03:59:26
  1581. Functions still get personality function attached to them when landing pads are disabled

    54b7b54 Opened by Simonas Kazlauskas at 2023-11-24 15:14:35 - 1 comment
  1582. Refiling "Deprecate "implicit ()" by making it a compilation error."

    fac75ad Opened by Mazdak Farrokhzad at 2020-06-11 17:38:08 - 1 comment
  1583. improve diagnostic for trait impl involving (infinite?) type recursion and constants

    16676e1 Opened by Jim Bosch at 2024-12-21 04:59:04 - 4 comments
  1584. Unreasonably large stack frames

    ad496b7 Opened by Vlad-Shcherbina at 2023-11-18 10:39:23 - 4 comments
  1585. Support uftrace (and other fentry consumers)

    f3ea089 Opened by Luca Barbato at 2019-08-06 09:09:31 - 2 comments
  1586. Compiling hyper 0.12 on armv7-linux-androideabi with target-features=+neon fails with LLVM ERROR: ran out of registers during register allocation

    02385c5 Opened by Bastien Orivel at 2023-04-05 17:36:59 - 13 comments
  1587. float rounding is slow

    1684eac Opened by Raph Levien at 2025-02-03 10:42:03 - 30 comments
  1588. Documentation of std::mem::size_of confusingly only details the #[repr(C)] case

    d96f597 Opened by Vincent de Phily at 2024-11-01 19:14:20 - 6 comments
  1589. staticlib libgcc_s dependency requirement since 1.21.0 (nightly-2017-08-24)

    108f6f1 Opened by Tom de Bruijn at 2023-05-16 17:06:01 - 4 comments
  1590. Arms permitted when matching on uninhabited types

    215c180 Opened by varkor at 2024-12-21 04:49:13 - 8 comments
  1591. One of the E0599 note disappears when using specialization

    6b06ba8 Opened by Mike Hommey at 2019-09-15 19:50:02
  1592. dyn closures shouldn't lose range analysis information of the environment

    ee0064d Opened by Ingvar Stepanyan at 2023-11-20 09:54:56
  1593. Compiler can suggest #[derive(move Trait)]

    9a924d6 Opened by Jonas Schievink at 2023-03-15 23:45:49 - 3 comments
  1594. Use name.namespace.html as the canonical URL, not kind.name.html

    b0dc34e Opened by scottmcm at 2025-03-14 12:13:31 - 50 comments
  1595. libstd initializaton on sparc64-unknown-linux-gnu fails

    30b43f5 Opened by gnzlbg at 2023-10-13 21:31:03 - 2 comments
  1596. A codegen option to stub default_hook + safe optimizations to lang_start_internal shrink the minimum executable size by 60%

    04d8fcc Opened by Alex at 2020-04-06 23:34:47
  1597. rustc fails to infer default types that appear inside a path

    9852814 Opened by Maik Klein at 2022-03-22 10:43:48 - 1 comment
  1598. Unable to trace an crash from the backtrace, no trace for my own code

    d4b695b Opened by Lu Yang at 2023-11-16 00:42:19 - 3 comments
  1599. Derived trait shadows a blanket default impl, specialization unshadows but the generic impl ends up being used

    f8230b1 Opened by Mikhail Zabaluev at 2019-09-15 19:49:42
  1600. Const closure weirdness

    0b4be04 Opened by DutchGhost at 2022-10-01 20:19:30 - 3 comments
  1601. Misleading/unhelpful error message from borrow checker

    381ee97 Opened by Vinay Sajip at 2025-03-31 18:06:46 - 3 comments
  1602. Eq + Hash rule is broken when mixing OsStr and Path

    33c34d9 Opened by Mikhail Zabaluev at 2025-01-04 13:47:44 - 4 comments
  1603. Improve diagnostic when writing signature for<'_> Foo<'_>

    3fa9b77 Opened by Esteban Kuber at 2024-09-01 11:15:12 - 3 comments
  1604. Rustc adds line-number information for unhittable panic handlers

    3762e5c Opened by Andy Caldwell at 2023-04-05 17:45:54 - 4 comments
  1605. calling FnMut closure in an immutable value does not say why closure is FnMut

    cdb8d36 Opened by Oli Scherer at 2020-06-11 18:00:38 - 1 comment
  1606. Trivial proc macro crate can't be found for doc tests

    544b124 Opened by Josh Robson Chase at 2020-10-13 18:56:43 - 5 comments
  1607. regression: unused imports false positive on nightly for the mach crate

    38d1abd Opened by gnzlbg at 2024-12-21 04:49:14 - 2 comments
  1608. rustdoc: "Implementations on Foreign Types" does not work bidirectionally for non-std types

    63fd6a6 Opened by Sven Slootweg at 2024-12-21 04:59:04 - 3 comments
  1609. Can't use $crate as macro variable

    fbbb356 Opened by Octronics at 2020-06-11 18:00:38 - 3 comments
  1610. Impl stability is not checked

    251ef2a Opened by Masaki Hara at 2025-03-21 12:55:39 - 9 comments
  1611. libtest: allow for controlling runtime or iterations of benchmarks

    edf1b92 Opened by Brandon Williams at 2019-01-27 15:36:37 - 1 comment
  1612. Native FreeBSD and OpenBSD testing on CI

    38b4934 Opened by gnzlbg at 2021-04-07 02:16:49 - 3 comments
  1613. rustdoc: blanket impls not showing traits with sufficient indirection?

    fe54260 Opened by QuietMisdreavus at 2024-06-03 01:45:32
  1614. Incorrect error note, possibly incorrect error altogether ?

    4a7cb46 Opened by carado at 2024-05-19 09:44:50 - 4 comments
  1615. stack overflow with many unused variables

    e0733e6 Opened by Matthias Krüger at 2024-12-21 04:49:14 - 2 comments
  1616. "does not live long enough" when returning Option<impl trait>

    8f8bdb5 Opened by Pavel Strakhov at 2024-12-15 11:59:16 - 3 comments
  1617. Specific implementations on wrapper types should show up on the page of the inner type

    d889035 Opened by Manish Goregaokar at 2024-12-21 04:59:05
  1618. .count() too slow

    db9a089 Opened by Nicholas Pipitone at 2025-02-14 03:59:27 - 15 comments
  1619. format!() ignores precision while formatting Debug

    08d414b Opened by Cyril Plisko at 2021-03-25 15:16:02 - 7 comments
  1620. Build errors with edition=2018 after clean cargo fix --edition

    b0ebb24 Opened by Simon Sapin at 2024-12-21 04:12:08 - 2 comments
  1621. Run specific test by fully qualified name

    623eb6d Opened by Mikhail Chernyavsky at 2023-11-19 01:15:55 - 3 comments
  1622. Tracking issue for trait alias implementation (RFC 1733)

    5659402 Opened by Niko Matsakis at 2024-09-21 19:37:38 - 6 comments
  1623. trait alias dyn type equality doesn't work

    7b3616d Opened by Niko Matsakis at 2023-11-18 21:17:54 - 3 comments
  1624. Matching on four consecutive bytes not optimized to matching on unaligned u32

    8a3d3be Opened by Henri Sivonen at 2025-02-14 03:59:27 - 1 comment
  1625. Support for Moxie Virtual CPU

    733f83b Opened by Adrian Brink at 2023-04-05 17:37:02 - 6 comments
  1626. Tracking issue for alloc_layout_extra

    f5cfd6c Opened by Amanieu d'Antras at 2023-11-23 21:47:19 - 35 comments
  1627. Distributed libLLVM conflicts with system libraries

    530df8d Opened by Stephen Crane at 2019-08-16 16:55:00 - 5 comments
  1628. Providing the compiler crates as rlib?

    7bb6605 Opened by Tristam MacDonald at 2023-02-03 07:27:55 - 5 comments
  1629. There's no good way to iterate over all newlines with BufRead

    5034cd4 Opened by spease at 2023-07-22 20:24:48 - 9 comments
  1630. 2018 idioms: incorrect suggestion for root module and crate of same name

    89a039f Opened by Alex Crichton at 2024-12-21 14:40:22 - 4 comments
  1631. Investigate & fix compiler options that print to stdout

    87dedbb Opened by Wesley Wiser at 2023-11-18 12:52:47
  1632. UdpSocket receive to short buffer behaves differently on Unix and Windows

    4cc7bdb Opened by Andrew Tunnell-Jones at 2023-12-11 18:19:41 - 20 comments
  1633. Unexpected doc errors when using --nocapture and compile_fail

    dcaf973 Opened by Marco Conte at 2021-07-03 23:08:40 - 2 comments
  1634. Confusing error message when trying to implement a shared mutable state

    f7f8df0 Opened by Ophir LOJKINE at 2020-06-11 18:00:39 - 4 comments
  1635. proc_macro support for reading files/strings to spanned TokenStream

    b5f404a Opened by Nika Layzell at 2023-06-15 18:01:42 - 12 comments
  1636. assert! and assert_eq! generate different assembly

    8db9d61 Opened by Marcel Hellwig at 2025-02-14 03:59:28 - 6 comments
  1637. Rust incorrectly infers the generic type if used with failure::ResultExt and the try macro.

    cc7c162 Opened by Marcin Mielniczuk at 2024-04-29 11:44:18 - 5 comments
  1638. Lifetime is somehow treated as invariant where it shouldn't be

    a36b4ac Opened by pcpthm at 2023-01-28 13:41:19 - 1 comment
  1639. rustdoc doesn't honor #![doc(html_no_source)] across crates

    f866cbc Opened by QuietMisdreavus at 2023-01-28 13:24:33 - 1 comment
  1640. ? can not use assiciated type constraints usable by .into()

    1066aab Opened by chrysn at 2023-10-18 17:24:15 - 1 comment
  1641. issue-44056.rs was incorrectly moved to compile pass and should not if hardware does not support AVX

    fec0ec3 Opened by gnzlbg at 2023-12-12 05:53:07 - 3 comments
  1642. Cycle detected when processing existential type

    5163c8b Opened by Nemo157 at 2025-03-30 11:19:44 - 17 comments
  1643. rustdoc: "Implementations on Foreign Types" sidebar items should link to specific impls

    6151484 Opened by Ryan Huang at 2024-08-30 11:37:08
  1644. Support path prefix which refers to per-user DosDevices ("??\C:...")

    62c1166 Opened by g at 2023-03-19 09:46:54 - 2 comments
  1645. Lint: spurrious unused_parens on assignment of comparison

    c770e7e Opened by John Hodge (Mutabah) at 2024-05-13 15:11:13 - 2 comments
  1646. 2018 idioms: rustc-internal crates linted to be removed when they can't

    5610464 Opened by Alex Crichton at 2024-12-21 14:40:24 - 2 comments
  1647. Enable strict HANDLE checking for all Windows Rust programs

    eb88431 Opened by Chris Peterson at 2020-01-12 18:06:26
  1648. Restrict Windows DLL search path as a precaution against DLL pre-loading attacks

    fb273f8 Opened by Chris Peterson at 2022-05-15 14:33:32 - 11 comments
  1649. Missing optimization with signed pointer offset

    a505803 Opened by TheIronBorn at 2025-02-25 01:02:18 - 6 comments
  1650. Run proc macro invocations in separate threads.

    00b31df Opened by Eduard-Mihai Burtescu at 2022-12-07 22:34:39 - 18 comments
  1651. Trivial dependencies on large crates pull in massive amounts of debuginfo

    a295292 Opened by Robert O'Callahan at 2022-12-02 23:12:05 - 19 comments
  1652. Tracking issue for feature(repr128); enums with 128-bit discriminants

    288bc79 Opened by Mazdak Farrokhzad at 2025-03-09 20:12:08 - 20 comments
  1653. rustdoc "expand all docs" button does not expand "hidden undocumented items"

    6594d64 Opened by Matt Brubeck at 2021-01-04 03:59:49 - 12 comments
  1654. Tracking issue for future-incompatibility lint coherence_leak_check

    0679577 Opened by Niko Matsakis at 2024-12-21 04:49:15 - 23 comments
  1655. Refactorings for rustc_codegen_ssa

    6083161 Opened by bjorn3 at 2022-10-29 13:29:14 - 5 comments
  1656. Type mismatch reporting is slow when gtk crate is present

    4633e4f Opened by Jonas Schievink at 2024-12-21 05:09:06 - 1 comment
  1657. no_std panic=abort dev builds require rust_eh_personality

    eb38b53 Opened by Mike Hommey at 2024-09-21 01:40:30 - 8 comments
  1658. Multiple crates with the same name lead to conflicting target/doc/crate directories

    d9cf4f1 Opened by Jim Turner at 2019-06-25 21:28:27 - 1 comment
  1659. Expose Windows VolumeSerialNumber and FileIndex/FileId in std::os::windows::fs::MetadataExt

    748628b Opened by Antal Szabó at 2023-03-19 09:46:55 - 3 comments
  1660. Enhance match implied borrow

    291112b Opened by colinfang at 2020-06-11 18:05:24 - 1 comment
  1661. warning for UB ! exprs is too light

    54b06f0 Opened by Aria Desires at 2024-12-21 05:09:07 - 16 comments
  1662. Implement CoerceUnsized and DispatchFromDyn for ManuallyDrop

    1053f75 Opened by Michael Hewson at 2020-06-23 21:09:21 - 2 comments
  1663. "the type parameter is not constrained" but it is needed

    365188a Opened by Ralf Jung at 2024-12-21 05:09:07 - 11 comments
  1664. rustdoc does not highlight non-rust code fragments

    baa21e1 Opened by Justus Winter at 2024-08-01 21:36:46 - 9 comments
  1665. Oh rust doctest lints, where art þou? (Add a way to run clippy on doctests)

    fef4122 Opened by llogiq at 2024-12-21 04:49:16 - 20 comments
  1666. help, pass closure variable to Ref::map function failed

    b043b92 Opened by wangyouhua at 2022-12-16 00:55:13 - 4 comments
  1667. Avoid hashing more than is strictly necessary, in the compiler.

    54cc0ed Opened by Eduard-Mihai Burtescu at 2024-01-18 00:57:12 - 14 comments
  1668. Warn against mod lib; in main.rs

    478a845 Opened by Marvin Löbel at 2023-01-25 22:39:41 - 7 comments
  1669. edition idioms: Incorrect span in extern crate removal

    fd6510a Opened by Alex Crichton at 2024-12-21 14:40:26 - 3 comments
  1670. debuginfo tests should detect a python-less gdb

    3ddf5a2 Opened by Tom Tromey at 2023-11-16 00:24:53
  1671. Shipping clang as a rustup component

    6489101 Opened by Michael Woerister at 2024-06-06 22:40:35 - 20 comments
  1672. Borrow error in if statement inside match arm, but not when a match guard is used

    b878894 Opened by Peter Hall at 2020-06-11 18:05:59
  1673. Using absolute paths from std combined with no_implicit_prelude has no edition 2018 compat warning

    22ce64c Opened by Nemo157 at 2024-12-21 14:40:26
  1674. Known deviations of macro paths and 2018 import paths from the "uniform path" model

    aedc6b2 Opened by Vadim Petrochenkov at 2020-02-19 22:09:00 - 1 comment
  1675. Feature request: String::replace_in_place

    7ea7b49 Opened by Clar Fon at 2020-02-08 19:09:19 - 8 comments
  1676. Unhelpful error message when multiple lifetimes have the same name

    312a099 Opened by mark at 2020-06-11 17:35:04 - 1 comment
  1677. Enable rlib-only libstd build (no dylib)

    69efe1c Opened by Ralf Jung at 2019-09-19 10:48:46 - 7 comments
  1678. Allowing different opt-level for different crates of the workspace

    46ad196 Opened by Boscop at 2023-01-25 21:34:25 - 2 comments
  1679. document overflow behaviour for integer parse

    1597667 Opened by Ian Jackson at 2020-03-06 22:43:49 - 5 comments
  1680. proc_macro types Display impls don’t respect the input layout

    28f2302 Opened by Dimitri Sabadie at 2019-01-27 00:12:37 - 6 comments
  1681. libcore: Implement VaList::arg in pure rust

    80c03d4 Opened by Dan Robertson at 2020-06-15 12:39:35 - 11 comments
  1682. syn fails to compile on raspberry pi (ARMv7)

    25acd72 Opened by Jeremy Mill at 2020-10-05 07:02:09 - 13 comments
  1683. Nightly not honoring -z stack-size

    0c9b90e Opened by Liam Curry at 2023-04-05 17:37:03 - 4 comments
  1684. Unix domain sockets on Windows

    3b98242 Opened by Harald Hoyer at 2024-09-17 22:16:12 - 17 comments
  1685. inferrable lifetime not being removed by cargo fix --edition --edition-idioms

    4add939 Opened by Jacob Kiesel at 2024-12-21 14:40:27
  1686. Tracking issue for future-incompatibility lint incorrect_macro_fragment_repetition

    0773a8b Opened by Esteban Kuber at 2024-09-14 11:26:20 - 1 comment
  1687. Coercing &mut to *const should not create a shared reference

    18c5d3d Opened by Ralf Jung at 2025-01-26 22:54:37 - 60 comments
  1688. Error using associated constant in return type of generic function

    dabe4cb Opened by Richard Matheson at 2025-03-07 19:18:46 - 6 comments
  1689. absolute-paths-not-starting-with-crate gives bad suggestion for string-based attribute path

    8275994 Opened by Markus Westerlind at 2024-12-21 14:40:27 - 1 comment
  1690. error[E0275]: overflow evaluating the requirement only with incremental build involved

    43a083d Opened by Xidorn Quan at 2019-03-29 20:52:40 - 1 comment
  1691. Custom section generation under wasm32-unknown-unknown is inconsistent and unintuitive

    da83d4b Opened by Koute at 2022-08-02 12:43:51 - 5 comments
  1692. rustc_llvm fails to build if source directory contains whitespace

    53ca0ca Opened by CarePackage17 at 2023-04-01 20:02:07 - 11 comments
  1693. Uninhabited types in recursive types with "infinite" size

    9006fde Opened by Alec Mocatta at 2024-12-21 05:09:08
  1694. How to read argc and argv without allocating and modify them

    6f7ec1b Opened by gnzlbg at 2023-07-19 00:44:47 - 2 comments
  1695. Documentation should list the supported target platforms so the list can be exported on the site and be accesible to people evaluating Rust as a possible language choice

    bd51520 Opened by eddyp at 2023-11-18 12:49:48 - 5 comments
  1696. Recursive call passes cargo check but fails with cargo build

    227c84c Opened by Ryutaro Yamada at 2020-07-26 16:37:39 - 5 comments
  1697. Different compiler versions disagree on whether failure_derive macro is used or not

    8f6c470 Opened by mulkieran at 2020-06-11 18:00:40
  1698. False dead_code warning on struct pattern match

    30c77a5 Opened by Nikolai Vazquez at 2023-08-17 14:34:23 - 4 comments
  1699. Vec::append should swap if the lhs is empty

    ec716bc Opened by Aria Desires at 2025-02-14 03:59:29 - 2 comments
  1700. Implement AsRawFd and FromRawFd for ReadDir

    55d3788 Opened by Hristo Venev at 2024-01-27 20:55:36 - 4 comments
  1701. mem::size_of::<T> not const - use of type variable from outer function

    a735839 Opened by Frank Rehberger at 2024-12-01 15:03:24 - 5 comments
  1702. u128 atomic compare_and_set (cxchg) emits linker error

    a92064c Opened by protty at 2022-08-17 06:41:05 - 11 comments
  1703. libcompiler_builtins and libprofiler_builtins for aarch64-pc-windows-msvc contain x86 objects

    787cd80 Opened by Mike Hommey at 2022-03-18 01:11:30 - 5 comments
  1704. rustc should output a warning when it encounters problems locating cross-crate sources for error messages

    56c2e69 Opened by Ximin Luo at 2020-06-11 18:00:40 - 2 comments
  1705. prelude path should not appear in error messages

    5327750 Opened by Zack M. Davis at 2021-03-09 18:03:51 - 2 comments
  1706. OOM on MIPS 32-bit

    1a529d9 Opened by Ximin Luo at 2020-04-18 19:34:06 - 6 comments
  1707. Tracking issue: --persist-doctests flag for rustdoc

    a7d92a8 Opened by QuietMisdreavus at 2022-08-21 17:28:44 - 3 comments
  1708. Uses of GlobalAlloc::realloc yield useless code in lto+opt-level=2 builds

    91e083b Opened by Mike Hommey at 2023-11-19 08:59:34 - 13 comments
  1709. A type inference problem with struct fields and collect method

    52a8216 Opened by oligami at 2022-03-22 10:48:28 - 3 comments
  1710. Docs: std::alloc::set_alloc_error_hook clarifications

    66986cf Opened by Brian Anderson at 2023-11-19 04:59:17 - 3 comments
  1711. Tracking issue: platform-specific APIs for SGX target

    dae5810 Opened by jethrogb at 2022-06-08 18:05:21 - 13 comments
  1712. Suggest type or module with similar name when code is incorrect

    3c8102a Opened by ariasuni at 2023-01-25 20:29:55 - 5 comments
  1713. Rustc_driver cann't correctly find codegen dirs with multiple subfolders in libdir.

    d533f86 Opened by O01eg at 2023-12-09 06:32:56 - 5 comments
  1714. A perf regression between 2018-12-20 and 2018-12-21

    15b9e41 Opened by ljedrz at 2025-02-14 03:59:29 - 6 comments
  1715. Remove first instance of item that matches predicate

    e93d04d Opened by Alexander Regueiro at 2024-07-05 11:03:18 - 4 comments
  1716. sparc64: passing structures with floats in registers should use floating point registers

    908eefb Opened by Michael Karcher at 2020-02-19 22:45:35 - 7 comments
  1717. Bad mask behavior with pcmp + pblendvb

    31e1aa4 Opened by TheIronBorn at 2025-02-14 03:59:29 - 5 comments
  1718. Improve error message for struct element borrow by closure

    488097d Opened by Bart Massey at 2023-03-04 00:41:16 - 5 comments
  1719. rustdoc: proposal to tame gutter affordances

    951ba51 Opened by John Heitmann at 2020-06-26 22:25:53 - 3 comments
  1720. Borrow checker doesn't accept certain valid case when branch involves

    bf2dbc9 Opened by Xidorn Quan at 2020-06-11 18:06:00 - 2 comments
  1721. Rust fails to optimize away useless unwrap check

    2e79a70 Opened by Xidorn Quan at 2025-04-01 00:38:34 - 8 comments
  1722. Rework char::eq_ignore_ascii_case parameter type

    f0356cd Opened by Chris Gregory at 2023-12-16 12:19:55 - 5 comments
  1723. Adding --emit=asm speeds up generated code because of codegen units

    9bd761c Opened by Jeff Muizelaar at 2023-12-17 05:54:31 - 5 comments
  1724. Clarify docs around what libcore users must declare

    944b8d0 Opened by Jason Priest at 2025-03-15 12:20:58 - 4 comments
  1725. Unused symbol breaks Profiled Guided Optimization (PGO)

    b1f79bf Opened by robsmith11 at 2022-03-23 02:07:18 - 1 comment
  1726. const fn: Missing tracking issue and feature gate name in stability error messages

    39be28d Opened by Simon Sapin at 2024-12-01 15:03:24 - 1 comment
  1727. 2018: fix lint on unused dependencies

    3871eb2 Opened by mark at 2023-02-14 20:26:48 - 29 comments
  1728. ICE in object_safety.rs due to method receiver not having a layout

    8283851 Opened by Michael Hewson at 2025-01-28 15:40:47 - 4 comments
  1729. error E0283 "type annotations required" in where clause

    86f873c Opened by Alexandre Bléron at 2024-12-21 05:09:08 - 2 comments
  1730. Don't require extern crate

    366ca6b Opened by mark at 2023-10-17 12:02:08 - 23 comments
  1731. Rust stable, fatal runtime error: stack overflow, PartialEq

    f909427 Opened by Denis Kotlyarov at 2025-04-01 10:43:12 - 6 comments
  1732. Can you make "somestr".trim_matches(char::is_ascii_punctuation) compile too ? it compiles with char::is_numeric

    f4dc3e3 Opened by Deleted user at 2020-12-08 16:38:37 - 4 comments
  1733. MergeFunctions LLVM pass can generate invalid function calls under calling convention

    c9501b1 Opened by Peter Jin at 2023-11-19 07:35:27 - 4 comments
  1734. [NLL] Bad higher ranked subtype error

    330ef6c Opened by matthewjasper at 2024-09-24 22:50:11 - 35 comments
  1735. DerefMut borrow method call is too long with Deref arguments

    2292fad Opened by Wonwoo Choi at 2022-12-22 17:22:08 - 3 comments
  1736. Inappropriate warning: unreachable expression in println!

    0436d6a Opened by mizdra at 2020-06-11 17:59:59 - 1 comment
  1737. Tracking issue for duration_constants

    f7b8722 Opened by Corey Farwell at 2023-03-29 12:33:34 - 35 comments
  1738. Suggest code to use enum type in return type when accidentally using variant instance

    b06ea98 Opened by Esteban Kuber at 2020-06-11 17:35:05 - 3 comments
  1739. Lifetime elision applies differently in traits and impls with explicit self type

    497d01b Opened by Alex Kladov at 2023-11-21 07:10:28 - 1 comment
  1740. Suggestion for pub(crate) and reexports are tricked

    fbd2427 Opened by Alex Crichton at 2024-11-01 17:01:09 - 2 comments
  1741. perform macro-expansion on doctests before checking for fn main

    3372032 Opened by QuietMisdreavus at 2019-01-08 19:36:12 - 1 comment
  1742. &mut &T coerced to &T suggests &mut mut x

    91b4203 Opened by Taylor Cramer at 2023-11-16 18:21:37 - 32 comments
  1743. Properly test cross-language LTO

    2343cbf Opened by Michael Woerister at 2023-02-03 07:02:11 - 9 comments
  1744. Infinite loop in try_push_visible_item_path

    e170bab Opened by Hristo Venev at 2020-07-25 21:06:22 - 3 comments
  1745. diagnostics: suggets assert_eq!() instead of assert!() where appropriate

    0433f91 Opened by Matthias Krüger at 2019-10-18 17:50:00 - 1 comment
  1746. Iterating with step_by(1) is much slower than without

    d56379e Opened by Vladyslav Batyrenko at 2025-02-14 03:59:30 - 9 comments
  1747. rustdoc support for per-parameter documentation

    52aa170 Opened by Dzmitry Malyshau at 2025-03-17 19:58:03 - 47 comments
  1748. first/second mutable borrow occurs here wrong diagnostic in nll

    e9ba4fc Opened by Santiago Pastorino at 2021-10-04 13:07:56 - 8 comments
  1749. const fn type is missing const in error message

    55def29 Opened by varkor at 2024-12-01 15:03:24 - 5 comments
  1750. missing_docs false positive on re-export in module with #![allow(missing_docs)]

    ccc35de Opened by Austin Bonander at 2023-11-18 12:51:13 - 6 comments
  1751. Float signum returns +/-1 for zeros, mismatching integers (and convention)

    03b351b Opened by Huon Wilson at 2024-11-30 03:32:22 - 12 comments
  1752. FFI -L linker paths ignored on Linux but work on Mac

    91d34db Opened by Daniel P. Clark at 2024-10-10 14:21:48 - 2 comments
  1753. Meta tracking issue for const fn

    ba125a7 Opened by Lokathor at 2024-12-01 15:03:24 - 96 comments
  1754. Tracking issue for future-incompatibility lint ill_formed_attribute_input

    107b713 Opened by Vadim Petrochenkov at 2024-09-14 11:17:59 - 1 comment
  1755. librustc_codegen_ssa: exported entry function symbol is hardcoded as "main"

    7f44859 Opened by Igor Matuszewski at 2020-05-02 22:51:14 - 5 comments
  1756. Consider whether repeated macro matchers need separator disambiguation for futureproofing

    ffd5f4a Opened by Alexis Hunt at 2019-01-16 08:35:54 - 5 comments
  1757. Stack overflow on cloning static boxed value with a generic impl

    23858e0 Opened by Timofey Martynov at 2020-11-04 19:17:48 - 7 comments
  1758. Tracking issue for future-incompatbility lint ambiguous_associated_items

    57d7c1b Opened by Vadim Petrochenkov at 2024-09-14 11:17:09 - 2 comments
  1759. Add command-line option to rustc for setting default recursion-limit

    59c4744 Opened by Taylor Cramer at 2024-08-30 11:34:02 - 1 comment
  1760. Confusing error message: the trait bound String: From<impl Into<String>> is not satisfied

    e5a6481 Opened by earthengine at 2024-11-30 01:02:41 - 4 comments
  1761. Misleading code change suggestion in E0106

    b3f6b2f Opened by Jacek Wielemborek at 2023-11-18 21:37:28 - 2 comments
  1762. --emit=dep-info or some flag should include rlibs & externally linked files that will be used

    9ae5443 Opened by Taylor Cramer at 2025-03-20 12:50:35 - 8 comments
  1763. Deref coercions don't work on blocks when the target is sized

    2189d1b Opened by Chris Wong at 2023-08-07 19:51:32 - 6 comments
  1764. Assertion fails in doc example for std::thread::sleep() in 1.32.0 stable

    e241d02 Opened by Orangus at 2021-12-03 12:56:50 - 10 comments
  1765. Can't assign results of generic functions to const variables

    66296f4 Opened by moxian at 2024-12-21 05:09:09 - 11 comments
  1766. Compiler should be able to compile EnumVariant(foo) == function_returning_enum() without PartialEq

    c3eb1ee Opened by Alik Aslanyan at 2019-01-24 22:44:35 - 4 comments
  1767. impl Fn with explicit lifetimes does not implement FnOnce

    7e3d199 Opened by Matthias Prechtl at 2024-12-21 05:09:09 - 6 comments
  1768. VaList: Allow VaList::arg to fetch bool values

    e81b4ba Opened by Dan Robertson at 2024-06-25 03:56:52 - 5 comments
  1769. error[E0275]: "overflow evaluating the requirement" triggered by importing a path of length 2

    1e404ab Opened by Zhaofeng Li at 2024-12-21 05:09:09 - 16 comments
  1770. How do I run a single test of libstd with --nocapture ?

    f5f4379 Opened by gnzlbg at 2024-11-04 11:17:46 - 6 comments
  1771. Confusing compiler error when iterating over Option<IntoIterator>

    a915612 Opened by Danni at 2023-08-03 17:26:10 - 3 comments
  1772. Self-contradictory error message about Fn types on beta/nightly

    7fc5f1d Opened by Jeremy Salwen at 2024-12-21 05:09:10 - 7 comments
  1773. Coherence can be bypassed by an indirect impl for a trait object

    ec9d66e Opened by Ariel Ben-Yehuda at 2025-04-04 04:08:12 - 64 comments
  1774. where Self: Sized on trait method doesn't work as expected when implementing for unsized types.

    059a05c Opened by Charles Lew at 2023-11-30 17:00:24 - 7 comments
  1775. Compiler unable to apply trait bound

    abbe593 Opened by Grant Slatton at 2024-12-21 05:09:10 - 4 comments
  1776. Implementing a trait for an associated type causes 'overflow evaluating the requirement' error

    aa93823 Opened by Julian Kenwood at 2025-01-23 21:10:50 - 3 comments
  1777. [Universes] Indirection allows calling of invalid trait method

    7bf19c5 Opened by matthewjasper at 2024-12-21 04:59:09 - 1 comment
  1778. Memory-alignment declaration for struct only.

    a189c1b Opened by Frank Rehberger at 2019-01-28 18:16:03 - 2 comments
  1779. Failure to clean up incremental compilation artifacts should not be a hard error

    9542165 Opened by Manish Goregaokar at 2020-08-11 10:31:08 - 19 comments
  1780. Defining scope of existential type defined by associated type

    7af4817 Opened by Alexander Regueiro at 2024-12-21 05:09:11 - 13 comments
  1781. Make the unconditional_recursion lint work across function calls

    2a64b15 Opened by Jonas Schievink at 2025-04-01 10:23:20 - 5 comments
  1782. really bad error messages for trying to use a macro from a module

    9372de9 Opened by Alex Burka at 2022-08-18 17:08:51 - 8 comments
  1783. Tracking Issue for making incremental compilation the default for Release Builds

    99cf2f1 Opened by Michael Woerister at 2025-03-20 16:59:20 - 27 comments
  1784. error: undefined symbol: __chkstk in compiling UEFI application on ARM64

    91d2d68 Opened by snoword at 2022-03-23 02:01:22 - 5 comments
  1785. Unnecessary implicit reborrow cause confusing compiler error

    079bf8a Opened by oxalica at 2025-04-04 18:30:16 - 5 comments
  1786. Inconsistencies when exporting dynamic symbols from executables

    51b1157 Opened by Adam C. Foltzer at 2020-05-19 18:31:28 - 4 comments
  1787. self-less method missing return type lifetime should suggest adding &self

    71fa820 Opened by Lily Ballard at 2023-07-28 13:18:42 - 1 comment
  1788. Expose core::intrinsics::volatile_copy_nonoverlapping_memory as core::ptr::volatile_copy_nonoverlapping

    b6135c2 Opened by Joshua Liebow-Feeser at 2022-06-24 13:56:08 - 15 comments
  1789. Annotating higher-ranked lifetimes on closures is arduous

    4e2def6 Opened by Felix S Klock II at 2024-06-09 16:08:29 - 7 comments
  1790. Add lints for all common traits

    215960b Opened by Bryant Mairs at 2019-02-08 16:30:49 - 9 comments
  1791. Recursive Drop causes stack overflow even for object trees

    f23e8bc Opened by Dyllon Gagnier at 2022-11-03 20:06:54 - 9 comments
  1792. Expand implicit conversion of functions to function pointers

    b1e3886 Opened by Thomas de Zeeuw at 2022-05-31 07:53:36 - 5 comments
  1793. Field ordering still causes extra memcpy

    271626c Opened by Jeff Muizelaar at 2025-01-01 20:34:26 - 7 comments
  1794. "--emit mir" does not emit drop shim

    2b21ce8 Opened by Ralf Jung at 2024-12-21 03:46:36
  1795. [rustdoc] Tracking issue for --show-coverage

    d511d61 Opened by Guillaume Gomez at 2024-10-21 20:42:10 - 11 comments
  1796. Linker error for no_std binary using musl

    f553947 Opened by Johannes M. Griebler at 2020-04-22 21:22:38 - 14 comments
  1797. Error duplicate definitions for impls on distinct associated types

    66db870 Opened by Daniel Beckwith at 2025-04-20 17:13:06 - 2 comments
  1798. [rustdoc search] Add search into struct fields/enum variants

    dd12322 Opened by Guillaume Gomez at 2024-08-30 11:37:31
  1799. Trait bound on associated type causes confusing compilation error

    da737b0 Opened by igowen at 2023-02-25 21:23:50 - 3 comments
  1800. rustdoc doesn't show implementations of traits when receiver is behind a #[fundamental] type

    8c51945 Opened by Nemo157 at 2024-12-21 04:59:10 - 1 comment
  1801. Type derivation failure on generic parameters: type annotations required

    92b1a12 Opened by Diggory Hardy at 2024-12-21 05:09:12 - 1 comment
  1802. Problem with using struct expressions with path metavariables

    503a0a5 Opened by Ariel Ben-Yehuda at 2024-11-23 05:09:58 - 2 comments
  1803. Tracking issue for making dbg!(x) work in const fn

    29cdcd6 Opened by Mazdak Farrokhzad at 2024-12-01 15:03:24 - 30 comments
  1804. target_feature doesn't trickle down to closures and internal fns

    d278a21 Opened by Kyle Siefring at 2024-11-24 09:02:35 - 11 comments
  1805. Implement "small substs optimization" for substs of length 1

    e39b6fd Opened by Ariel Ben-Yehuda at 2023-10-08 20:45:20 - 6 comments
  1806. Expose raw Stdout/err/in

    8d5ec1f Opened by Jonathan Schleußer at 2023-11-10 16:33:38 - 16 comments
  1807. Tracking issue for #[ffi_const]

    44c29f0 Opened by gnzlbg at 2024-05-19 23:34:14 - 3 comments
  1808. Tracking issue for #[ffi_pure]

    afb0504 Opened by gnzlbg at 2024-05-21 20:24:03 - 9 comments
  1809. rpath is incorrect when crate links against compiler libraries

    155a146 Opened by Ralf Jung at 2024-09-04 22:09:35 - 5 comments
  1810. Move as much unsafe code as possible out of librustc.

    a17afec Opened by Eduard-Mihai Burtescu at 2019-02-11 08:12:24 - 1 comment
  1811. Consider aggregate types containing unconstructable types to also be unconstructable

    6786cce Opened by Eira Fransham at 2024-12-21 05:09:12 - 8 comments
  1812. Redundant bounds check is not elided

    5e311eb Opened by FaultyRAM at 2023-10-08 20:45:20 - 2 comments
  1813. Unknown feature names are not reported if there are other errors

    9979545 Opened by Jordan Miner at 2020-06-11 18:00:00 - 2 comments
  1814. rustdoc should skip unresolvable private members

    11e5262 Opened by Alan Somers at 2020-08-25 16:36:53 - 4 comments
  1815. Getter functions and indexing don't seem to follow the same lifetime rules

    f0e351b Opened by ejpbruel2 at 2024-01-19 23:34:30 - 9 comments
  1816. aarch64 ABI: revisit which ZST fields should be filtered from repr(C)

    968b58b Opened by Felix S Klock II at 2024-11-01 19:14:05 - 2 comments
  1817. lldb doesn't print enums

    f0b8df4 Opened by Artem Mukhin at 2024-10-29 13:36:25 - 4 comments
  1818. support for implementing "extern" functions required by C code when it's declared in a C header/rust-binding

    0ae6821 Opened by Michael Zimmermann at 2019-12-12 07:06:56 - 2 comments
  1819. LLVM ERROR: Undefined temporary symbol when compiling wasm-bindgen-macro-support on powerpc64+powerpc64le linux

    7140a3f Opened by Ximin Luo at 2024-04-06 18:13:21 - 6 comments
  1820. Type inference fails even though all types are known

    18db04c Opened by SeeSpring at 2022-03-23 06:53:14 - 13 comments
  1821. Tracking issue for error source iterators

    07cdea5 Opened by Steven Fackler at 2024-04-14 12:22:20 - 62 comments
  1822. Poor suggestions wrt closure type/lifetime inference

    2b68074 Opened by Ian Jackson at 2023-08-03 17:24:12 - 2 comments
  1823. Impossible to specify link-args for lld in json target specification

    b0bf498 Opened by Ian Douglas Scott at 2023-11-18 15:16:42
  1824. Diagnostic for dyn Self could be more specific

    6e0627c Opened by Willow Chargin at 2024-12-21 04:58:10 - 2 comments
  1825. Tracking issue for LinkedList cursors

    173972f Opened by Amanieu d'Antras at 2025-02-27 12:27:12 - 38 comments
  1826. Compiler crashes when trying to compile core with static relocation model

    7616145 Opened by Serentty at 2019-12-24 23:06:03 - 3 comments
  1827. rust-1.32.0: Could not compile core when using system llvm-8.0.0 RC2

    46b6b4e Opened by Thomas Deutschmann at 2023-04-05 17:37:05 - 2 comments
  1828. "Conflicting crates" error should show the filenames of the conflicting crates

    9d9d962 Opened by Ralf Jung at 2020-06-11 18:00:01 - 1 comment
  1829. Clarify that Rust std library unsafe tricks can't always be used by others

    bf32c90 Opened by Xidorn Quan at 2023-11-18 15:12:31 - 19 comments
  1830. Fuchsia's target_family should be None, not "unix"

    e7c1190 Opened by George Kulakowski at 2024-08-01 22:13:42 - 23 comments
  1831. type alias incorrectly flagged as unused when solely used in impl header

    383875b Opened by Felix S Klock II at 2023-10-20 22:13:22 - 3 comments
  1832. Add LLVM atomic memcpy intrinsics, expose in core/std

    eaf4848 Opened by Joshua Liebow-Feeser at 2022-10-14 17:05:37 - 36 comments
  1833. Reference interferes with optimization

    ef7dddb Opened by Trevor Spiteri at 2025-02-14 03:59:30 - 4 comments
  1834. Nest array initialization is not optimized

    66614ba Opened by Xidorn Quan at 2025-02-14 03:59:31 - 7 comments
  1835. Does the MIR generated for match still build in order-deps visible to MIR-borrowck?

    dd6cfd6 Opened by Felix S Klock II at 2019-02-27 21:05:36 - 6 comments
  1836. Document expected relationships between FromIterator, Default, and Extend

    b631879 Opened by Michael Lamparski at 2025-03-29 13:27:45 - 4 comments
  1837. Closure/Pin: &mut captured as value

    1e57523 Opened by Roman at 2019-08-05 21:38:25 - 2 comments
  1838. libcore can use unstable library features without a feature flag

    16fd94a Opened by Ralf Jung at 2023-11-18 15:17:34
  1839. Tracking issue for RFC 2627: #[link(kind="raw-dylib")]

    2f1a3b0 Opened by Josh Triplett at 2023-11-15 19:17:58 - 138 comments
  1840. The never type can be named despite its feature gate

    46b22c8 Opened by Simon Sapin at 2022-01-19 15:32:52 - 8 comments
  1841. Panic in proc_macro::TokenStream::from_str

    ddcbdf8 Opened by David Tolnay at 2020-05-21 21:34:56 - 3 comments
  1842. Strange interaction between matching and lifetimes

    be5eecc Opened by justhsu at 2025-02-11 18:24:09 - 1 comment
  1843. Suggest split_at_mut when trying to use multiple non-overlapping mutable slices to the same array

    e121f8e Opened by Esteban Kuber at 2024-04-25 18:39:47 - 1 comment
  1844. Specialized FnOnce impl compiles failed with a lengthy error message

    4e53fdc Opened by mzji at 2020-06-11 17:32:05 - 3 comments
  1845. It'd be useful to delay E0412 after type checking to improve suggestions

    8553b19 Opened by Esteban Kuber at 2024-12-17 04:29:24
  1846. Usage of boolean negation operator sometimes breaks closure type inference

    4dd2d99 Opened by Igor Żuk at 2023-04-28 09:58:58 - 2 comments
  1847. Possibly confusing error message when deref/deref_mut are used.

    dcc40b3 Opened by Félix at 2021-12-22 16:45:15 - 3 comments
  1848. Compiler Team Steering Meeting

    0380927 Opened by Niko Matsakis at 2019-03-01 16:22:54 - 1 comment
  1849. sys::unix::fs::canonicalize can lead to undefined-ish behavior on Android

    bad31b8 Opened by Mike Hommey at 2020-07-11 13:19:38 - 5 comments
  1850. Unclear unsoundness warning when reborrowing data using late-bound lifetimes across multiple trait definitions

    7daf3f5 Opened by darkwisebear at 2023-04-05 17:31:40 - 5 comments
  1851. Erroneous borrowck error with early returns

    c746326 Opened by Anthony Ramine at 2024-01-29 01:47:15 - 3 comments
  1852. overflow evaluating Slot<Event> : Send

    de3c472 Opened by Dylan DPC at 2024-12-21 05:09:13 - 2 comments
  1853. Compiler bad error message: E0277 error in Diesel

    d618486 Opened by João Capucho at 2023-08-03 18:47:42 - 2 comments
  1854. Multiple applicable items in scope suggests wrong code for references to trait objects

    956f76c Opened by hcpl at 2024-12-21 06:56:47 - 2 comments
  1855. Allow lints to declare that they're pure

    c9c45b6 Opened by Manish Goregaokar at 2024-09-21 21:09:35 - 7 comments
  1856. Resolve intra-doc-links on Self type implicitly

    9ab31f9 Opened by Manish Goregaokar at 2024-10-15 15:16:02 - 17 comments
  1857. Rust ppc64 requires AltiVec, which is not available on PowerPC e5500

    688eb60 Opened by skydig at 2019-11-28 20:21:19 - 5 comments
  1858. Generator size: borrowed variables are assumed live across following yield points

    4df0b2f Opened by Matthias Einwag at 2023-10-08 20:45:21 - 19 comments
  1859. rustc: remove unnecessary extern_prelude logic from ty::item_path

    2af7581 Opened by Dylan DPC at 2023-11-16 01:03:25
  1860. Highlight when errors have automatically applicable suggestions

    9ad6539 Opened by David Wood at 2019-03-15 14:13:43 - 18 comments
  1861. Add function to make paths absolute, which is different from canonicalization

    f31d025 Opened by Peter Atashian at 2025-03-15 23:55:17 - 16 comments
  1862. Tracking issue for FromStr trait usage in const fn

    b506095 Opened by Elichai Turkel at 2024-12-01 15:03:24 - 2 comments
  1863. E0587 error on packed and aligned structures from C

    d479722 Opened by Andrei Homescu at 2024-11-01 19:13:50 - 17 comments
  1864. C runtime library is not linked on macOS

    b07ba8e Opened by Linwei Shang at 2024-10-10 14:12:23 - 4 comments
  1865. Cannot pass small struct by value across FFI on linux-gnu

    0051811 Opened by Anne Drew Hu (they/them) at 2023-07-24 06:24:17 - 5 comments
  1866. Document and clean up ty::print some more.

    81f257b Opened by Eduard-Mihai Burtescu at 2024-08-30 11:42:25
  1867. ARM needs a "thumb-state" target-feature to fix a recent breakage that stdsimd caused.

    586e116 Opened by Lokathor at 2020-02-27 21:48:10 - 3 comments
  1868. Consider appending to CLI list arguments rather than overwriting

    997a746 Opened by Tyler Mandry at 2023-11-18 15:50:53 - 1 comment
  1869. #[panic_handler] does not work with std.

    8894aa5 Opened by Lachlan Sneff at 2020-12-23 17:06:55 - 6 comments
  1870. Improve the help message for the error on using fully qualified syntax for nested associated types

    0deda1a Opened by Salman Saghafi at 2021-03-20 20:10:44 - 3 comments
  1871. Reevaluate removing ty::Error

    4c785ab Opened by Oli Scherer at 2020-09-25 15:09:59 - 1 comment
  1872. Tracking issue for BinaryHeap sorted iterator methods

    2290c96 Opened by Jon Gjengset at 2023-06-02 18:08:42 - 18 comments
  1873. Better diagnostics for multiple borrowed fields with non-unified lifetimes

    a9a6a48 Opened by Esteban Kuber at 2023-08-03 16:49:55 - 3 comments
  1874. Tracking issue for musl host toolchain

    67ae2a5 Opened by Mateusz Mikuła at 2024-09-28 06:44:53 - 32 comments
  1875. Suggest & when a lifetime precedes a type.

    6e86fd3 Opened by Maja Kądziołka at 2024-08-30 11:39:56 - 1 comment
  1876. Type mismatching cased by duplicate associated type resolution

    0a68cf1 Opened by Zeyi (Rice) Fan at 2024-12-21 05:09:13 - 15 comments
  1877. Wrong unused warning for type alias

    399c0c5 Opened by Denis Kolodin at 2025-01-12 18:40:09 - 11 comments
  1878. closures with async blocks have concrete argument lifetimes

    f262e67 Opened by Nemo157 at 2021-05-05 01:50:25 - 10 comments
  1879. edition 2018 support for mod #[path=] attribute

    420cd85 Opened by Zgarbul Andrey at 2020-05-01 03:59:41 - 7 comments
  1880. Move to using annotate-snippets-rs for producing snippets

    733d437 Opened by Manish Goregaokar at 2024-07-07 18:17:27 - 28 comments
  1881. Optimization regression in 1.32+

    2e10d3c Opened by Adrian Wielgosik at 2025-01-03 16:21:51 - 5 comments
  1882. unused_variables lint fires for E0005 error

    7931f02 Opened by Eric Huss at 2023-06-30 15:44:19
  1883. Tracking issue for Seek::{stream_len, stream_position} (feature seek_convenience)

    6b2368a Opened by Lukas Kalbertodt at 2024-06-21 06:41:59 - 24 comments
  1884. error: libgkrust.a(gkrust-a279530142e91ae7.gkrust.eonniity-cgu.0.rcgu.o) 0x8b0015d2867: adding range [0x4b4e7f-0x4b4ea7) which has a base that is less than the function's low PC 0x59fde0.

    be3e433 Opened by Jeff Muizelaar at 2022-09-19 14:56:12 - 1 comment
  1885. Cannot implement trait on type alias involving another trait's associated type

    b47c086 Opened by Benjamin Saunders at 2024-12-21 05:09:14 - 3 comments
  1886. [eRFC] Include call graph information in LLVM IR

    3668778 Opened by Jorge Aparicio at 2024-02-25 21:56:39 - 19 comments
  1887. Add guidance when unused_imports fires on an item only used in cfg(test)

    0a08645 Opened by Tyler Mandry at 2024-12-21 04:49:16 - 5 comments
  1888. compiletest: emit time spent for each test suite

    d5adc87 Opened by Felix S Klock II at 2024-10-17 02:12:56 - 2 comments
  1889. Rust generate erroneous debug line information for non-local panic handlers

    8e277c3 Opened by Richard Whitehouse at 2023-12-03 15:24:53 - 2 comments
  1890. eventual goal: re-remove leak-check from compiler

    4719db9 Opened by Felix S Klock II at 2022-08-12 14:06:28 - 8 comments
  1891. unreachability warning inconsistently provided with thread spawn

    a9d687b Opened by Daniel Silverstone at 2023-08-20 08:57:04 - 2 comments
  1892. Missing line information for calls to diverging functions

    d0ac70d Opened by Deleted user at 2022-11-21 15:29:14 - 4 comments
  1893. Implement a custom allocator to provide detailed memory usage info during compilation

    2323207 Opened by Wesley Wiser at 2023-11-19 07:32:45 - 4 comments
  1894. Check that non-overwrite accesses to downcast projections are dominated by variant checks.

    210133b Opened by Eduard-Mihai Burtescu at 2020-03-23 00:28:27
  1895. Synchronization primitives not robust against unwinding

    ea668d8 Opened by jethrogb at 2024-11-08 18:59:26
  1896. Thread locals keep Rust shared library from unloading dlclose.

    f1a8605 Opened by Robert Gabriel Jakabosky at 2023-11-18 21:56:20
  1897. Re-enable LLVM and debug assertions for slow builders

    08db236 Opened by Alex Crichton at 2021-08-02 22:15:35 - 12 comments
  1898. Why are 'maybe' bounds not permitted in trait objects?

    0a3ca47 Opened by Alexander Regueiro at 2024-12-21 05:31:50 - 8 comments
  1899. Run-pass checks for warnings, notes, etc.

    005bd9e Opened by Mazdak Farrokhzad at 2020-04-26 08:35:17 - 3 comments
  1900. Move the compiler flags in the unstable book to the rustc book

    486d5d5 Opened by Christian Vayne at 2025-03-14 18:55:02 - 1 comment
  1901. Undefined symbols for architecture x86_64

    1d4698c Opened by XAMPPRocky at 2024-02-28 03:20:17 - 7 comments
  1902. Improved error message when forgetting to specify default type parameter

    1cd1eb3 Opened by Leon von Mulert at 2020-07-23 22:15:18 - 2 comments
  1903. std::PathBuff::join("/some/path") overrides the original path in the resulting PathBuf

    be05988 Opened by Alberto Ruiz at 2025-03-29 11:40:26 - 10 comments
  1904. Lifetime mismatch on BTreeMap's lookup key

    9162b63 Opened by diwic at 2020-06-11 17:33:02 - 8 comments
  1905. Move libtest out of tree

    291ceba Opened by Manish Goregaokar at 2020-03-31 12:46:39 - 10 comments
  1906. attribute to reserve None value on Option<enum>

    4401dc3 Opened by Nathaniel McCallum at 2024-11-01 19:13:33 - 4 comments
  1907. Functions with uninhabited return values codegen trap instead of unreachable

    6bcd50e Opened by Ralf Jung at 2024-04-07 07:50:41 - 21 comments
  1908. Request: rustdoc search filter for unsafe items

    e64182e Opened by Lokathor at 2024-11-06 01:33:58 - 4 comments
  1909. arm-unknown-linux-gnueabi libstd panics at startup with lto enabled

    4c37ac4 Opened by anykey111 at 2023-11-16 01:11:14 - 3 comments
  1910. Build fail when specify a local source for libc

    7d4c37d Opened by Baoshan at 2023-01-23 21:57:57 - 2 comments
  1911. Clarify precedence with ^ in chained comparison

    8a6c6b6 Opened by varkor at 2023-08-04 12:37:17 - 8 comments
  1912. Rustdoc formatting presents accessibility issues

    ec7efca Opened by Brian Campbell at 2024-11-07 23:42:20 - 15 comments
  1913. Controls and search in Rustdoc header are visually distracting

    4cd27c6 Opened by Brian Campbell at 2024-11-10 19:56:55 - 3 comments
  1914. E0623: Incorrect or ambiguous message

    c18b383 Opened by Bram van den Heuvel at 2023-01-05 19:20:35 - 5 comments
  1915. rustdoc styling improvements for readability

    5f01472 Opened by Brian Campbell at 2025-01-10 13:34:24 - 19 comments
  1916. Reduce visual prominence of controls, source links, and version numbers in rustdoc

    8c28792 Opened by Brian Campbell at 2021-10-20 16:23:48 - 19 comments
  1917. thumbv7a-pc-windows-msvc cannot find cl.exe when trying to expand c file for openssl-sys

    9e77df7 Opened by Chandler Deng at 2019-04-10 20:58:27 - 3 comments
  1918. Suggestion for improved nested trait error messages when not implemented.

    657f117 Opened by Firstyear at 2024-12-21 02:43:28 - 1 comment
  1919. x.py's naming of stages is confusing

    be0f39e Opened by Nicholas Nethercote at 2024-08-13 06:28:29 - 29 comments
  1920. lifetime error mentions implemented trait instead of the associated type and the mismatched type.

    834e9ab Opened by rodrimati1992 at 2022-12-29 22:12:43 - 3 comments
  1921. rustdoc: module flag to prevent code blocks without a lang item from counting as rust

    982baf6 Opened by Lokathor at 2023-05-31 16:51:56 - 9 comments
  1922. Variance should perhaps take into account 'static bounds.

    95a4181 Opened by Eduard-Mihai Burtescu at 2021-08-27 22:10:42 - 8 comments
  1923. meta matches pseudo-identifiers

    5b4f42f Opened by gnzlbg at 2024-09-08 23:11:47 - 2 comments
  1924. Implement CStr as a pointer rather than a slice

    ee3dae6 Opened by Chris Gregory at 2023-06-07 08:29:44 - 16 comments
  1925. Add /SOURCELINK debug support on Windows

    cb35a4b Opened by Jason Shirk at 2022-10-17 14:11:49 - 1 comment
  1926. Change powerpc64 base CPU

    7ab862d Opened by Seo Sanghyeon at 2024-05-22 06:48:49 - 15 comments
  1927. Add CLI argument to set favicon URL

    e33fbb8 Opened by Guillaume Gomez at 2024-08-30 11:40:54
  1928. async/await: cannot move out of captured variable in an Fn closure

    e1bad30 Opened by Sergey Sherkunov at 2024-11-06 15:29:28 - 6 comments
  1929. Investigate supporting filesystem overlay in rustc

    99ba81e Opened by Igor Matuszewski at 2022-10-23 09:21:00 - 12 comments
  1930. Cycle error from pretty printer with RUST_LOG

    ced69b6 Opened by David Wood at 2024-11-21 10:27:30 - 5 comments
  1931. Support Windows kernel mode for driver development

    d0e6cc1 Opened by Peter Atashian at 2023-04-05 14:25:36 - 8 comments
  1932. Missed NonZero optimization opportunity

    e86948c Opened by mtak- at 2025-02-14 03:59:31 - 6 comments
  1933. -Clinker-plugin-lto doesn't work without extra manual work

    e3267d8 Opened by Mike Hommey at 2024-03-01 09:50:48 - 19 comments
  1934. Generators should implement either Iterator or IntoIterator.

    43f178b Opened by Lachlan Sneff at 2019-12-22 18:13:22 - 6 comments
  1935. Implementation of Trait for different type of Fn doesn't work

    6fed4bf Opened by Richer Archambault at 2021-02-15 21:26:07 - 11 comments
  1936. Add a new --error-format human-sorted for the test harness libtest // --message-format for cargo test

    fbacb86 Opened by Adam Chalmers at 2024-12-21 03:45:42 - 1 comment
  1937. Type alias definition changed during reexport

    b96e681 Opened by Vadim Kaushan at 2020-02-11 08:11:42 - 2 comments
  1938. Warn on unused pub fn in binary targets

    4bc5aea Opened by Taylor Cramer at 2024-11-21 01:29:25 - 6 comments
  1939. Coercion on trait function argument breaks when trait implemented twice

    ea11677 Opened by Igor Żuk at 2023-12-07 13:02:14 - 2 comments
  1940. Cow<T> does not implement ToOwned

    9f986a1 Opened by Oli Scherer at 2022-08-29 07:20:30 - 3 comments
  1941. Compiler confused about lifetime when calling mutable method

    cd329b5 Opened by Arthur Silva at 2021-10-02 22:23:24 - 2 comments
  1942. Inconsistent whitespace definitions in string literals and language itself

    5caee68 Opened by Alex Kladov at 2023-07-22 20:09:04 - 4 comments
  1943. Tracking issue for future-incompatbility warning 'invalid literal suffix on tuple index' (not a lint)

    bc8beb5 Opened by Niko Matsakis at 2024-09-14 11:11:55 - 4 comments
  1944. False positive 'type parameter is never used' with struct

    b619876 Opened by Aaron Hill at 2020-11-24 21:02:31 - 4 comments
  1945. impl {Div,Mul,DivAssign,MulAssign}<{u16, u8}> for Duration should also exist

    c238111 Opened by Simonas Kazlauskas at 2019-04-23 23:20:20 - 1 comment
  1946. Mismatched order of lifetimes between declaration and usage causes confusing errors

    7e7f767 Opened by Jake Goulding at 2019-10-08 01:53:42 - 6 comments
  1947. add a disclaimer to the net::ip methods that are susceptible to change

    882c0e9 Opened by little-dude at 2025-03-15 12:13:51 - 7 comments
  1948. Compiler fails to identify type mismatch on function that returns impl Trait

    c34d7fc Opened by João Oliveira at 2022-12-29 17:47:42 - 1 comment
  1949. Consider shipping llvm-rc.exe on windows.

    77b4aef Opened by Charles Lew at 2023-04-05 17:37:06 - 4 comments
  1950. Split up files with // ignore-tidy-filelength

    a18e56b Opened by varkor at 2024-11-14 17:59:21 - 51 comments
  1951. Display original source location for doc test failures

    7311f11 Opened by phrohdoh at 2021-01-26 17:10:10 - 3 comments
  1952. Compiler error when I remove unreachable code

    22b194c Opened by Caleb Whiting at 2024-12-21 04:49:17 - 5 comments
  1953. .tar.gz dist files require running install.sh before they can be used

    627d79c Opened by Deleted user at 2023-02-03 06:45:36 - 3 comments
  1954. Switch to termcolor (first)?

    7195290 Opened by Charles Lew at 2020-04-21 23:08:21 - 2 comments
  1955. Where bounds are ignored as part of trait type parameters on an impl

    f996644 Opened by Richard Whitehouse at 2020-06-11 17:36:49 - 2 comments
  1956. Tracking issue for RFC 2645, "Transparent Unions" (formerly: and Enums)

    d4c2354 Opened by Mazdak Farrokhzad at 2024-11-01 19:16:11 - 71 comments
  1957. Use of unknown feature gates should be a deny-by-default lint

    315e5bf Opened by jethrogb at 2024-12-21 04:49:17 - 2 comments
  1958. Refactor away TraitRef::trait_def_id

    da56007 Opened by Oli Scherer at 2024-09-18 09:44:36 - 7 comments
  1959. Tracking issue for "Lazy normalization"

    f4b8293 Opened by Felix S Klock II at 2023-06-07 02:53:38 - 25 comments
  1960. Compiler-internal lint for public libcore items not reexported in libstd

    fd9f00e Opened by Maja Kądziołka at 2019-05-16 15:05:09 - 11 comments
  1961. rustdoc type-based search appears to not support searching by built-in types

    1eb99ac Opened by Simonas Kazlauskas at 2023-08-05 17:29:55 - 4 comments
  1962. Inconsistent literal escaping in proc macros

    291c194 Opened by Vadim Petrochenkov at 2022-04-04 17:26:18 - 4 comments
  1963. Values created by const fns aren't rvalue static promoted

    3326764 Opened by Steven Fackler at 2024-12-01 15:03:24 - 3 comments
  1964. macro_rules gives up early when parsing keywords in expr contexts

    c18df53 Opened by Reuven Podmazo at 2019-06-23 13:59:11 - 1 comment
  1965. Associated constants in traits can not be used in const generics

    4217c6f Opened by Artyom Pavlov at 2025-03-14 18:26:57 - 32 comments
  1966. pub(in) visibility doesn't allow used paths, unless macro-expanded

    37018c3 Opened by Masaki Hara at 2019-05-05 09:50:58 - 2 comments
  1967. OpenBSD: current_exe() fails when bin resolved through $PATH

    4b4eb9d Opened by kpcyrd at 2020-08-22 07:24:36 - 3 comments
  1968. type parameters expect camel case, but shouting case is also common

    75d3d33 Opened by Michael Lamparski at 2023-11-15 19:40:38 - 6 comments
  1969. doc-tests do not compile in release mode with --release

    13d522f Opened by WildCryptoFox at 2020-06-16 01:08:13 - 2 comments
  1970. Infinite "recursive requirements" compiler error

    bf8b1f1 Opened by rosscanning at 2022-02-17 14:26:53 - 5 comments
  1971. CP15 barrier instructions should be emitted before the exclusives loops (arm)

    04bf323 Opened by Robert Vojta at 2023-04-19 20:28:15 - 7 comments
  1972. powerpc64: allow querying ELF ABI version

    ef5f8e8 Opened by nina at 2020-10-03 00:19:35 - 14 comments
  1973. Inlining + target_feature broken in powerpc64

    430ec4e Opened by gnzlbg at 2025-04-21 04:48:46 - 4 comments
  1974. unused_mut warning gives bad suggestion in a macro

    546ab54 Opened by Eric Huss at 2024-12-21 04:49:18 - 5 comments
  1975. ICE in LlvmArchiveBuilder when cross-compiling openssl for Android ARM64

    aede0a5 Opened by Thomas Karpiniec at 2022-03-23 01:59:41 - 6 comments
  1976. Wrong Send constraint when using a trait with lifetime + associated type in async

    b424e70 Opened by Carl Lerche at 2023-04-14 21:53:35 - 14 comments
  1977. HIR printing of async fn is broken

    231a1b6 Opened by Oli Scherer at 2021-07-27 09:34:03 - 8 comments
  1978. Tracking issue for existential lifetimes

    5742e75 Opened by Alexander Regueiro at 2022-06-15 17:47:37 - 4 comments
  1979. io::Stdout should use block bufferring when appropriate

    42cabaa Opened by Andrew Gallant at 2023-09-26 23:38:14 - 22 comments
  1980. Clippy attributes have no effect on struct fields

    a46c95c Opened by spease at 2024-12-21 04:49:18 - 5 comments
  1981. Types made public via associated types are not documented

    1ec9e2d Opened by Simonas Kazlauskas at 2024-11-15 23:32:35 - 4 comments
  1982. Tracking issue for RFC 2603, "Rust Symbol Mangling (v0)"

    9a12894 Opened by Mazdak Farrokhzad at 2025-04-10 23:20:19 - 106 comments
  1983. Request: Format change for doc test cli output

    134a0c8 Opened by phrohdoh at 2019-05-10 20:47:20 - 2 comments
  1984. impl Trait changes mutability requirements of closure

    9d6c10f Opened by Nikon the Third at 2019-05-10 20:24:43 - 3 comments
  1985. Request: Make std::marker::Freeze pub again

    768528f Opened by mtak- at 2024-03-04 09:40:59 - 52 comments
  1986. Compiling is signification slower with long return position impl types

    ee00db7 Opened by Xidorn Quan at 2025-02-14 04:05:17 - 3 comments
  1987. improper_ctypes should not suggest reprs that lead to errors

    81ecdca Opened by Hanna Kruppe at 2024-09-20 05:19:58
  1988. Box<dyn Error> does not impl Error

    3d6613b Opened by Ralf Jung at 2023-12-12 08:43:45 - 1 comment
  1989. Tracking issue for stabilizing Error::type_id

    f754c3e Opened by Alex Crichton at 2024-08-20 21:02:16 - 34 comments
  1990. Private doc test flag

    eb18618 Opened by Will Squire at 2023-01-30 23:42:40 - 4 comments
  1991. Support Windows path manipulation on other platforms

    02a9d47 Opened by Ben Boeckel at 2023-01-26 21:18:10 - 9 comments
  1992. Naming associated type leads to incorrect lifetime errors

    14b0904 Opened by Crystal Durham at 2020-09-23 15:32:35 - 2 comments
  1993. Should Thumb bugs get increased visibility, e.g. Tier 1 status?

    367d3a7 Opened by Felix S Klock II at 2021-02-10 21:37:31 - 5 comments
  1994. Tracking issue for HashSet entry APIs

    ce8b86a Opened by Josh Stone at 2024-11-27 19:39:30 - 44 comments
  1995. Android fails to link in libc-test

    c45225b Opened by gnzlbg at 2023-11-20 15:18:42 - 1 comment
  1996. rustdoc: private module appears when overriding glob re-export

    21a2e91 Opened by Brian Bowman at 2020-11-05 04:40:01
  1997. Implement IzZero for zeroable default types

    3c13803 Opened by Psilon at 2019-06-21 14:43:39 - 7 comments
  1998. Sometimes DiagnosticBuilder::span_suggestion doesn't print the suggestion

    6513cf0 Opened by Philipp Krones at 2019-05-25 01:10:22 - 4 comments
  1999. Doc comments can be passed to macros as literals

    9af058b Opened by Vadim Petrochenkov at 2019-05-24 06:51:05 - 6 comments
  2000. There should be a way to unwrap MaybeUninits without moving them

    b86e35c Opened by Manish Goregaokar at 2024-06-24 12:39:22 - 25 comments
  2001. Handle fully enclosed multiline spans gracefully in emitter

    30d63b9 Opened by Esteban Kuber at 2022-12-15 20:00:02 - 2 comments
  2002. Failed to build rpm-ostree on ppc64le: multiple definition of `__fixdfdi'

    a382a04 Opened by Josh Stone at 2019-05-24 00:09:06 - 1 comment
  2003. On type mismatch involving fn call, point at fn definition

    9847acf Opened by Esteban Kuber at 2024-10-31 18:56:15 - 2 comments
  2004. failure to normalize associated types in supertraits

    10ea691 Opened by Niko Matsakis at 2023-10-20 21:13:19 - 2 comments
  2005. --print=native-static-libs should behave as the other --print commands and not create output

    1eb85d0 Opened by Luca Barbato at 2023-11-24 16:14:44 - 2 comments
  2006. Some tests fail when built with debuginfo

    d981430 Opened by Vadim Petrochenkov at 2023-04-05 17:43:48 - 7 comments
  2007. no method named join found for type &[std::ffi::OsString]

    4b49a4f Opened by Axel Nennker at 2020-04-05 08:00:04 - 7 comments
  2008. cleaner output when dbg!() is given a literal value

    d615335 Opened by Mark McCaskey at 2019-05-25 03:44:53 - 1 comment
  2009. Cannot infer type should state how to specify the type

    fc25116 Opened by Chris Gregory at 2023-01-05 19:13:45 - 3 comments
  2010. rustdoc: Primitive data type methods like min/max/clamp are not discoverable

    cc2d9be Opened by Derek Buitenhuis at 2020-06-11 14:29:27 - 14 comments
  2011. Error about missing From impl when using try_from

    08eb314 Opened by Oli Scherer at 2024-12-21 04:58:11 - 2 comments
  2012. Warning for when a pub use x::* statement excludes something already imported privately

    598495f Opened by Dabo at 2020-06-11 17:33:03 - 5 comments
  2013. Mention shadowed glob-imported items in mismatched types errors when possible

    7fb9894 Opened by Pascal Hertleif at 2023-06-29 21:11:02 - 1 comment
  2014. Rust 1.35.0 x86_64-unknown-linux-musl has multiple definition of __errno_location

    1d71b85 Opened by Ossi Herrala at 2020-04-21 22:52:24 - 5 comments
  2015. Enable PGO tests on windows-gnu

    0d1891a Opened by Mateusz Mikuła at 2019-05-28 14:03:42 - 3 comments
  2016. Varargs are completely unchecked if passed as generics

    4ebf1fd Opened by joshuabogue at 2025-02-20 16:39:02 - 12 comments
  2017. Suggest alternative return type for Options and Results

    65f7c5a Opened by llogiq at 2025-03-21 11:52:56 - 4 comments
  2018. Suggestion for incorrect target_feature use

    241c029 Opened by Esteban Kuber at 2023-03-03 22:18:09
  2019. Suggestion for incorrect repr use

    dc85408 Opened by Esteban Kuber at 2024-12-21 20:18:42 - 1 comment
  2020. Support more suggestions in template for bad attribute use

    dc06037 Opened by Esteban Kuber at 2024-09-26 13:41:41 - 2 comments
  2021. Rustc 1.34 on Solaris SPARC fails with - Expected no forward declarations!

    87b244b Opened by Petr Sumbera at 2019-06-24 15:20:48 - 31 comments
  2022. NLL exponential(?) increase in compile times when nesting borrowed futures

    629e43a Opened by david-mcgillicuddy-moixa at 2022-01-26 12:05:42 - 5 comments
  2023. Musl linker regression: undefined reference to X

    a327906 Opened by jesskfullwood at 2023-02-17 08:02:34 - 8 comments
  2024. Can't build stdlib for mips-unknown-linux-musl without libunwind

    29f4109 Opened by Florian Gilcher at 2023-11-16 05:09:16 - 1 comment
  2025. rustdoc: builds including multiple crates with the same name are always dirty

    c6f9e77 Opened by Taylor Cramer at 2024-11-16 21:46:01 - 9 comments
  2026. Use const generics for array Default impl

    20aff3c Opened by varkor at 2024-07-31 12:50:53 - 20 comments
  2027. Incorrect type of stable std::os::raw pthread_t type on musl targets

    3b5ec6a Opened by gnzlbg at 2019-06-01 22:54:16 - 1 comment
  2028. Diagnostics: Consider computing the column number by counting Unicode (extended) grapheme clusters instead of Unicode scalar values

    df4d745 Opened by Chris Gregory at 2025-01-08 20:54:46 - 5 comments
  2029. Assert panic is difficult to read for long expressions

    96627af Opened by jyn at 2025-03-31 21:17:24 - 6 comments
  2030. cannot find crate

    90c9439 Opened by svenschmidt75 at 2020-06-11 17:37:34 - 2 comments
  2031. E0391 (cycle detected): error message overly complicated, should be more similar to "let" example

    4b1fb82 Opened by Matthias Krüger at 2022-12-28 02:45:49 - 5 comments
  2032. Value mangling

    7c5b6cf Opened by varkor at 2022-06-24 16:28:13 - 19 comments
  2033. Unconditional_recursion lint not triggered in procedural macro

    605d607 Opened by Andrea Tomasi at 2019-06-03 22:18:30 - 1 comment
  2034. Accessing a TLS variable in its own constructor results in a stack overflow

    bbb3752 Opened by Koute at 2023-11-16 01:54:43 - 8 comments
  2035. rustc runs out of memory while trying to compile a large static (lazy_static!) HashMap

    3d479ff Opened by Fredrick Brennan at 2024-02-10 18:50:02 - 10 comments
  2036. Intrinsic for type_name_of_id to power a better impl Debug for TypeId?

    98d94f2 Opened by Adam Perry at 2023-09-05 16:27:46 - 12 comments
  2037. Lint control attributes (allow/deny/etc) have no effect on lifetime and const parameters

    798901f Opened by Vadim Petrochenkov at 2024-11-05 15:05:45 - 3 comments
  2038. Consider changing the way unevaluated constants are printed

    6c9bdfb Opened by Oli Scherer at 2019-08-06 09:29:10 - 3 comments
  2039. wrong backtrace line for .unwrap() if it is on the next line

    35c17b1 Opened by Matthias Krüger at 2022-10-17 14:54:31 - 5 comments
  2040. Tracking issue for Result::into_ok

    5387069 Opened by Robert »phaylon« Sedlacek at 2025-03-04 18:56:15 - 32 comments
  2041. Lifetime mismatch from itself

    2c8eb9c Opened by Ruiyang Wang at 2024-02-02 20:43:42 - 5 comments
  2042. What is a trailing expression in a block exactly?

    4771628 Opened by Vadim Petrochenkov at 2020-11-02 17:43:37 - 18 comments
  2043. impl Trait with multiple lifetimes imposes a strange lifetime requirement

    db9dd83 Opened by Geoffry Song at 2020-06-11 17:32:06 - 4 comments
  2044. unhelpful "expected item" error when putting let binding outside of function

    8e87538 Opened by Matthias Krüger at 2023-06-27 22:54:09 - 6 comments
  2045. impl_trait_in_bindings and pick-constraint region bounds

    05a70d5 Opened by Niko Matsakis at 2020-07-08 22:36:04 - 6 comments
  2046. error[E0275]: overflow evaluating the requirement from type inference

    051c234 Opened by Diggory Blake at 2019-07-28 17:40:07 - 1 comment
  2047. annotate-snippet emitter: Include suggestions in output

    7dd67b8 Opened by Phil Hansch at 2020-06-11 18:00:03 - 4 comments
  2048. Projecting to an associated constant fails but with wrong reason

    9a9b9eb Opened by Mazdak Farrokhzad at 2024-12-21 05:09:14 - 2 comments
  2049. use Trait::{}; acts as use Trait;

    ce31b81 Opened by Vadim Petrochenkov at 2020-06-17 17:48:49
  2050. rustc fails when including some C++ libs because of wasm32 linker fatal warnings

    b9412f9 Opened by Joshua C. Randall at 2024-11-28 19:22:42 - 2 comments
  2051. Recycle storage after move

    6731273 Opened by Tyler Mandry at 2023-10-08 20:45:21 - 18 comments
  2052. Missing diagnostic for non-sized type of ptr::null_mut

    02bb38b Opened by tesuji at 2023-08-14 14:22:32 - 7 comments
  2053. for loop desugaring treats the loop's trailing expression in unusual way

    4a31f06 Opened by Vadim Petrochenkov at 2024-07-04 22:10:16 - 4 comments
  2054. Mention editions when emitting 2015 exclusive errors

    6500e8a Opened by Esteban Kuber at 2025-03-14 17:35:58 - 2 comments
  2055. Should warn when calling blanket implementation of a method rather than our own

    93c75b5 Opened by Guillaume Desmottes at 2019-06-18 12:10:51 - 1 comment
  2056. Missed optimizations for Vec::pop() followed by Vec::push()

    6dc3dcd Opened by Übertreiber at 2023-12-02 14:44:53 - 8 comments
  2057. Misleading use foo::bar error message

    b4a8315 Opened by Brian Anderson at 2022-03-22 08:56:40 - 3 comments
  2058. Const generics: Generic array transmutes do not work

    0f67190 Opened by Hadrien G. at 2023-04-24 14:30:07 - 28 comments
  2059. Forgone caching in cycles caused much overflow in trait solving

    dce725c Opened by Felix S Klock II at 2019-09-26 13:50:31 - 10 comments
  2060. Cannot coerce dyn AsRef

    b78c81b Opened by Clar Fon at 2021-09-15 03:21:58 - 5 comments
  2061. u8::reverse_bits is too slow

    f68aae0 Opened by gnzlbg at 2023-10-25 21:41:23 - 11 comments
  2062. Please support using wait4 for Child and Command

    9503346 Opened by Josh Triplett at 2019-06-26 22:43:27 - 2 comments
  2063. Lint for &String::into(): String on final use of input string

    4407acb Opened by Felix S Klock II at 2019-07-08 15:20:03 - 2 comments
  2064. if/while Some(n) = &mut foo sugar will leak a temporary mutable borrow to current scope in particular situation

    03e1d27 Opened by Jason at 2021-10-18 06:31:58 - 17 comments
  2065. Output executable crashes with relocation-model=static

    d2114dd Opened by xyz at 2021-02-25 15:40:47 - 10 comments
  2066. Tidy doesn't check for unused extern crates

    09be09a Opened by Mark Rousskov at 2023-11-24 16:15:37
  2067. Lifetime error's span is extremely unhelpful

    9f8dbb9 Opened by Donny/강동윤 at 2020-12-21 01:41:21 - 5 comments
  2068. Use getrandom crate for retrieving system entropy?

    e8e0695 Opened by Artyom Pavlov at 2024-06-04 18:43:48 - 17 comments
  2069. Adding nom as a dependency to a proc-macro crate with tests results in link error

    a95d617 Opened by Pascal Hertleif at 2020-05-21 21:32:00 - 17 comments
  2070. match guard is lengthening borrow unexpectedly under NLL

    fc5ac93 Opened by Felix S Klock II at 2019-06-27 10:28:50 - 1 comment
  2071. Incorrect unused lifetime warning after import failure

    4c1c99c Opened by Ralf Jung at 2023-07-25 09:53:44 - 2 comments
  2072. Self::call constrains lifetime covariance and/or inference unexpectedly under NLL

    e81692b Opened by Felix S Klock II at 2019-06-27 15:47:05 - 2 comments
  2073. HRTB prevent mem::transmute and mem::MaybeUninit from working

    a89b867 Opened by SeeSpring at 2024-09-24 22:21:58 - 3 comments
  2074. Inclusive version of take_while

    b3fc74a Opened by Jon Gjengset at 2022-12-11 03:27:33 - 18 comments
  2075. Unable to emit llvm-bc when CARGO_INCREMENTAL is set

    3c55b93 Opened by -.- at 2019-06-28 18:01:19 - 1 comment
  2076. Can't use impl Fn to return a closure that returns another closure

    fbb1040 Opened by Elias Levy at 2024-12-17 07:10:43 - 4 comments
  2077. compiler_fence may emit machine code

    4f77ad1 Opened by Vadim Kaushan at 2024-09-09 18:30:27 - 14 comments
  2078. TokenStream::to_string doesn't respect Joint in all cases

    36b5a5e Opened by Crystal Durham at 2023-11-16 01:50:02
  2079. Mutually recursive async fns are hard to make Send

    ba25620 Opened by Taylor Cramer at 2021-08-29 13:45:10 - 7 comments
  2080. pthread_cond_signal/pthread_cond_broadcast return EAGAIN after retrying 8192 times in macOS

    62ccbd2 Opened by Hiroki Noda at 2019-07-02 08:44:00 - 1 comment
  2081. Coherence violation when inherent method is added to type

    4df2ae3 Opened by ebfull at 2023-04-05 17:39:41 - 3 comments
  2082. size_of_val in a generator can make the generator bigger

    4e86666 Opened by Tyler Mandry at 2023-10-08 20:45:22 - 16 comments
  2083. Rustdoc should warn about unused reference links

    453b440 Opened by Alan Somers at 2020-08-23 16:33:44 - 8 comments
  2084. slice::contains with borrowed data

    ba169fa Opened by Ralf Jung at 2019-08-06 02:15:35 - 6 comments
  2085. Trait resolution fails with unclear error when using function types as input parameters

    07f7778 Opened by gnzlbg at 2024-04-25 22:09:17 - 6 comments
  2086. Pin docs should mention pitfalls of generic code

    1aa7ca0 Opened by Aaron Hill at 2020-03-17 18:32:47 - 3 comments
  2087. allow(deprecated) is too coarse-grained, should take a path

    5f04b06 Opened by Ralf Jung at 2024-12-28 13:52:55 - 14 comments
  2088. const fn allows unreachable calls to non-const fns

    09f5d9f Opened by Mazdak Farrokhzad at 2024-12-01 15:03:24 - 3 comments
  2089. O(1) time {Vec,VecDeque}::truncate for trivial drop types and VecDeque::truncate_front

    ab41ef3 Opened by Orson Peters at 2023-10-08 20:45:22 - 7 comments
  2090. Add a way to signal that a snippet is UB/bad in rustdoc

    a5f8e04 Opened by Izzeri at 2019-07-13 13:05:11 - 10 comments
  2091. Build with clean incremental cache slower than without incremental compilation

    8ff25c3 Opened by bjorn3 at 2020-01-02 17:21:17 - 1 comment
  2092. Unnecessary copy when constructing arrays from returned arrays?

    5fb6b28 Opened by Bas Westerbaan at 2025-04-21 14:23:06 - 15 comments
  2093. build fails with error[E0463]: can't find crate for rustc_macros which rustc depends on in rustc_llvm

    004b183 Opened by Rasmus Thomsen at 2023-12-08 18:35:23 - 10 comments
  2094. Specific code layout can cause link failure with lto=true

    2ee6dd0 Opened by Ben Paxton at 2023-07-29 16:07:10 - 2 comments
  2095. The "reached type-length limit" error is not very helpful

    8ba1eea Opened by Ophir LOJKINE at 2024-12-21 05:09:14 - 2 comments
  2096. Drop with guaranteed move elision

    54842e7 Opened by Tyler Mandry at 2023-10-08 20:45:23 - 5 comments
  2097. Where clause causes type checking to spuriously fail

    3cbc156 Opened by Joshua Liebow-Feeser at 2024-09-19 16:17:32 - 2 comments
  2098. Tracking issue for Iterator::partition_in_place

    35cdadb Opened by Josh Stone at 2024-11-05 10:08:21 - 22 comments
  2099. Tracking issue for Iterator::is_partitioned

    7917d27 Opened by Josh Stone at 2024-04-01 12:26:14 - 7 comments
  2100. wasm test failures do not contain error messages

    f868d62 Opened by Tyler Mandry at 2019-11-29 16:54:56 - 1 comment
  2101. Rustdoc should not fail to generate documentation when deep types are involved

    2e66e56 Opened by Simonas Kazlauskas at 2020-12-16 00:25:56 - 4 comments
  2102. Should Rust still ignore SIGPIPE by default?

    75e01e6 Opened by Josh Triplett at 2025-01-26 21:46:35 - 40 comments
  2103. Better greedy layout computation for generators

    2bf8610 Opened by Tyler Mandry at 2023-10-08 20:45:24 - 4 comments
  2104. "Cycle computing supertraits" error could be more helpful

    1346236 Opened by Joshua Liebow-Feeser at 2022-10-08 16:26:07 - 7 comments
  2105. Inconsistent #[link(name = "")] resolution on Windows

    bdac0cb Opened by Ralf Biedert at 2021-07-09 00:07:49 - 7 comments
  2106. improve documentation for AsRef/AsMut

    2127837 Opened by Andrew Gallant at 2023-02-22 01:13:36 - 3 comments
  2107. Barely noticeable compiler suggestion

    c0f14f6 Opened by Alik Aslanyan at 2021-06-11 12:25:30 - 2 comments
  2108. warn on running benchmarks in debug mode

    bd221ae Opened by llogiq at 2019-07-12 08:41:41 - 2 comments
  2109. LLVM ERROR: out of memory with latest nightly (Windows 32bit)

    0bf6232 Opened by Friedel Ziegelmayer at 2019-07-13 10:01:20 - 3 comments
  2110. core crate build fails for mips16 instruction set

    8889dca Opened by Alexander Theißen at 2023-04-05 17:37:06 - 7 comments
  2111. tool tidy should error on unused error codes

    c4daa0e Opened by gnzlbg at 2021-06-11 12:15:15 - 1 comment
  2112. Type inference of lambda arguments interferes with borrow checking

    c98eb48 Opened by Luca Beltrami at 2024-12-13 13:26:46 - 9 comments
  2113. libstd initialization should check that target-features enabled at compile-time are enabled at run-time

    395cb5c Opened by gnzlbg at 2019-07-16 15:52:57 - 7 comments
  2114. Type inference breaks down in recursive call

    5b8d96d Opened by Peter Hall at 2024-12-21 05:09:15 - 1 comment
  2115. Link errors when compiling for i386 with +soft-float

    de51900 Opened by Robin Lambertz at 2023-10-25 21:41:24 - 5 comments
  2116. Type inference in the presence of recursive impls may result in an error message that mentions seemingly unrelated types

    e6d5b81 Opened by Alexey Kiryushin at 2020-06-11 17:35:08 - 3 comments
  2117. Document that str, slices, (more?) can't safely straddle allocation boundaries

    1ed3265 Opened by Hanna Kruppe at 2020-03-06 15:18:46 - 8 comments
  2118. "Foo is ambiguous" only when deriving Debug

    c21f3a9 Opened by Jaro Fietz at 2020-07-21 15:38:25 - 4 comments
  2119. Building shared libraries on Mac requires '-undefined dynamic_lookup'

    34ce170 Opened by jeff-davis at 2021-11-09 21:37:43 - 3 comments
  2120. Provide From<E> for Box<dyn Error + Send> and Box<dyn Error + Sync>

    7892466 Opened by Edoardo Morandi at 2019-08-31 20:48:19
  2121. Library load disallowed by System Policy on macOS 10.15 beta 4

    441c766 Opened by Madeleine Mortensen at 2019-10-11 02:46:27 - 4 comments
  2122. MaybeUninit<T> could be Copy for all T

    ab2a9ae Opened by Diggory Blake at 2023-11-16 02:03:49 - 10 comments
  2123. Codegen issue (endless recursion) with custom target and +soft-float

    bb34c5b Opened by Philipp Oppermann at 2023-10-24 16:11:26 - 1 comment
  2124. -Csave-temps does not retain linker scripts

    544ffbb Opened by Simonas Kazlauskas at 2020-05-20 16:29:15 - 7 comments
  2125. Doc comments break proc_macro::SourceFile

    5b5a1ef Opened by Mateusz Cegiełka at 2019-07-23 10:48:25 - 1 comment
  2126. absolute-paths-not-starting-with-crate warning emitted for macros from 2015 edition crates used in 2018 edition crates

    e5c3938 Opened by Sebastian Dröge at 2024-12-21 14:39:55 - 1 comment
  2127. primitive docs should show core/alloc/std accessibility

    4fdca4d Opened by Josh Stone at 2021-07-02 10:09:28 - 4 comments
  2128. Copy trait defeats generator optimization

    3240768 Opened by Tyler Mandry at 2023-10-08 20:45:25 - 2 comments
  2129. Async fn doubles argument size

    285763c Opened by 4teap at 2023-10-08 20:45:25 - 8 comments
  2130. rustdoc source code page should provide more things

    64c7cc6 Opened by Guillaume Gomez at 2020-12-24 21:11:57 - 5 comments
  2131. slice methods could be added to the array docs

    af567cb Opened by Michael Lamparski at 2024-11-06 01:17:48 - 1 comment
  2132. Iterator::skip is not zero-cost in some cases (badly optimized by LLVM)

    92d6b7b Opened by Mateusz Naściszewski at 2023-04-04 08:59:06 - 9 comments
  2133. Tracking issue for fs::Metadata extensions on Windows based on handle information

    ea7e248 Opened by Alex Crichton at 2024-08-10 20:50:53 - 7 comments
  2134. Tracking issue for -Z binary-dep-depinfo

    7f57e5a Opened by Eric Huss at 2025-03-23 09:33:53 - 19 comments
  2135. SIGSEGV during compilation of extern x86-interrupt fn with u128 param

    3d1fca5 Opened by bjorn3 at 2024-11-10 07:21:09 - 4 comments
  2136. Error message referring to non-existent variable: "cannot return value referencing local variable __next"

    ac5af50 Opened by Szabolcs Berecz at 2020-09-02 02:06:02 - 3 comments
  2137. Formatter not capable of generating underscores in long number literals

    26ead04 Opened by Daniel Egger at 2024-12-21 03:35:16
  2138. "Variable is assigned to, but never used" not thrown

    85c6894 Opened by Deleted user at 2024-03-13 17:59:18 - 8 comments
  2139. Tracking issue for RFC 2515, "Permit impl Trait in type aliases"

    ab19b8b Opened by Mazdak Farrokhzad at 2025-02-23 08:06:31 - 174 comments
  2140. Tracking issue for impl Trait in const and static items and let bindings

    62ea69f Opened by Mazdak Farrokhzad at 2023-03-28 05:35:36 - 5 comments
  2141. Meta tracking issue for impl Trait

    90b7f63 Opened by Mazdak Farrokhzad at 2022-06-22 17:04:27 - 15 comments
  2142. Tracking issue for RFC 2574, "SIMD vectors in FFI"

    b869ec5 Opened by Mazdak Farrokhzad at 2024-11-23 16:14:04 - 3 comments
  2143. New trait for types which can report memory usage

    7c16252 Opened by Windel Bouwman at 2019-12-22 01:20:58 - 4 comments
  2144. Rustdoc should index "Methods from Deref" in search results

    a6dfa04 Opened by Charles Lew at 2020-10-18 15:09:50 - 3 comments
  2145. Tracking issue for const fn type_name

    0e7db99 Opened by Oli Scherer at 2024-12-01 15:03:24 - 30 comments
  2146. Add an option to avoid merging of calls to panic!()

    81c11df Opened by Jeff Muizelaar at 2023-10-07 18:26:27 - 3 comments
  2147. Immutable reference can't be destructured from a mutable reference.

    fd8c324 Opened by neptunepink at 2019-08-03 19:45:45 - 1 comment
  2148. f32 formatter produces strange results

    6f49993 Opened by Emilio Cobos Álvarez at 2023-03-17 19:45:17 - 16 comments
  2149. Tracking Issue for Iterator::try_find

    03ebd65 Opened by MOZGIII at 2025-03-04 23:33:41 - 13 comments
  2150. spurious error "cannot borrow *x as mutable more than once at a time"

    b03d670 Opened by Ben Williamson at 2020-04-13 21:52:20 - 1 comment
  2151. Suggested improvements to usage-of-qualified-ty lint

    bf9a444 Opened by Alexander Regueiro at 2019-08-01 15:03:14 - 3 comments
  2152. Flag for stop interpreting code blocks as doctests

    786fce2 Opened by Hugh Wang at 2024-08-21 20:44:32 - 13 comments
  2153. Const validation rejects references that might be dangling (but could actually be valid at run-time)

    98362ed Opened by Akos Vandra-Meyer at 2024-02-05 15:36:50 - 56 comments
  2154. Allow cfg(target="..")

    901807f Opened by Artyom Pavlov at 2019-08-04 01:33:34 - 3 comments
  2155. How to treat inert attributes on macro invocations?

    40f2a70 Opened by Vadim Petrochenkov at 2020-11-03 04:35:02 - 9 comments
  2156. Rust code copyright situation is unclear

    4cd19a2 Opened by Brian Anderson at 2025-03-20 16:47:43 - 20 comments
  2157. rustc unable to interact with trait bound required by other required trait

    3e225c3 Opened by Geordon Worley at 2023-12-09 06:34:51 - 1 comment
  2158. The type-checker assumes that Trait<'a>::AssociatedType may be outlived by 'a, even with "where AssociatedType: 'a"

    1b95f94 Opened by hiddenhare at 2021-12-13 18:58:03 - 1 comment
  2159. rust-lldb: cannot get backtrace on macOS

    86e0cb9 Opened by Alexander Regueiro at 2020-01-04 01:21:05 - 2 comments
  2160. Inconsistent optimization

    2277a3a Opened by Nathaniel McCallum at 2023-10-08 20:45:26 - 3 comments
  2161. rustdoc: explicit marker trait impl bounds are not simplified

    eebacd4 Opened by Nemo157 at 2019-08-29 00:06:23 - 3 comments
  2162. Tracking issue for {Rc, Arc}::get_mut_unchecked

    d41730b Opened by Simon Sapin at 2025-01-30 22:25:53 - 43 comments
  2163. Warn about 2015 edition on path & extern crate related errors

    a58a2d9 Opened by Kornel at 2024-08-30 08:27:34
  2164. bare_trait_objects help is incorrect with Box<Trait + 'lifetime> in 2015 edition

    7758f59 Opened by Michael Mitteregger at 2024-12-21 04:49:19 - 4 comments
  2165. chain() make collect very slow

    703027b Opened by Stargateur at 2020-07-24 11:44:05 - 18 comments
  2166. Rust with [no_std] & CustomAllocator -> rust_oom either undefined in link stage or already defined in compile stage :/

    8fc80cb Opened by André Borrmann at 2023-07-13 13:10:09 - 3 comments
  2167. Adding a rustdoc option to do case-sensitive search

    3aee2ec Opened by tesuji at 2020-11-04 07:08:44 - 6 comments
  2168. Error "cannot infer type" when using '?' in async block + bad diagnostic

    5d00636 Opened by Russell Greene at 2023-10-18 21:54:36 - 12 comments
  2169. Once impl_trait_in_bindings is stable, suggest using it in local bindings

    b1777a3 Opened by Esteban Kuber at 2020-10-25 05:14:19 - 1 comment
  2170. Desugaring of struct update syntax is unnecessarily restrictive for private fields

    ace47c1 Opened by Osspial at 2020-06-03 18:15:25 - 4 comments
  2171. How to install a single target from source without building the whole compiler?

    0cef8cf Opened by Marcin Mielniczuk at 2019-09-16 11:08:58
  2172. warning lint on chained assignment

    aa6c7eb Opened by Marcel Hellwig at 2024-12-21 04:49:19 - 6 comments
  2173. Confusing error deriving PartialEq when child type impls PartialEq<OtherType>

    708d945 Opened by Colin Rofls at 2024-12-21 05:09:15 - 2 comments
  2174. Tracking issue for #![feature(maybe_uninit_slice)]

    72ccf98 Opened by Mazdak Farrokhzad at 2025-01-13 10:39:00 - 25 comments
  2175. Bad compiler warning when code resolves to multiple experimental APIs

    83a1787 Opened by Lily Ballard at 2020-06-11 17:36:53
  2176. pgo: -Cprofile-use can't find file

    e97b1cd Opened by Matthias Krüger at 2024-08-13 11:06:56 - 8 comments
  2177. object lifetime bound defaults in trait bindings are incompletely implemented

    0e8e0df Opened by Niko Matsakis at 2024-12-21 05:09:30 - 3 comments
  2178. rustc (>= 1.20.0) fails to optimize moves in trivial cases

    52b4eb4 Opened by resilar at 2023-10-08 20:45:26 - 6 comments
  2179. Remove repr(simd) attribute and use a lang-item instead

    728698c Opened by gnzlbg at 2021-10-06 00:05:56 - 1 comment
  2180. rustdoc: Poor CPU usage on Windows during thousands of doctests

    c84dd8c Opened by Alex Crichton at 2021-02-05 00:25:16 - 16 comments
  2181. Audit sources of shared state across rustc

    488a50f Opened by Aaron Turon at 2019-08-17 09:25:24 - 3 comments
  2182. missing symbol issue in some environments (rustdoc bug?)

    5442d44 Opened by Lyndon Brown at 2023-04-24 11:14:43 - 3 comments
  2183. inline attribute on async fn doesn't work properly

    e135fcb Opened by comex at 2019-08-17 14:35:29 - 2 comments
  2184. rustc hangs/spins on example involving associated types

    540d950 Opened by Craig Disselkoen at 2023-10-20 22:15:30 - 3 comments
  2185. Non-exhaustive patterns lead to bogus "unused variable" / "dead code" warnings

    210dd4a Opened by Ralf Jung at 2025-01-20 10:06:17 - 3 comments
  2186. Some closures are not inlined in release mode

    3a9e1a2 Opened by jyn at 2020-12-21 04:36:09 - 9 comments
  2187. Cargo can't find std crates using local-rust-root on macOS.

    2f4aedc Opened by Gregorio Litenstein at 2023-05-20 22:24:35 - 2 comments
  2188. Local rustdoc search doesn't work with --no-deps

    ad667a6 Opened by Patrick Reisert at 2024-09-19 21:17:00 - 7 comments
  2189. Types in error message are incorrect when saying what trait is not implemented

    debafb8 Opened by Jelte Fennema-Nio at 2024-12-21 05:09:16 - 1 comment
  2190. Redundant semicolons are parsed as an empty tuple semicolon statement

    3d1887c Opened by Seiichi Uchida at 2024-09-22 20:57:03 - 3 comments
  2191. Warn about non-printable characters in string literals

    bbae749 Opened by Alex Kladov at 2020-08-19 13:10:59 - 10 comments
  2192. Transition rustc Parser to proc_macro token model

    05dfe1e Opened by Alex Kladov at 2022-01-29 01:21:21 - 8 comments
  2193. Unhelpful error message E0505 for self-referencing lifetime constraint

    b4510fc Opened by Xidorn Quan at 2019-08-19 13:21:58 - 1 comment
  2194. Type inference fail in a closure

    b463500 Opened by Yury Gorishniy at 2022-10-17 10:33:42 - 4 comments
  2195. Cannot use use Self::*; inside a method

    db29a10 Opened by varkor at 2020-06-11 17:32:07 - 7 comments
  2196. The rules for how non-Send local variables "infect" an async function, making its Future type non-Send also, are stricter than they need to be.

    29809ce Opened by Jack O'Connor at 2024-11-16 11:28:51 - 17 comments
  2197. Improve bytes per second benchmark output

    4a6e866 Opened by Opal Symes at 2019-08-21 12:12:14 - 1 comment
  2198. debuginfo/issue-22656.rs fails with LLVM/clang Assertion `Prior->FD->hasAttr<NoUniqueAddressAttr>() && "should not have reused this field's tail padding"' failed.

    ed1d800 Opened by Eduard-Mihai Burtescu at 2022-12-19 15:21:55 - 6 comments
  2199. use of proc_macro[2]::TokenStream in a vector in TLS causes rustc panic

    1be92ce Opened by Will Hawkins at 2020-05-21 21:38:35 - 18 comments
  2200. Resolve unsound interaction between noalias and self-referential data (incl. generators, async fn)

    d6dcd26 Opened by Mark Rousskov at 2024-08-02 09:04:04 - 51 comments
  2201. null trait object raw pointers are UB

    544bec4 Opened by Nicolas Abram at 2024-12-21 05:31:34 - 25 comments
  2202. Unnecessary HasParamEnv bound on C for FnTypeExt

    0c1b97c Opened by bjorn3 at 2019-09-24 12:10:22 - 4 comments
  2203. No documentation about f32_runtime without std

    3ef9aea Opened by Elichai Turkel at 2020-07-31 17:01:04 - 2 comments
  2204. Isolate llvm's C++ symbols in distibution binaries?

    263471a Opened by Jeremy Fitzhardinge at 2023-07-29 16:13:26 - 7 comments
  2205. Better error message for 'is private'

    22d07bc Opened by Squirrel at 2020-09-11 18:48:49 - 3 comments
  2206. rustdoc: add a way to link relative to the root of the docs

    f7ee103 Opened by Edd Barrett at 2020-11-12 01:56:41 - 11 comments
  2207. Improve error when compiling a derive macro with -Z sanitizer

    447cf80 Opened by Opal Symes at 2019-08-29 06:46:09
  2208. NLL issue when using DerefMut to access fields through a Pin, causing multiple mutable borrow error

    e942681 Opened by Valentino Volonghi at 2019-08-30 16:13:16 - 3 comments
  2209. Tracking issue for const fn pointers

    e751f3d Opened by gnzlbg at 2024-12-01 15:03:24 - 25 comments
  2210. Nested closures give suboptimal move suggestion

    e771f0d Opened by Oli Scherer at 2023-02-07 14:18:02 - 5 comments
  2211. #[cold] attribute does is not propagated across crates

    f30bf9e Opened by Alex Kladov at 2019-09-10 22:19:20 - 1 comment
  2212. Missed-optimization: extern "C" fn type calls are not nounwind

    4455b89 Opened by gnzlbg at 2025-02-14 03:59:32 - 15 comments
  2213. A tuple of primitives function parameter is passed via the stack even though the tuple constituents could be passed as registers

    a29cc65 Opened by Arnav Singh at 2025-02-14 03:59:32 - 2 comments
  2214. xLTO: Code from standard library does not partake in linker-based LTO (unless compiling with -Clto)

    75e748c Opened by Michael Woerister at 2022-03-19 00:21:40 - 4 comments
  2215. File::open() on directories does not return Err(), leads to breakage with BufReader

    48741ec Opened by Kent Fredric at 2025-03-28 21:43:13 - 22 comments
  2216. E0207 when type parameter's associated type is used in Self.

    d6be626 Opened by Alex Ozdemir at 2020-06-11 17:33:04 - 3 comments
  2217. Distinguish between fenced and indented code blocks in error message

    e535c09 Opened by lightclient at 2025-03-17 18:31:20 - 16 comments
  2218. Moving out of field error should emit resolution suggestions

    ed025db Opened by Oliver Scherer (company account waiting for deletion) at 2023-11-22 00:18:37 - 3 comments
  2219. Extend span_label to include fallback operation

    fa0114d Opened by Esteban Kuber at 2019-09-05 17:26:09 - 1 comment
  2220. Add support for splitting linker invocation to a second execution of rustc

    d750613 Opened by Alex Crichton at 2021-06-06 07:11:56 - 56 comments
  2221. Ambiguity between type ascription and absolute paths

    8437125 Opened by Alex Kladov at 2024-09-22 20:08:23 - 9 comments
  2222. Tracking Issue for Cross Compiling Doctests

    a4fc435 Opened by Dario Gonzalez at 2025-02-15 20:00:13 - 10 comments
  2223. Compiler spuriously infers data needs to be borrowed as mutable

    46b4817 Opened by Edward Wang at 2022-10-17 10:40:10 - 5 comments
  2224. Tracking issue for future-incompatibility lint soft_unstable

    b48ea0d Opened by Vadim Petrochenkov at 2024-12-11 17:09:08 - 6 comments
  2225. Rust compiler creating huge files on tmp directory

    038ada6 Opened by Santiago Pastorino at 2022-06-07 19:31:25 - 6 comments
  2226. EXPERIMENT: Make async fn, .await, async move? { legal on 2015

    f9b399c Opened by Mazdak Farrokhzad at 2024-12-21 03:49:27
  2227. Hard-linking incremental files can be expensive.

    c34a1c5 Opened by Eric Huss at 2020-11-23 15:39:13 - 5 comments
  2228. Tracking issue for iter_order_by

    20a2335 Opened by Ashley Mannix at 2025-02-02 12:14:04 - 10 comments
  2229. Cleanup: Refactor rustc_typeck/check/op.rs

    38b2f21 Opened by Mazdak Farrokhzad at 2024-12-21 05:09:17 - 2 comments
  2230. Add other variants to std::io::ErrorKind enum

    8daa302 Opened by Raphaël Gomès at 2019-09-11 19:52:51 - 6 comments
  2231. ManuallyDrop should be a dyn-compatible receiver type

    4a3a7a9 Opened by srrrse at 2025-01-29 10:10:58 - 22 comments
  2232. closure compilation fails depending on type inference

    f555ec3 Opened by chlobes at 2021-09-29 20:16:55 - 2 comments
  2233. #[global_allocator] in dependent crate can be optimized away

    1cc480b Opened by Jason Orendorff at 2023-12-09 08:01:18 - 11 comments
  2234. Document how ptr::drop_in_place behaves when dropping a slice panics

    965815b Opened by gnzlbg at 2025-03-11 09:41:27 - 3 comments
  2235. io::Stderr should be line-buffered by default, not unbuffered

    ecb35e0 Opened by Zack Weinberg at 2020-09-22 11:12:59 - 5 comments
  2236. Duplicate error code usage lint removed

    842ebb7 Opened by bjorn3 at 2019-10-19 01:30:15 - 21 comments
  2237. Higher rank trait bounds cannot genericise across functions with a bound sharing a lifetime with the prototype

    61920f2 Opened by Chris Kay at 2024-09-24 23:02:17 - 3 comments
  2238. Don't discriminate unions and structures and enums

    e987ef1 Opened by Anthony Ramine at 2019-10-01 18:42:44 - 23 comments
  2239. Foreign type tests not covering all operations

    bebc884 Opened by bjorn3 at 2021-06-08 20:11:31 - 1 comment
  2240. thread 'rustc' panicked at 'called Option::unwrap() on a None value', src/libcore/option.rs:347:21

    69976a6 Opened by Bejaenka at 2023-08-22 16:59:58 - 4 comments
  2241. Cargo build fails to spawn thread when out of disk quota

    c3b0e9f Opened by Colton Donnelly at 2023-08-17 12:18:26 - 2 comments
  2242. Needed: cfg(target_feature) support for hardware floating point detection.

    60392ed Opened by Lokathor at 2024-02-28 16:35:25 - 7 comments
  2243. LLVM error with arithemetic on function addresses

    e8314d0 Opened by Mark McCaskey at 2019-09-25 17:52:18 - 3 comments
  2244. Weird compiler error for type annotations

    8a4725b Opened by Oleg Nosov at 2023-08-14 14:24:26 - 4 comments
  2245. Confusing error message for recursive type

    6e3f10c Opened by Remi Bernotavicius at 2023-08-03 16:32:04 - 2 comments
  2246. Incorrect compiler hint for complicated type handler

    9fd6781 Opened by Oleg Nosov at 2024-12-17 18:37:29 - 6 comments
  2247. Lifetime bounds in auto trait impls prevent trait from being implemented on generators

    e01576a Opened by leo60228 at 2024-12-21 04:58:13 - 21 comments
  2248. Rustdoc: condense "auto traits" section for types?

    282810b Opened by Georg Brandl at 2024-08-30 11:43:47 - 1 comment
  2249. Suggest adding a generic lifetime parameter

    cd87636 Opened by varkor at 2021-12-29 07:18:21 - 1 comment
  2250. Match ergonomics means bindings have different types in patterns and match arm; cannot deref references in pattern

    69e5459 Opened by varkor at 2024-03-31 22:21:28 - 44 comments
  2251. Suggest giving recommending substitution based on naming conventions with available

    e27667d Opened by Mark Friedenbach at 2023-11-17 19:09:04 - 7 comments
  2252. Unit struct appears to be a NoType in pdb files

    c9cb869 Opened by calixteman at 2022-01-22 21:53:29
  2253. Tracking issue for rustc_reservation_impl attribute

    4b93aac Opened by Niko Matsakis at 2023-06-02 05:50:17 - 3 comments
  2254. Unhelpful error "one type is more general than the other" in async code

    dedf745 Opened by Brian Bowman at 2021-01-25 00:52:27 - 8 comments
  2255. Tracking issue for dual-proc-macros

    4c558d9 Opened by Eric Huss at 2025-03-23 11:32:07 - 4 comments
  2256. Wrong infered type when an additional constrain added

    7f25822 Opened by Evgeny Kurnevsky at 2020-01-17 06:00:31 - 3 comments
  2257. Misleading error message, privacy error reported as type error

    cf8f2b6 Opened by gnzlbg at 2021-05-17 05:56:34 - 4 comments
  2258. Linker error because -wL as-needed conflicts with -C link-dead-code

    0282e41 Opened by xd009642 at 2021-10-06 03:41:46 - 11 comments
  2259. No error for private type in public async fn

    cd50a1b Opened by Christopher Serr at 2019-10-08 17:29:31 - 4 comments
  2260. Type parameters of associated consts have unexpected lifetime constraints

    5a452ed Opened by Steven Fackler at 2019-12-02 15:40:53 - 6 comments
  2261. Incorrect suggestion given private function

    f92a91d Opened by Christopher Jefferson at 2023-01-09 22:24:55 - 3 comments
  2262. Tracking issue for reserved impl impl<T> From<!> for T

    d157e7f Opened by Niko Matsakis at 2022-06-22 17:54:11 - 2 comments
  2263. std::process::Command doesn't follow Unix signal safety in forked child

    68ff054 Opened by ericyoungblut at 2023-10-11 13:57:56 - 13 comments
  2264. Parallel rustc spends a lot of time creating threads

    e67aba2 Opened by Alex Crichton at 2020-01-31 22:18:53
  2265. Tracking issue for RFC 2523, #[cfg(version(..))]

    49e74e1 Opened by Mazdak Farrokhzad at 2024-10-04 09:09:54 - 111 comments
  2266. Tracking issue for RFC 2523, #[cfg(accessible(::path::to::thing))]

    928d7be Opened by Mazdak Farrokhzad at 2025-02-16 09:01:32 - 62 comments
  2267. Tracking issue for report-time

    a967c88 Opened by Igor Aleksanov at 2024-02-13 22:18:52 - 11 comments
  2268. Less codegen parallelism than expected with -C codegen-units=16

    6808cc7 Opened by Simon Sapin at 2025-02-14 04:05:17 - 18 comments
  2269. Two recursive trait strategies. Only one compiles.

    ba8c93b Opened by jerry73204 at 2024-12-21 05:08:40 - 3 comments
  2270. 1.38 regression ? proc-macro derive panicked if there is r# in front of the attribute name

    fbc6929 Opened by François Dubois at 2020-06-03 15:31:25 - 8 comments
  2271. Missed optimization: Vec::splice() is not zero-cost

    241ea87 Opened by Vlad-Shcherbina at 2022-01-23 20:51:04 - 2 comments
  2272. wrap llvm messages

    ba68def Opened by Matthias Krüger at 2019-10-02 15:32:38
  2273. Suggest .err().expect() if .expect_err() is not implemented

    78cc9fd Opened by lukaslueg at 2024-12-21 03:37:46
  2274. The rustc_query_impl crate is too big, which hurts compile times for the compiler itself

    4234a40 Opened by Nicholas Nethercote at 2023-05-27 14:33:46 - 39 comments
  2275. Add an unstable 'extra randomization' compile-time flag for hashers

    7fd980b Opened by Aaron Hill at 2024-02-21 13:48:12 - 13 comments
  2276. Bounds on associated types prevent a trait from being dyn-compatible

    2a0394c Opened by RustyYato at 2024-10-03 01:27:22 - 1 comment
  2277. A single method to rotate slices or vecs

    804e314 Opened by STPR at 2019-10-06 23:09:55 - 5 comments
  2278. Audit ABI implementations in rustc_target (vs Clang).

    7075f25 Opened by Eduard-Mihai Burtescu at 2022-08-17 03:14:23 - 10 comments
  2279. Document the error cases for std::process::Command

    d750fbe Opened by J. Frimmel at 2025-03-04 20:08:02 - 1 comment
  2280. link_section attribute misleadingly allowed on modules and impls

    3aca6d1 Opened by Ash Earlz at 2023-07-29 16:18:54 - 4 comments
  2281. SIGSEGV in LLVM

    0c2b3bd Opened by Ian Kronquist at 2019-10-09 19:33:05 - 4 comments
  2282. Tracking issue for Cow::is_borrowed and Cow::is_owned

    60b874a Opened by Clar Fon at 2025-03-09 17:50:56 - 29 comments
  2283. Non-lexical lifetimes do not work on a field of structure

    95798c2 Opened by Aleksey Kurbatov at 2019-10-06 13:11:50
  2284. custom_test_frameworks doesn't work with plain functions

    d174a1e Opened by Andras Slemmer at 2023-09-13 19:43:57 - 2 comments
  2285. Confusing MaybeUninit documentation

    b29a53b Opened by DutchGhost at 2025-03-04 19:32:17 - 5 comments
  2286. feature request: test binaries should support repeating runs

    adcb594 Opened by Tamir Duberstein at 2019-10-08 22:46:19
  2287. Tracking issue for #![feature(entry_insert)]

    97def7e Opened by Félix Saparelli at 2024-09-19 13:07:59 - 29 comments
  2288. Occasional "cannot move out" error (E0505) when adding a match guard

    f882c32 Opened by Oleg Scherbakov at 2025-02-22 19:43:14 - 3 comments
  2289. Adding imports (or even crates) to suggestions

    4b16d26 Opened by llogiq at 2024-12-21 03:39:59
  2290. Verify trait impls’ signatures before checking dyn compatibility

    fc58a8c Opened by Simonas Kazlauskas at 2024-12-21 06:13:01 - 2 comments
  2291. Formatting of std::backtrace::Backtrace

    2cb3b1b Opened by Sean McArthur at 2021-02-28 04:38:27 - 27 comments
  2292. Improve pretty printing of const raw pointers

    7ae20cb Opened by Ben Lewis at 2020-09-13 13:49:02 - 4 comments
  2293. Replace most of rustc_metadata::schema with something based on queries.

    a0491cf Opened by Eduard-Mihai Burtescu at 2019-10-14 14:22:28
  2294. Unable to resolve a recursive trait bound when resolution appears possible

    883201a Opened by Joseph Young at 2025-02-11 17:58:37
  2295. request: properly connect cargo check and cargo build

    85f08ab Opened by Charles Lew at 2019-10-18 13:28:16 - 4 comments
  2296. Closure-like blocks capture all generic type and const parameters

    7bcf8da Opened by Jon Gjengset at 2024-06-14 03:23:13 - 10 comments
  2297. Make the documentation about #![allow(unused)] more visible

    2cb009f Opened by Christopher Jefferson at 2025-03-21 10:01:38 - 8 comments
  2298. unused_variables and unused_assignments lints do not catch array usage

    3f9ec36 Opened by James Munns at 2023-03-07 05:45:18 - 7 comments
  2299. Support index size != pointer width

    c2b3d28 Opened by Nicholas Sim at 2024-12-21 05:08:40 - 14 comments
  2300. Extend overlapping ranges lint to cover cases with more than a single element overlapping

    948a08b Opened by Esteban Kuber at 2024-12-21 04:49:19 - 13 comments
  2301. Frequent use of line 0 in debug info reduces effectiveness of Cachegrind

    ae0db3b Opened by Nicholas Nethercote at 2024-05-30 02:25:08 - 18 comments
  2302. Use structured suggestion for closure needed instead of inner function

    ddbcc81 Opened by Esteban Kuber at 2023-02-03 15:33:09 - 4 comments
  2303. Quadratic slowdown for lookup of bounds on associated types.

    edbbd14 Opened by Eduard-Mihai Burtescu at 2025-02-14 04:04:25 - 11 comments
  2304. Reduce the places where stable annotations are needed

    c6e893c Opened by Esteban Kuber at 2024-12-14 23:22:26 - 18 comments
  2305. [Edition vNext] Consider deprecating weird nesting of items

    a549947 Opened by scottmcm at 2023-01-27 16:13:30 - 27 comments
  2306. Direct users to crate-type=cdylib in crate-type=dylib documentation

    f237864 Opened by Hanna Kruppe at 2019-10-17 20:55:31 - 4 comments
  2307. Confusing error msg without indication of where the error occured

    5a3e6c0 Opened by Rick Duff at 2023-01-05 22:15:33 - 6 comments
  2308. Investigate replacing most of the debugger pretty-printing scripts with traits.

    17f9983 Opened by Eduard-Mihai Burtescu at 2024-12-23 12:13:09 - 26 comments
  2309. Audit uses of pprint in suggestions

    1713054 Opened by Esteban Kuber at 2020-04-19 14:00:29 - 4 comments
  2310. dylib shared libraries will not make public symbols that may be necessary to link inlined code

    fc76f0c Opened by Simonas Kazlauskas at 2020-06-03 19:16:04 - 15 comments
  2311. Document auto traits implemented by the return types of async fn

    d4fb059 Opened by Aaron Hill at 2021-01-07 19:52:47 - 2 comments
  2312. Casting away lifetimes using closures

    31e9d94 Opened by Alec Mocatta at 2022-10-17 18:54:36 - 4 comments
  2313. rustdoc: document fields exposed by Deref implementations.

    dd18772 Opened by Sean Olson at 2024-08-30 11:51:42
  2314. UnwindSafe docs are unclear

    861ec30 Opened by gnzlbg at 2025-03-10 10:53:58 - 9 comments
  2315. std::io::Stdout does not implement Clone

    af1bdf9 Opened by Chase Wilson at 2023-01-26 21:35:32
  2316. Misleading error message with Trait and unimplemented std::marker::Sized

    b3ac1a5 Opened by Weasy at 2023-02-03 15:31:01 - 2 comments
  2317. How can you disable stack checking?

    efc33cc Opened by Lokathor at 2019-10-25 04:44:33 - 5 comments
  2318. musl staticlib builds include all of the musl symbols

    116edae Opened by James Kay at 2020-05-16 17:12:05 - 4 comments
  2319. Clarify guarantees for Vec and String allocation

    2174223 Opened by Simon Sapin at 2019-10-28 13:55:36 - 1 comment
  2320. impl Trait does not capture lifetime of generic argument

    7004cf3 Opened by Jon Gjengset at 2024-12-21 13:44:28 - 3 comments
  2321. Tracking issue for vec_into_raw_parts

    144dc81 Opened by Jake Goulding at 2025-02-09 17:54:18 - 64 comments
  2322. Using include_bytes! on large binary blobs compiles more slowly than expected

    641c57a Opened by Alex Crichton at 2025-02-14 04:04:26 - 11 comments
  2323. Footgun with const declarations of type Atomic*

    61bd251 Opened by Alan Jeffrey at 2022-08-17 06:40:26 - 10 comments
  2324. Attribute macro helper attributes

    fbe8793 Opened by Diggory Hardy at 2025-04-15 19:42:30 - 24 comments
  2325. Tracking issue for future-incompatibility lint unused_attributes

    71b150f Opened by varkor at 2025-03-23 11:33:33 - 1 comment
  2326. Removing bound from generic type causes an "overflow evaluating a requirement" error.

    1ef6b1a Opened by rodrimati1992 at 2023-10-20 21:54:54 - 2 comments
  2327. Extend rustdoc search

    44057ed Opened by Guillaume Gomez at 2020-08-25 15:34:07 - 1 comment
  2328. "LLVM ERROR: Access past stack top!" when compiling without sse2

    aed2d35 Opened by nivkner at 2023-07-28 19:21:54 - 32 comments
  2329. Suggestion: provide better report of function argument mismatch

    ee361a7 Opened by Pi Lanningham at 2020-05-03 08:18:09 - 12 comments
  2330. Re-land early syntax feature gating (was: Some features can no longer be controlled by conditional compilation)

    9ef4108 Opened by Ralf Jung at 2024-10-26 20:13:35 - 51 comments
  2331. Allow unused_must_use on result with never type

    44c8ef5 Opened by Frans Skarman at 2019-10-30 21:21:11 - 2 comments
  2332. Confusing "cannot infer an appropriate lifetime" error message

    45f1308 Opened by mw at 2021-08-28 21:13:48 - 2 comments
  2333. Slightly confusing grammar in pinning docs.

    1a4e570 Opened by Nathan Wilcox at 2025-03-10 10:12:42 - 2 comments
  2334. Missed optimization: fn f(a: &mut i32){ let b = *a; println!("{}", b); }

    7765491 Opened by Askar Safin at 2023-10-08 20:45:27 - 1 comment
  2335. wasm32-unknown-unknown target should not make output executable

    d0a5a76 Opened by Josh Triplett at 2019-11-25 22:24:36 - 2 comments
  2336. Return value packing for Option<T> and Result<T,E> on WebAssembly

    6aae65f Opened by Brooke Vibber at 2019-10-27 23:58:21
  2337. Replacing sentences for references by a Bibliography section for keywords

    77b6152 Opened by Yves Dorfsman at 2025-03-04 19:12:20 - 10 comments
  2338. Cycle detected when using associated type bounds in super trait

    68ef641 Opened by Tage Johansson at 2024-03-06 18:44:39 - 9 comments
  2339. Diagnostic for mismatched pointers type could be improved

    030a94f Opened by tesuji at 2025-02-11 17:51:43
  2340. Document query modifiers

    23cf21b Opened by Mark Rousskov at 2020-01-12 04:36:53 - 18 comments
  2341. LLVM is unable to eliminate bounds checks with widening multiply

    15268ec Opened by Diggory Hardy at 2025-02-14 03:59:32 - 6 comments
  2342. Rust is unable to figure out that if inside the nested loop is executed at most once per outer loop iteration

    fc5b25b Opened by Gurwinder Singh at 2025-02-14 03:59:33 - 3 comments
  2343. IPv6 link-local address parsing & round-tripping

    13ddb82 Opened by James Tucker at 2024-05-23 23:21:21 - 5 comments
  2344. Symbols in optimized async programs are often not useful

    ba69d74 Opened by Cliff L. Biffle at 2023-01-21 21:15:43 - 12 comments
  2345. FnAbi computation should be cached.

    3714dac Opened by Eduard-Mihai Burtescu at 2019-11-17 16:02:30 - 3 comments
  2346. Using thread-local state inside proc-macro causes ICE

    d7d88c6 Opened by Oleg Nosov at 2023-09-26 22:00:50 - 10 comments
  2347. Supplying an &&str when an &str is expected missing a suggestion

    0908b36 Opened by Squirrel at 2019-12-08 16:36:57 - 1 comment
  2348. Struct with allow(dead_code) on an associated function doesn't provoke a warning when unused

    dd8a6d8 Opened by powlpy at 2024-12-21 04:47:26 - 1 comment
  2349. Chain iterator adaptor shold drop exhausted subiterator

    14cf698 Opened by Alex Kladov at 2021-12-22 00:54:15 - 1 comment
  2350. Improve error message when an operator is only implemented for references of a given type

    6ef140b Opened by gralpli at 2024-12-21 19:58:38 - 1 comment
  2351. Request: mark all integer platform intrinsics as const

    c3137c6 Opened by Lokathor at 2020-02-02 11:40:34 - 3 comments
  2352. Unhelpful error message constructing re-exported tuple struct with private fields

    6d0c0de Opened by Matt Russell at 2024-11-22 13:49:44 - 8 comments
  2353. Incorrect trace for Item-level syntax errors in modules included by macro-generated code

    74f96c8 Opened by Jonathan Chan Kwan Yin at 2019-12-14 13:17:31 - 3 comments
  2354. Tracking issue for #![register_tool]

    bf4f89a Opened by Vadim Petrochenkov at 2025-02-27 21:50:55 - 64 comments
  2355. Fix: mark relevant spans (ex: ident.span) with macro expansion context

    f57b2bf Opened by Pi Lanningham at 2019-11-06 00:07:57 - 1 comment
  2356. Mark Result::{ok,err} as #[must_use]

    4548110 Opened by Xidorn Quan at 2022-10-11 00:24:44 - 5 comments
  2357. Warn that *const T as *mut T is Undefined Behavior

    b3dc6a3 Opened by Sergey "Shnatsel" Davidoff at 2019-12-14 13:37:43 - 13 comments
  2358. Tracking issue for future-incompatibility lint array_into_iter

    361275d Opened by Lukas Kalbertodt at 2025-03-23 11:50:43 - 6 comments
  2359. async fn unmet lifetime constraints produce confusing diagnostics

    549bb5c Opened by WuWen at 2020-02-02 11:43:12 - 2 comments
  2360. MSVC rustc is unnaturally slower than Linux rustc

    95b5f67 Opened by Alex Crichton at 2023-11-19 01:59:20 - 11 comments
  2361. Can't use DoubleEndedIterator for inclusive ranges

    146e125 Opened by Max Goncharenko at 2024-03-22 22:46:52 - 5 comments
  2362. Should std::future::Future be marked #[fundamental]

    17b1f19 Opened by Markus Westerlind at 2024-12-21 20:25:51
  2363. Optimize out nop-matches

    4d22c97 Opened by Oli Scherer at 2023-10-08 20:45:28 - 7 comments
  2364. Integrate mdbook into rustdoc

    e19e4b0 Opened by pep at 2021-01-09 16:31:44 - 9 comments
  2365. --remap-path-prefix does not apply to secondary files in diagnostics

    7a88d35 Opened by Jeb Rosen at 2024-10-17 03:11:09 - 8 comments
  2366. As of 1.37.0, dylib shared libraries no longer support interpositioning of functions defined in C

    c4a921a Opened by Sol Boucher at 2020-06-03 19:14:44 - 6 comments
  2367. Waker::will_wake() gets mostly defeated by executor optimizations

    62ad133 Opened by Matthias Einwag at 2023-10-08 20:51:55 - 4 comments
  2368. Missing object files when linking with LTO

    d3a5413 Opened by Dzmitry Malyshau at 2020-02-02 11:42:10 - 6 comments
  2369. Stabilize #[bench] and Bencher?

    d543eba Opened by Simon Sapin at 2021-05-26 07:08:40 - 9 comments
  2370. Add RUST_BACKTRACE=full to CI Docker images

    0c089c2 Opened by Aaron Hill at 2025-02-11 17:55:54
  2371. Compiler error doesn't show full query chain when evaluating const cycle

    7ceea23 Opened by David Hewitt at 2020-02-02 11:41:29 - 4 comments
  2372. Reduce size of target directory

    93f4207 Opened by Diggory Blake at 2021-08-04 04:07:10 - 5 comments
  2373. ICE: Adding -C save-temps to incremental compile causes rustc_codegen_ssa::back::write panic

    717513a Opened by Felix S Klock II at 2023-08-24 17:49:47 - 7 comments
  2374. Rustdoc: maybe don't display #[repr(C)] sometimes

    f6561a7 Opened by Crystal Durham at 2023-02-05 04:01:52 - 2 comments
  2375. Demangle C++ functions in backtraces

    df27cac Opened by leo60228 at 2019-11-14 16:26:54 - 3 comments
  2376. Fix trait_ref_to_existential as trait aliases is stabilized

    e6e009d Opened by Esteban Kuber at 2024-12-21 19:09:46
  2377. #[must_use] does not yield warning in pattern match

    69d9f56 Opened by Jon Gjengset at 2021-07-01 04:09:17 - 2 comments
  2378. Too many type inside async object must be known in this context errors

    da127ae Opened by Oleg Nosov at 2023-01-05 14:28:16 - 5 comments
  2379. Syntax of rustc --cfg with key and value is obscure.

    a38c758 Opened by Edd Barrett at 2023-10-06 19:02:01 - 5 comments
  2380. gdb "cannot subscript non-array type" to index a Vec

    1ae70e1 Opened by Konstantin K at 2023-08-21 14:29:33 - 12 comments
  2381. Consider using DWARF modules instead of namespaces.

    d3edc97 Opened by Eduard-Mihai Burtescu at 2024-05-04 00:21:42 - 6 comments
  2382. cannot resolve <&'t1 T as std::iter::IntoIterator>::IntoIter == _

    14dee3c Opened by Wojciech Daniło at 2022-10-17 18:58:36 - 4 comments
  2383. cargo doc: add option to document specific private items

    acc9af9 Opened by Max at 2019-11-19 11:42:41 - 1 comment
  2384. unused imports should not be fixed from use foo;\n to \n

    54f7cab Opened by Samuel Ainsworth at 2023-11-15 00:32:36 - 1 comment
  2385. Borrow checker bug: cannot return reference to temporary value

    8c2cf81 Opened by Andrey Tkachenko at 2020-08-26 11:27:27 - 10 comments
  2386. impl Trait cannot work well with lifetime bounds

    8496a8b Opened by oxalica at 2025-01-04 01:04:33 - 5 comments
  2387. const fn in panic=abort land

    235cf3e Opened by Oli Scherer at 2024-12-01 15:03:24 - 1 comment
  2388. rustc recommends a trait from a crate the current crate doesn't depend on

    adcffe7 Opened by Josh Triplett at 2024-09-09 18:17:31 - 4 comments
  2389. error: could not evaluate constant pattern

    57f4f31 Opened by Mats Palmgren at 2022-10-17 19:08:41 - 3 comments
  2390. Tone down encouragement to make everything Copy

    7fb3a72 Opened by lukaslueg at 2025-03-04 18:59:28 - 2 comments
  2391. Disambiguate between () as type and as value in const generic arguments

    404c0e0 Opened by varkor at 2022-06-28 15:22:55 - 16 comments
  2392. Missing braces in macro_rules rule cause unrelated parser error

    d29ae2e Opened by Oliver Scherer (company account waiting for deletion) at 2025-01-26 18:29:52 - 2 comments
  2393. Provide UnixPath and WindowsPath (ditto PathBuf) on all platforms

    917ccc3 Opened by Josh Triplett at 2024-12-24 17:25:04 - 7 comments
  2394. rustdoc --test mis-reports origins of #[deny(warnings)]

    93a119a Opened by Kent Fredric at 2024-12-21 04:47:27
  2395. Using std::borrow::Borrow has sneaky consequences

    38a9e64 Opened by Olivier Jolit at 2019-11-22 12:38:31 - 4 comments
  2396. Error in async function/block produces errors for valid unrelated expressions

    41f2a2c Opened by Oleg Nosov at 2020-06-20 19:16:01 - 2 comments
  2397. Unhelpful type error for too general trait implementation

    ea4e84a Opened by Camille Gillot at 2023-07-28 13:28:39 - 1 comment
  2398. Decide the precise rules for operand of &raw [const|mut]

    bff6935 Opened by matthewjasper at 2019-11-29 18:53:19 - 5 comments
  2399. std::future: Document that each Future (Stream, etc) must only be used by one task at a time

    7525bdb Opened by Sebastian Dröge at 2020-03-23 10:04:23 - 4 comments
  2400. E0119 can overwrite E0277 leading to confusing error message

    eefe8c3 Opened by Crystal Durham at 2024-11-26 00:09:31 - 1 comment
  2401. libcore crate docs are out of date regarding panic handling

    c264f88 Opened by Simon Sapin at 2025-03-04 18:34:59 - 1 comment
  2402. Coercion from non-capturing closure to fn ptr fails when return type is !

    92c1888 Opened by Ralf Jung at 2022-01-03 22:19:25 - 6 comments
  2403. Rustdoc unexpectedly de-aliases type aliases in some situations

    b359f6f Opened by Alexander Krivács Schrøder at 2022-01-11 13:09:00 - 3 comments
  2404. std::fs::copy failed with OS error 1 on Linux when copying over CIFS from local FS

    fe5cb86 Opened by Geordon Worley at 2019-11-25 23:41:40 - 1 comment
  2405. Account for HRTB on unsatisfied trait bound suggestions

    60326e8 Opened by Esteban Kuber at 2024-09-24 22:25:22 - 1 comment
  2406. Rethink how cross-compiling works, including the terminology

    4d869b6 Opened by Ximin Luo at 2024-12-28 16:12:45 - 5 comments
  2407. Add a starts_with(s: &str) -> bool method for fmt::Arguments?

    9300988 Opened by Philipp Oppermann at 2021-05-02 16:22:54 - 3 comments
  2408. Documentation for Implemented Traits Confusing for Beginners

    8be4201 Opened by Zane Hitchcox at 2025-03-04 18:29:58 - 4 comments
  2409. thread 'rustc' panicked at 'called Result::unwrap() on an Err value: DistinctSources(DistinctSources

    9e4e41e Opened by Dawid Nowak at 2022-02-03 04:47:17 - 16 comments
  2410. Print address on SIGSEGV

    232048b Opened by bjorn3 at 2020-02-28 01:14:19 - 8 comments
  2411. Rustdoc: description at reexports

    41e2800 Opened by mosh at 2021-07-02 10:05:56 - 1 comment
  2412. Printing of closure types and MIR closure constructors

    7393c26 Opened by Oli Scherer at 2020-11-06 08:32:25 - 2 comments
  2413. misleading E0392 "parameter T is never used" for every containing struct

    7b42be2 Opened by geogriff-signal at 2020-11-12 18:20:20 - 1 comment
  2414. include! should allow inner doc comments and directives

    e937475 Opened by Josh Triplett at 2024-12-22 11:07:24 - 3 comments
  2415. The lint non_uppercase_globals is triggered even in local scope. It should trigger only for global scope, or be renamed to non_uppercase_const instead.

    2c7e11f Opened by Chris King-Parra at 2020-11-03 19:34:21 - 5 comments
  2416. Post-monomorphization MIR optimizations

    4ab3781 Opened by Aaron Hill at 2023-10-08 20:51:55 - 4 comments
  2417. Licensing: It's unclear exactly what license text must be included in a Rust binary.

    0490cb5 Opened by Lokathor at 2025-03-20 16:47:44 - 4 comments
  2418. Linux version of nonblocking TcpListener::accept differs from other platforms

    7d0a17d Opened by hashmap at 2019-12-04 17:35:30
  2419. rustdoc should versionsort types in trait implementations

    0c72d55 Opened by Josh Triplett at 2025-03-04 18:15:53 - 5 comments
  2420. thread_local vs __thread: implementation and docs

    3a2f4d3 Opened by Steve Klabnik at 2025-02-07 14:09:09 - 3 comments
  2421. Tracking issue for the convert::FloatToInt trait

    46f2569 Opened by Simon Sapin at 2022-06-01 19:55:36 - 3 comments
  2422. rustc_parser incorrectly parses groups with Delimiter::None

    652663e Opened by Vadim Petrochenkov at 2024-05-25 09:42:55 - 11 comments
  2423. Clever recursive types + deref = seemingly infinite compile time

    36dcef5 Opened by Maja Kądziołka at 2023-12-16 10:56:07 - 6 comments
  2424. Warn if type-name in parameter-position

    46e8af7 Opened by lukaslueg at 2022-11-02 17:26:21 - 2 comments
  2425. "undefined symbol" when loading dylib compiled on >1.36.0

    5d5cd7f Opened by Ben Paxton at 2023-07-29 16:14:53 - 4 comments
  2426. Unit-like structs in const generic arguments

    4cffe85 Opened by Seo Sanghyeon at 2024-07-02 16:43:04 - 5 comments
  2427. [rustc_codegen_ssa] Let function calls and definitions use OperandValue or custom enum instead of Bx::Value

    c2d9854 Opened by bjorn3 at 2020-03-12 13:51:41 - 2 comments
  2428. Incorrect hints for Fn type on stable and incorrect suggestions on nightly

    33028ad Opened by Oleg Nosov at 2024-06-03 13:37:14 - 2 comments
  2429. Make it easier to run build in CI Docker image

    45abee7 Opened by Aaron Hill at 2019-12-06 23:00:40 - 1 comment
  2430. Supertrait method visible in generic but not non-generic code

    6bced6f Opened by comex at 2024-12-21 19:56:52 - 1 comment
  2431. #![windows_subsystem = "windows"] hides cargo test output

    fa22880 Opened by utoalex at 2025-03-17 11:11:23 - 14 comments
  2432. [cg_ssa] TerminatorCodegenHelper::do_call assumes that destination doesnt have more than one predecessor

    4c6beae Opened by bjorn3 at 2020-03-12 13:34:06 - 2 comments
  2433. format!() ignores width when displaying enums

    497dd62 Opened by Michael Diamond at 2021-09-14 22:07:19 - 7 comments
  2434. Bootstrap should be able to learn target information from Rustc target database

    f2b5bd0 Opened by jethrogb at 2019-12-09 10:26:19
  2435. Strange cycles perfomance with generators and very slow for in debug build [on nightly]

    63bd79c Opened by Oleg Nosov at 2020-02-02 11:36:48
  2436. Don't evaluate promoteds for each monomorphization if it does not depend on generic parameters

    31492f4 Opened by Oli Scherer at 2019-12-10 08:35:08 - 6 comments
  2437. Missing TryInto from usize to float

    cbb9eb5 Opened by Kuei (Jack) Sun at 2024-02-11 22:19:03 - 3 comments
  2438. rustc requires 7GB of memory for clean build

    2b3af3a Opened by Samuel Ainsworth at 2019-12-10 00:36:59 - 11 comments
  2439. rust-gdb fails at passing command line arguments to the executable

    cda655a Opened by MeFisto94 at 2023-12-10 10:32:25 - 1 comment
  2440. Missed optimization on only used once allocation

    6b7b4a4 Opened by tesuji at 2024-05-20 21:19:57 - 4 comments
  2441. #[link_section] is only usable from the root crate

    fe07b94 Opened by J. Frimmel at 2023-07-13 13:07:58 - 7 comments
  2442. Test exit code should distinguish between failed test and bad args

    6a57041 Opened by Tyler Mandry at 2024-12-21 20:01:37 - 1 comment
  2443. Passing -Z embed-bitcode doesn't embed bitcode for debug builds of external dependencies

    ad67c89 Opened by Dave Hylands at 2023-03-04 00:37:24 - 1 comment
  2444. Casting or adding type ascription to panic!() triggers unreachable_code

    38196d8 Opened by leo60228 at 2020-02-02 11:35:33 - 7 comments
  2445. Clarify pitfalls of references and NonNull in FFI

    349ff22 Opened by gnzlbg at 2020-03-06 15:12:21 - 1 comment
  2446. Can't return impl trait inside a type when using HRTBs

    3cfc6da Opened by Sam Sartor at 2024-12-21 05:08:41 - 5 comments
  2447. Tracking issue for ..X, and ..=X (#![feature(half_open_range_patterns)])

    3ff48db Opened by Mazdak Farrokhzad at 2022-12-10 01:37:54 - 47 comments
  2448. --emit=[asm|llvm-bc|llvm-ir|obj] not emitting allocator or metadata

    99782c4 Opened by Victor Ding at 2022-07-19 05:04:16 - 3 comments
  2449. --emit=metadata emitting empty .rmeta file

    f4b72e4 Opened by Victor Ding at 2023-05-24 01:53:33 - 7 comments
  2450. cfg(doctest) doesn't work as expected

    baa6079 Opened by Guillaume Gomez at 2024-03-20 01:04:19 - 18 comments
  2451. RcFromIter and ArcFromIter have unused specializations

    24c702f Opened by Masaki Hara at 2019-12-15 12:21:27
  2452. == after unsafe block is not correctly recognized

    9ca2f91 Opened by Xidorn Quan at 2020-07-24 11:53:56 - 6 comments
  2453. Misleading message for [E0392] with associated types of trait bound

    985867c Opened by Em Sharnoff at 2024-09-19 16:20:51
  2454. [rustdoc] Hide items from search but leave it clickable under publiced module

    fb0dabb Opened by tesuji at 2019-12-17 22:31:12 - 4 comments
  2455. Problem with PartialEq

    bc167fe Opened by Zakarum at 2024-05-06 11:16:45 - 6 comments
  2456. Cargo fix generates broken code for type names passed to derives

    523256a Opened by Sage Griffin at 2024-12-21 14:39:58 - 6 comments
  2457. Implicit jobserver token is yielded by rayon

    c887501 Opened by Mark Rousskov at 2019-12-18 11:05:39
  2458. Windows DllMain name is exported

    fef4f04 Opened by Maurice Kayser at 2024-12-02 09:42:14 - 7 comments
  2459. Missing StorageLive and StorageDead Statements for some locals

    c9f9e9d Opened by Tom Meyer at 2023-12-11 17:46:58 - 4 comments
  2460. Irrelevant error caused by illegal blanket impl

    beff9b3 Opened by Erlend Langseth at 2023-12-25 02:31:19 - 1 comment
  2461. [mir-opt] Simplify SwitchInts of explictly written ranges to range tests

    e2b3dbf Opened by Mazdak Farrokhzad at 2020-10-07 23:35:59 - 2 comments
  2462. Switching to opt-level=z on i686-windows-msvc triggers STATUS_ACCESS_VIOLATION

    8be65c9 Opened by Friedel Ziegelmayer at 2024-11-22 15:20:43 - 19 comments
  2463. In the lexer, accept number suffixes that start with e.

    df635b2 Opened by Richard Dodd at 2020-12-10 19:45:24 - 1 comment
  2464. Don't emit "value assigned to ... is never read" for each instance?

    0b2d769 Opened by Mahmoud Al-Qudsi at 2020-01-15 19:10:58 - 1 comment
  2465. illegal instruction on x86_64-linux-android since 1.40.0

    3fb69c7 Opened by Christopher Serr at 2020-01-25 17:38:13 - 2 comments
  2466. [Rustdoc] A way to disambiguate between Trait methods and implemented ones in search?

    7abbeda Opened by tesuji at 2024-08-30 11:55:37
  2467. Wrong compiler error message.

    3058db5 Opened by Charles Lew at 2023-01-08 21:03:57 - 3 comments
  2468. panic=abort testing / subprocess testing

    332b907 Opened by Mark Rousskov at 2023-02-07 19:16:46 - 10 comments
  2469. Remove HirId from MIR

    31ca151 Opened by Oli Scherer at 2019-12-29 01:50:19
  2470. Remove uses of _ in defaults

    eb95d52 Opened by mark at 2024-08-30 11:56:39
  2471. Support TCP_FASTOPEN in TcpStream and TcpListener

    6848841 Opened by ty at 2019-12-30 11:01:28 - 1 comment
  2472. Allow deny/forbid level lints in macros to cross crate boundaries

    4f0864f Opened by Nikolai Vazquez at 2019-12-30 11:03:10
  2473. Incorrect/unexpected behavior with associated type lifetime bounds in lifetime-parametrized traits

    2d88c4e Opened by Izzy Swart at 2021-06-30 17:52:50 - 4 comments
  2474. Macro expansion of rental! macro using --pretty=expanded generates uncompilable code

    63df954 Opened by [defunct, mmastrac is my personal account] at 2020-01-02 09:05:48 - 1 comment
  2475. Deprecated tracking issue for closed RFC 2632, impl const Trait for Ty and ~const (tilde const) syntax (const_trait_impl)

    7ac2d5f Opened by Dylan MacKenzie at 2025-03-30 10:02:08 - 63 comments
  2476. Add a rustdoc flag to show the source code externally

    49764c2 Opened by Pietro Albini at 2021-11-28 19:32:53 - 18 comments
  2477. UdpSocket is missing the dissolve method

    5822a46 Opened by Youmu at 2024-05-08 11:09:30 - 1 comment
  2478. rust compiler bug on borrow/ownership?

    4f4cd27 Opened by fifc at 2020-02-02 11:30:18 - 1 comment
  2479. const simd_extract/insert are no longer usable in latest nightly (2020-01-02)

    e97f9e6 Opened by Nova at 2020-09-10 06:25:27 - 3 comments
  2480. rustdoc: provide more context for parse errors in code blocks

    62a9917 Opened by Andy Russell at 2021-05-05 01:41:33 - 4 comments
  2481. Compile code is very slow in debug mode

    9695c71 Opened by zxj at 2025-02-14 04:04:26 - 5 comments
  2482. Type inference can't resolve through Result::map_err

    1b68892 Opened by Steven Malis at 2020-12-30 20:04:55 - 2 comments
  2483. Please add try_lock to Stdin, Stdout, and Stderror

    66a1311 Opened by Lokathor at 2020-01-06 00:09:05
  2484. Specialization works only if type annotation is provided

    01657d8 Opened by Donny/강동윤 at 2023-02-14 20:19:59 - 1 comment
  2485. thread_id_value tracking issue

    ef6e1e9 Opened by Mark Rousskov at 2025-02-27 18:15:22 - 41 comments
  2486. Expose abort function from core

    5dbb48a Opened by Mara Bos at 2020-01-08 15:11:01 - 6 comments
  2487. Mutable borrow of field with autoref vs ref mut

    1b32769 Opened by David Hewitt at 2021-03-02 16:18:20 - 5 comments
  2488. Implementation of std::net::TcpListener::shutdown

    e85dc9d Opened by llebout at 2020-01-15 21:57:35 - 10 comments
  2489. ICE in unsized fn params: tried to statically allocate unsized place

    e2a1590 Opened by DutchGhost at 2023-06-24 05:16:00 - 6 comments
  2490. Incompatible type error should explain when types come from default type parameters

    1e8d53e Opened by varkor at 2023-10-18 03:23:20 - 1 comment
  2491. Spurious and unrelated error when using a macro variable (expr)

    a8c3f5d Opened by Erlend Langseth at 2020-05-21 22:14:31
  2492. Add ability to ignore tests at runtime.

    91a19c8 Opened by XAMPPRocky at 2022-01-03 01:14:38 - 4 comments
  2493. Pin is unsound due to transitive effects of CoerceUnsized

    51780bc Opened by Niko Matsakis at 2023-10-11 14:01:06 - 3 comments
  2494. TcpStream bind before connect

    848f4ef Opened by ty at 2020-01-09 13:25:53 - 5 comments
  2495. Unhelpful highlighting in type inference error

    5485ce2 Opened by May Torrence at 2020-01-10 23:26:01 - 1 comment
  2496. Type inference can't resolve type of output of dyn Future inside of impl Fn inside of Vec

    fdb0887 Opened by Oleg Nosov at 2025-04-05 19:08:12 - 3 comments
  2497. repr(C) is not respected for enums with uninhabited variants

    97fb30b Opened by Jack Wrenn at 2024-12-28 05:35:43 - 1 comment
  2498. Support Visual Studio heap profiler in MSVC targets

    6cdf248 Opened by Josh Matthews at 2023-04-05 17:43:49 - 5 comments
  2499. Confusing "expected reference, found ..." error when trying to chain Iterator<T> and Iterator<&T>

    aa6510a Opened by Jakub Stasiak at 2023-02-03 15:48:49 - 3 comments
  2500. Error message for closure with async block needs improvement

    f7c93a8 Opened by Tyler Mandry at 2022-10-27 09:16:19 - 5 comments
  2501. Can't compile with emscripten on windows (rust.metadata.bin) The end of the file was unexpectedly encountered

    ae3ba86 Opened by Zazck at 2024-10-11 06:39:05 - 1 comment
  2502. Export low-level common interfaces for mutex, condvar, etc.

    791c25f Opened by Alexander Vieth at 2020-01-13 19:34:47 - 7 comments
  2503. std::fs: change ownership or Improvements for UNIX Domain Socket creation.

    c96ad31 Opened by Michael Mestnik at 2024-12-28 05:36:06
  2504. Overhead of core::sync::atomic::* primitives in dev builds

    0d15092 Opened by Daniel Egger at 2023-10-08 20:51:57 - 6 comments
  2505. Infinite types not detected

    6da4126 Opened by truchi at 2020-08-24 15:04:06 - 5 comments
  2506. The bounds information of associated types is not propagated correctly when used with trait aliases.

    99a2b95 Opened by Wojciech Daniło at 2020-01-16 19:40:52 - 6 comments
  2507. Don't render text from implementors file

    93e79f8 Opened by Guillaume Gomez at 2020-01-14 14:04:53
  2508. declarative macro results in rustc entering infinite loop

    c04b958 Opened by Carl Lerche at 2020-04-19 21:11:38 - 1 comment
  2509. Sealed traits for rustdoc

    12b0dfb Opened by Mark Rousskov at 2024-12-24 03:59:24
  2510. Expand unreachable_code lint to support detecting unreachable code after panicking.

    20d2d90 Opened by Charles Lew at 2020-01-17 13:45:33 - 6 comments
  2511. lint on dbg! of non-reference with return value not used

    1ff774f Opened by Josh Triplett at 2020-02-02 11:27:43 - 2 comments
  2512. Don't infer regions in type checking

    c00620a Opened by matthewjasper at 2025-03-12 19:05:18 - 2 comments
  2513. Support whole program devirtualization

    491fa06 Opened by Tyler Mandry at 2024-05-02 16:20:24 - 14 comments
  2514. Unexpected 'static lifetime requirement

    6753008 Opened by 0e4ef622 at 2020-05-20 20:56:33
  2515. Suggest examples of format specifiers in error messages

    b2f57d7 Opened by Sunjay Varma at 2020-09-07 13:23:59 - 3 comments
  2516. Feature request: Make queries more discoverable

    296b093 Opened by llogiq at 2024-12-21 20:14:05
  2517. Specialization should allow for delegation to default trait method implementation

    464c464 Opened by jazzfool at 2020-01-17 16:59:12 - 4 comments
  2518. Tracking issue for negative impls

    67787bb Opened by Niko Matsakis at 2025-02-28 00:16:41 - 47 comments
  2519. #[used] should work on functions

    9b0b7aa Opened by Jonas Schievink at 2020-01-17 20:37:26
  2520. Compiler crashes with SIGSEGV when compiling core library with static relocation model

    b160b80 Opened by Serentty at 2023-12-16 05:19:28 - 12 comments
  2521. LLVM error compiling core and builtin functions using 16-bit pointers in data layout

    7af2618 Opened by Serentty at 2020-01-18 00:12:41 - 2 comments
  2522. --pretty=expanded fails after calling cbindgen in cdylib crate

    f1aa666 Opened by Connor Fitzgerald at 2020-01-18 11:41:38 - 2 comments
  2523. Support hiding specific stackframes from backtrace by marking on the original functions.

    1d1718e Opened by Charles Lew at 2020-01-19 18:07:53 - 5 comments
  2524. Let custom codegen backends opt out of LTO

    4f3c547 Opened by bjorn3 at 2020-03-23 10:47:54 - 3 comments
  2525. Semantics of MIR assignments, around aliasing, ordering, and primitives.

    7091f25 Opened by Eduard-Mihai Burtescu at 2022-04-23 02:28:52 - 30 comments
  2526. Scan is overly specialized

    e879290 Opened by mydogisbox at 2024-07-19 06:46:17 - 22 comments
  2527. Wrong error message (E401) when storing the result of a generic const fn inside a const member of a generic function

    4b91c24 Opened by sm-Fifteen at 2020-01-20 14:45:00 - 2 comments
  2528. Associated type behind a *mut unecessarily results in invariant subtyping

    8b3f4f5 Opened by Greg Morenz at 2024-12-21 05:08:41 - 5 comments
  2529. Expose type_name() method on Any.

    c06a952 Opened by James Leitch at 2022-04-09 15:54:57 - 3 comments
  2530. typeck: diverging binding in pattern does not generate unreachable_code

    fddc7d3 Opened by Mazdak Farrokhzad at 2020-05-06 12:07:12 - 1 comment
  2531. Add Default Lint to Ensure Match Arm Bindings do not Shadow Local Variables.

    e1d81c4 Opened by Alexander Huszagh at 2022-06-20 18:23:32 - 4 comments
  2532. SIMD-enabled utf-8 validation

    ce7402d Opened by Yosh at 2023-03-03 22:45:27 - 57 comments
  2533. Error message [E0423] "expected value, found built-in attribute start" is confusing

    b4693ab Opened by Jason Orendorff at 2023-12-10 10:30:50 - 4 comments
  2534. Code generation quality for a recursive function

    9db7f28 Opened by Ophir LOJKINE at 2023-10-08 20:51:58 - 3 comments
  2535. Diagnostics for mismatched generic types for constructors accessed via Self could show where the mismatch occurs

    1b2414b Opened by Jake Goulding at 2024-04-10 21:19:40 - 4 comments
  2536. Add sanity checking for query keys

    4bc46ae Opened by Aaron Hill at 2020-01-26 15:15:11 - 1 comment
  2537. Severe slowdown when wrapping a [MaybeUninit<T>; N] in a struct

    49ac3b0 Opened by Tim Vermeulen at 2022-07-19 01:40:36 - 6 comments
  2538. Compile error in main code when doc-testing a crate that has the same name as a module

    627540d Opened by Aurelia Molzer at 2025-02-25 18:36:56 - 6 comments
  2539. Tracking issue for RFC 2700: numeric constants as associated consts

    b810be4 Opened by Lukas Kalbertodt at 2023-02-16 19:34:24 - 19 comments
  2540. Lint missing Copy impl/derive on fully public types.

    c0b40c8 Opened by Eduard-Mihai Burtescu at 2020-01-26 18:40:49 - 8 comments
  2541. Exponential Type Blowup when wrapping function

    478453f Opened by Georgios Konstantopoulos at 2025-02-14 04:04:26 - 4 comments
  2542. Closure capturing itself results in unclear "mismatched types" error

    50a0b31 Opened by Jonas Schievink at 2021-08-05 16:54:08 - 2 comments
  2543. "expected bound lifetime parameter, found concrete lifetime" when passing a 'static reference to a closure that returns a future

    d66554e Opened by Jake Goulding at 2021-09-20 16:58:52 - 2 comments
  2544. Add note for to clarify trait restriction for function if we get (in my example "borrow as mutable" error)

    7580741 Opened by Dmitry Opokin at 2023-08-03 17:05:18 - 2 comments
  2545. BufReader::seek -- should this discard the buffer when pos is SeekFrom::Current(0)?

    baf59f1 Opened by Max Burke at 2023-12-09 14:03:11
  2546. specialization: default impl is used, ignoring the vtable of original value

    1d207e4 Opened by Donny/강동윤 at 2020-01-29 11:12:13 - 3 comments
  2547. Tracking issue for future-incompatibility lint conflicting_repr_hints

    1b8833f Opened by Mazdak Farrokhzad at 2025-03-23 11:54:31 - 5 comments
  2548. casting trait methods to FnOnce(&mut dyn Trait) is not ergonomic

    7f37256 Opened by Jacob Lifshay at 2020-01-28 19:17:55 - 4 comments
  2549. E0700 does not point to where the captured lifetime is

    3660aba Opened by Sebastian Malton at 2024-12-24 01:00:51 - 6 comments
  2550. UnixDatagram: please support vectored send

    46fdade Opened by Josh Triplett at 2020-03-11 10:49:53 - 3 comments
  2551. UdpSocket: please support vectored send

    cb48ef7 Opened by Josh Triplett at 2023-07-31 20:16:33 - 3 comments
  2552. StorageLive (and even StorageDead) may be unnecessary in MIR.

    b0a3cb2 Opened by Eduard-Mihai Burtescu at 2021-07-05 21:01:16 - 24 comments
  2553. false positive "trait already implemented" (E0371)

    b7f7547 Opened by Donny/강동윤 at 2024-12-21 04:58:15 - 3 comments
  2554. 'Referencing function in another module` error when compiling for target wasm32-unknown-emscripten (debug mode)

    4a664f7 Opened by George Roman at 2024-10-11 06:39:06
  2555. ExitCodeExt: Please provide an extension method for the "raw" exit code

    17999f7 Opened by Josh Triplett at 2023-06-27 04:01:28 - 4 comments
  2556. Exponential trait selection when compiling a crate using combine 4

    6c157be Opened by Markus Westerlind at 2020-03-17 11:17:24 - 11 comments
  2557. Oddity in what lines count towards coverage

    fe610eb Opened by Sebastian Malton at 2023-07-17 14:34:59 - 5 comments
  2558. static mut bindings don't raise unused_mut diagnostic

    c43ffb8 Opened by Arnav Singh at 2020-02-01 00:51:13 - 2 comments
  2559. Initializers of stable constants can call const unstable functions

    fe1264d Opened by Dylan MacKenzie at 2020-02-02 20:05:01 - 5 comments
  2560. Optimize SpecializedDecoder<Span> and SpecializedEncoder<Span> for CacheDecoder

    c56f75d Opened by bjorn3 at 2020-03-30 17:49:46
  2561. Diagnostic for E0596 points at the wrong borrow?

    0828b3a Opened by jade at 2023-02-03 15:56:31 - 3 comments
  2562. Large compile times with repetitive trait bound

    a4465a2 Opened by Farkal at 2020-02-25 21:15:29 - 4 comments
  2563. llvm.dbg.value should be used instead of llvm.dbg.declare wherever possible.

    8d2fb97 Opened by Eduard-Mihai Burtescu at 2025-04-10 13:19:02 - 8 comments
  2564. Misleading error when incorrectly using crate as a module.

    970248d Opened by Iago-lito at 2024-12-21 20:21:18
  2565. rustc generates a lot of LLVM IR when using a match in struct field initialization

    78161cb Opened by Magnus at 2020-02-04 12:56:27
  2566. Spurious 'conflicting implementations' error when specializing a type with a compilation error

    b797ec0 Opened by Aaron Hill at 2024-04-21 17:53:02 - 2 comments
  2567. MBE (macro_rules!) pattern-matching is unnecessarily O(n) even in simple cases.

    b111591 Opened by Eduard-Mihai Burtescu at 2022-10-23 12:54:36 - 14 comments
  2568. Support for fatal compile_error that suppresses subsequent errors

    014025e Opened by Josh Triplett at 2023-06-28 14:07:58 - 10 comments
  2569. Improve diagnostics for serializing 'static type from Deserialize<'de>

    43b15be Opened by Dirkjan Ochtman at 2020-02-07 19:58:38 - 1 comment
  2570. Poor error message when indexing result of dbg!()

    2806297 Opened by Jason Priest at 2020-05-15 01:10:03 - 1 comment
  2571. Coroutines should be able to implement for<'a> Coroutine<&'a mut T>

    b836e9a Opened by Jonas Schievink at 2024-10-02 09:56:33 - 16 comments
  2572. Different NaN types on mipsel and mips64el than on most other architectures

    d226f93 Opened by silwol at 2020-02-10 09:47:27 - 6 comments
  2573. Slow compilation

    a6ab436 Opened by Dragoș Tiselice at 2025-02-14 04:04:27 - 5 comments
  2574. Confusing additional warnings when hitting bindings_with_variant_name

    babf496 Opened by Ted Mielczarek at 2020-02-07 14:53:27
  2575. Borrow scope for pattern matches - again

    206d7d6 Opened by Akos Vandra-Meyer at 2024-01-25 23:32:25 - 5 comments
  2576. Tests in panic=abort can hang if test spawns a subprocess

    f726bef Opened by Tyler Mandry at 2023-12-16 07:17:14 - 4 comments
  2577. Audit src/rustllvm/RustWrapper.cpp for C APIs that are now in upstream LLVM.

    c4a5e01 Opened by Eduard-Mihai Burtescu at 2020-02-08 13:43:33 - 1 comment
  2578. MIR SourceScopes stay around even when all their uses were removed.

    318b3ab Opened by Eduard-Mihai Burtescu at 2023-04-17 14:18:20 - 1 comment
  2579. rust-mingw is missing libssp*

    8f9a156 Opened by Mike Hommey at 2020-08-09 14:01:01 - 10 comments
  2580. Can't use ASAN with Xcode clang

    d87c587 Opened by Mike Hommey at 2023-06-10 05:10:51 - 3 comments
  2581. Add with_exact_size and with_size_hint to Iterator

    511efa3 Opened by Lukas Kalbertodt at 2020-02-20 01:57:49 - 5 comments
  2582. Missed optimization on fixed-size bytes comparison

    83336d4 Opened by ordian at 2023-10-08 20:51:58 - 1 comment
  2583. Rustdoc: prioritize matches with same casing in search results

    8e0b1d5 Opened by Ruslan Fadeev at 2024-11-06 02:19:36 - 9 comments
  2584. r# stripped from raw idents in lint and type annotations needed error

    61b7344 Opened by Oleg Nosov at 2023-08-14 14:26:36 - 8 comments
  2585. Incorrect help message for type declared on struct using raw identifier

    28032b8 Opened by Oleg Nosov at 2023-07-06 12:09:27 - 10 comments
  2586. Non-deterministic perf.rust-lang.org runs (e.g. syn-opt).

    bc2124c Opened by Mark Rousskov at 2020-04-21 14:30:18 - 29 comments
  2587. Lifetime elision doesn't work right with nested self receivers.

    b61ea11 Opened by Manu at 2021-09-19 13:26:36 - 2 comments
  2588. Confusing E0495 error explanation

    0a0ca10 Opened by mw at 2020-03-03 22:19:21 - 2 comments
  2589. arbitrary self types causes unexpected error messages

    a35cd8b Opened by Niko Matsakis at 2023-08-04 12:49:23 - 3 comments
  2590. Clarify "cannot find macro X in this scope"

    e6553b2 Opened by rusty-objects at 2023-07-01 15:24:58 - 5 comments
  2591. Tracking issue for target_feature 1.1 RFC

    9c6e9fa Opened by Niko Matsakis at 2024-11-25 07:15:01 - 47 comments
  2592. Tracking Issue for std::cell::{Ref, RefMut}::leak

    fe99d29 Opened by Aurelia Molzer at 2022-11-15 11:36:57 - 5 comments
  2593. Conflicting error messages for HRTB in impl Trait

    8c889b1 Opened by Jason Priest at 2023-10-20 20:10:11 - 2 comments
  2594. Unhelpful suggestion for "cannot infer type" error

    770345b Opened by Sherlock Holo at 2023-01-08 02:02:47 - 2 comments
  2595. Weird error message when pub crate is implemented on inner mod

    e156865 Opened by Alessandro Cresto Miseroglio at 2023-04-05 17:31:40 - 2 comments
  2596. better warning when passing format string and variable in wrong order to format/println

    cb6756e Opened by Matthias Krüger at 2023-07-28 13:30:46
  2597. The "type_alias_impl_trait" feature has problems handling lifetime parameters.

    7d45dc3 Opened by Frank Steffahn at 2021-06-29 21:25:32 - 6 comments
  2598. Incorrect trait-object warning when returning a type-alias-impl-trait

    34c0aa6 Opened by Aaron Hill at 2024-12-21 05:35:02 - 1 comment
  2599. rustc fails to resolve an associated type when using Self: Trait<A> in a method of a trait

    68ee393 Opened by Dimitri Sabadie at 2023-08-17 15:41:37 - 3 comments
  2600. Disambiguate method call for impl on dyn Trait

    4521c6b Opened by Harald Hoyer at 2023-12-17 17:07:30 - 3 comments
  2601. Trait bounds were not satisfied

    798e63b Opened by Simon Golbert at 2020-05-16 20:19:08 - 7 comments
  2602. Bad quality code for Clone on enum types

    835dab3 Opened by Reiner Pope at 2025-04-16 00:17:32 - 6 comments
  2603. Tracking Issue for linked_list_remove

    34bb810 Opened by BijanT at 2023-01-01 15:39:28 - 9 comments
  2604. Overflow evaluating requirements when referencing associated type without a type parameter

    eb2cf87 Opened by Jim Turner at 2024-08-30 11:58:09
  2605. Confusing errors when using Self variants with lifetimes

    4dd7090 Opened by Clar Fon at 2025-02-13 20:16:10 - 5 comments
  2606. parser: Implement recovery for potential unknown macro variables $ IDENT

    6b66222 Opened by Vadim Petrochenkov at 2020-02-17 09:29:09
  2607. Documentation unclear with Fn trait on extern "C" function pointers

    af418e2 Opened by Mark McCaskey at 2025-02-06 13:40:41 - 3 comments
  2608. Yield reference in coroutine with GAT

    35f5cda Opened by cynecx at 2024-09-24 21:00:37 - 2 comments
  2609. [lint: unsafe_in_unsafe_fn] A lint which triggers on unsafe operations in unsafe fn

    6f41157 Opened by Mazdak Farrokhzad at 2024-12-21 04:47:27 - 4 comments
  2610. [Docs] box doesn't contain documentation regarding ZSTs

    f684847 Opened by Naim A. at 2025-02-19 18:45:00 - 7 comments
  2611. tidy should not traverse untracked directories

    487b423 Opened by Felix S Klock II at 2024-11-14 18:06:18 - 15 comments
  2612. Feature Request: NonZeroInt literal coersion

    0e2bce2 Opened by Nathan West at 2025-01-12 21:00:54 - 3 comments
  2613. current_exe() returns invalid path on linux when exe has been deleted

    e3bd694 Opened by Cristian Kubis at 2020-04-26 20:00:27 - 12 comments
  2614. Occasional non-reproducibility when building rustc

    d5d3adb Opened by Joel Galenson at 2020-02-24 17:39:02 - 10 comments
  2615. Possibly incorrect syntax Enum::<Type, Params>::Variant allowed since 1.33

    84e40a8 Opened by Esteban Kuber at 2024-12-21 05:08:42 - 7 comments
  2616. Scoping rules for tail expressions leads to unexpected compiler error

    6ead0b1 Opened by Sherlock Holo at 2023-05-07 15:53:01 - 6 comments
  2617. instance_def_size_estimate is not that good at estimating

    a236844 Opened by Andreas Jonson at 2021-02-24 22:42:41 - 4 comments
  2618. Make emitting an error necessary to acquire a ErrorReported token

    271ead1 Opened by varkor at 2022-01-23 09:45:28 - 6 comments
  2619. Trait bounds on associated types not resolving correctly

    72927f4 Opened by Alexander Payne at 2024-08-30 11:59:57
  2620. rustc's -W/A/D/F options should ignore clippy:: lints

    5a7567b Opened by Jeremy Fitzhardinge at 2024-12-21 04:47:28 - 1 comment
  2621. False warning: "unused logical operation that must be used"

    5f2c467 Opened by Katharina Fey at 2024-09-05 21:11:44 - 8 comments
  2622. Inferred lifetimes in static trait method resolve to 'static, even though a local lifetime would suffice

    872ea11 Opened by Sebastian Thiel at 2023-12-10 14:10:56
  2623. impl_trait_in_bindings doesn't interact well with associated types yet

    fc00187 Opened by Boscop at 2021-11-19 05:25:44 - 1 comment
  2624. Type Inferencing of Type Parameters with Associated Types Is Incorrect

    302a4e4 Opened by Bob (Yifan) Yang at 2023-12-10 14:11:52 - 1 comment
  2625. Clearer error for failed tests which returned a Result Err()

    053220a Opened by dbr/Ben at 2023-05-31 04:46:27 - 7 comments
  2626. -Ctarget-cpu=skylake trashes ends_with_str performance

    688deb9 Opened by Matthias Krüger at 2023-03-03 22:43:16 - 1 comment
  2627. Later use of borrow is not explained if it happens in case of panic

    38de158 Opened by DomantasJ at 2023-10-20 20:07:32 - 1 comment
  2628. Return value from const_trait_impl did not promote to constant?

    4bb0e3f Opened by Charles Lew at 2025-02-28 16:45:30 - 8 comments
  2629. Moving a method from struct impl to trait causes performance degradation

    5258971 Opened by Josh Mcguigan at 2020-03-05 12:04:39 - 25 comments
  2630. Docs suggest implemting try_fold on std::iter::iterator, which is not possible due to Try being unstable

    bf8df6f Opened by Mike Pedersen at 2025-04-09 17:53:43 - 2 comments
  2631. Regression in error message quality for macro_rules involving $:ident

    f581d91 Opened by David Tolnay at 2021-01-21 18:44:47 - 6 comments
  2632. Consider integrating with OSS-Fuzz?

    fd61391 Opened by Val Markovic at 2023-12-10 14:13:19 - 3 comments
  2633. Very hard to read error when returning ? from closure not returning Result or Option

    775c565 Opened by jyn at 2023-06-30 15:51:40 - 6 comments
  2634. Improve diagnostics when a type does not impl a trait despite #[derive]'ing it

    d1dfe41 Opened by Tyler Mandry at 2023-10-18 21:57:56 - 7 comments
  2635. Tracking issue for more precise coroutine captures

    6edbabc Opened by Tyler Mandry at 2024-12-21 05:08:42 - 7 comments
  2636. Tracking Issue for the avr-interrupt/avr-non-blocking-interrupt calling convention/ABI

    9dcbc3e Opened by Dylan McKay at 2024-11-10 22:08:08 - 3 comments
  2637. Resolving recursive traits with type parameters requires exponential memory in certain cases

    8bb48fa Opened by JackStade at 2024-08-30 12:02:16
  2638. [rustdoc] Fuzzy search in rustdoc should be configurable

    f7316df Opened by Gus Wynn at 2020-05-08 15:05:09 - 3 comments
  2639. [libs] add recursive variant of fs::read_dir

    d4f0509 Opened by Yosh at 2022-02-05 19:20:14 - 6 comments
  2640. riscv: unable to use atomics with linker-plugin-lto

    b7dad42 Opened by Sean Cross at 2022-08-17 06:40:15 - 3 comments
  2641. std::env members need to document "process global" risks.

    c403837 Opened by Kent Fredric at 2025-02-19 17:59:51 - 1 comment
  2642. false negative unused_mut: if let x .. = &mut

    909ce65 Opened by Matthias Krüger at 2020-04-13 13:20:08 - 3 comments
  2643. More precise drop elaboration

    0b679c8 Opened by Dylan MacKenzie at 2020-03-06 09:03:11 - 2 comments
  2644. Confusing diagnostics where the error mentions Sized but not that a trait bound is not implemented (where it would be for a Sized type).

    574bf09 Opened by Naja Melan at 2023-08-03 16:34:30 - 2 comments
  2645. Import suggestion at incorrect line when first line is a struct attribute

    710336b Opened by Paul Daniel Faria at 2020-05-15 00:50:38 - 1 comment
  2646. We should use crate visibility in implementation details like std::sys.

    feb1af4 Opened by Eduard-Mihai Burtescu at 2020-03-05 18:39:52 - 5 comments
  2647. rustc_span footgun: ensure_source_file_source_present has to be manually called.

    a1d0c72 Opened by Eduard-Mihai Burtescu at 2020-03-05 16:09:39
  2648. Unhelpful error when returning reference in move closure

    516b142 Opened by Aaron Hill at 2024-05-28 19:03:02
  2649. Consider warning when comparing wide pointers with vtables (as their address identity is unstable)

    b23fb29 Opened by Josh Matthews at 2024-01-09 09:15:01 - 28 comments
  2650. std::net::IpAddr: is_loopback failing on ipv4-in-ipv6 addresses

    359e320 Opened by Lars Baumgärtner at 2023-12-10 12:05:03 - 5 comments
  2651. [libs] Add TcpStream::keepalive and TcpStream::set_keepalive

    a93bdf4 Opened by Yosh at 2025-01-24 22:38:18 - 13 comments
  2652. It is hard to see the return types of async functions

    c8603f2 Opened by Niklas at 2021-01-07 21:18:45 - 15 comments
  2653. When errors have been emitted, do not continue to codegen stage

    47782aa Opened by Esteban Kuber at 2025-02-14 03:59:33
  2654. Run 32bit test suite on PR CI?

    fa093ad Opened by Ralf Jung at 2020-11-04 15:24:53 - 9 comments
  2655. Tracking Issue for Coroutine Memory Usage

    560d6f5 Opened by Jonas Schievink at 2025-02-14 04:02:37 - 5 comments
  2656. Tracking Issue for layout information behind pointers

    689b3d6 Opened by Crystal Durham at 2024-12-03 06:45:03 - 29 comments
  2657. Use #[rustc_layout] instead of print-type-sizes

    1903a2b Opened by Ralf Jung at 2021-03-18 20:36:58 - 14 comments
  2658. libunwind contained in rust-src won't build for some targets

    966fb6d Opened by Iulian Gabriel Radu at 2020-05-21 07:52:32 - 1 comment
  2659. Detect introduction of deadlock by using if lock.read()/else lock.write() in the same expression

    c051c79 Opened by Esteban Kuber at 2020-03-10 15:54:34 - 2 comments
  2660. Compiler selects invalid --lldb-python path

    deca508 Opened by Dante Broggi at 2024-12-29 12:54:09 - 7 comments
  2661. todo! and unimplemented! does not work with impl Trait return types

    fc72abb Opened by Nikita Bosov at 2025-01-11 14:41:59 - 22 comments
  2662. "cannot borrow a constant which may contain interior mutability" for local variable inside constant evaluation

    1d85fb1 Opened by comex at 2023-12-19 13:44:25 - 2 comments
  2663. Can't use anonymous functions with calling conventions other than Rust

    ee58047 Opened by Denis Golovan at 2020-03-11 13:17:42 - 1 comment
  2664. VecDeque should support splice / extend_front

    2271c5c Opened by Boscop at 2025-03-26 20:34:14 - 11 comments
  2665. Tracking Issue for Read::is_read_vectored/Write::is_write_vectored.

    48f2498 Opened by Steven Fackler at 2024-07-02 15:18:04 - 7 comments
  2666. Add in memory object files support to CompiledModule and ArchiveBuilder

    a527ecd Opened by bjorn3 at 2022-12-15 16:03:40 - 3 comments
  2667. fn item can't coerce to trait object when a trait bound has a lifetime parameter

    c8a9aa0 Opened by Benjamin Saunders at 2024-12-21 06:52:19 - 3 comments
  2668. Move lexer punctuation confusables list to unicode-security crate and sync it with newest Unicode version.

    b5faca8 Opened by Charles Lew at 2021-03-26 01:41:38 - 9 comments
  2669. Compiler error wrongly suggests to borrow

    04197d1 Opened by Alessandro Re at 2023-06-30 00:49:38 - 3 comments
  2670. Statics don't support alignments larger than the page size

    dfda79e Opened by Amanieu d'Antras at 2024-11-22 15:26:47 - 20 comments
  2671. Failure to unify concrete type with associated type

    0f5fe7f Opened by Joshua Liebow-Feeser at 2023-08-17 12:06:14
  2672. OOM (huge memory usage) during release compilation with include_str of 100MB

    9878072 Opened by Jaro Fietz at 2020-03-19 00:07:37 - 9 comments
  2673. found a bug in the borrow checker

    5128823 Opened by Minty at 2025-01-04 23:38:10 - 5 comments
  2674. Type Parameter Name becomes “_” in Part of Error Message

    d054f94 Opened by Frank Steffahn at 2023-08-14 14:28:48 - 3 comments
  2675. Bad diagnostic for match ergonomics

    00c25e8 Opened by Guillaume Gomez at 2023-11-19 21:09:39 - 10 comments
  2676. Pattern matching on constant in nested macro invocation

    09ebe04 Opened by Andrey Chursin at 2021-11-08 20:47:03 - 2 comments
  2677. Confusing error message with str::parse

    84a14a1 Opened by Aaron Hill at 2024-08-30 16:18:02 - 1 comment
  2678. Possibly improve the err.stash(...)ing API's macro friendliness

    3c753bf Opened by Mazdak Farrokhzad at 2020-03-17 06:33:32
  2679. unused_parens is not emitted for exprs used in macro.

    4973062 Opened by lcnr at 2024-05-13 15:10:46 - 4 comments
  2680. unused_parens never checks expressions behind references

    abfde92 Opened by lcnr at 2024-05-13 15:10:40 - 1 comment
  2681. Tracking Issue for Option::zip and Option::zip_with (feature option_zip)

    f1afcd8 Opened by Lukas Kalbertodt at 2023-08-24 20:17:53 - 16 comments
  2682. no_mangle causes compilation errors with async-await on armv7-linux-androideabi and aarch64-linux-android targets

    ffb475a Opened by Jeswin at 2020-08-21 19:59:02 - 18 comments
  2683. Ugly error reporting on binary operation between two condition flows

    cea0823 Opened by Guillaume Gomez at 2024-12-21 05:08:43 - 2 comments
  2684. Misleading error message for closure lifetime mismatch

    ba94698 Opened by Sunjay Varma at 2020-03-22 17:34:30 - 1 comment
  2685. Incorrect explanation for error E0117

    ca21e45 Opened by William D. Jones at 2024-11-23 04:00:58
  2686. Tracking Issue for Result::flatten (result_flattening)

    5c396f8 Opened by Nemo157 at 2025-03-21 14:07:33 - 29 comments
  2687. Locals aligned to greater than page size can cause unsound behavior

    2d79716 Opened by Peter Atashian at 2024-11-22 15:33:29 - 23 comments
  2688. Statics aligned to greater than a page cause linker error

    a6d99c2 Opened by Peter Atashian at 2025-01-21 12:24:25 - 7 comments
  2689. Consider adding #[must_use] to std::process::Child

    a7cb99c Opened by DenSA-Inc at 2023-07-22 20:14:37
  2690. Idea: guaranteed-zero padding for niches

    7860125 Opened by Ralf Jung at 2023-10-08 20:51:59 - 33 comments
  2691. Place &str in specific linker sections

    1159436 Opened by Emil Fresk at 2023-01-26 22:20:55 - 2 comments
  2692. Weird error for mutable references in a loop

    131f8c6 Opened by Ingvar Stepanyan at 2024-01-25 23:30:34 - 8 comments
  2693. HRTBs: "implementation is not general enough", but it is

    b3d2156 Opened by comex at 2024-09-24 22:03:44 - 31 comments
  2694. Better diagnostics when calling "ouroboros method"

    f0f6ca0 Opened by Jonas Schievink at 2021-09-10 07:26:30 - 1 comment
  2695. Consider printing the query stack on ICE, even without RUST_BACKTRACE.

    79bec56 Opened by Eduard-Mihai Burtescu at 2020-03-22 23:14:03
  2696. "type annotations needed" in signature with HRTB

    34f527e Opened by comex at 2024-09-24 22:03:45 - 1 comment
  2697. #[track_caller] should inherit through specialization ancestors, too?

    2c45ffc Opened by Adam Perry at 2020-03-23 01:31:12 - 3 comments
  2698. Print comments in MIR dumps aligned to the longest line

    198e9d7 Opened by Oli Scherer at 2020-03-23 17:47:46
  2699. Constants in MIR dumps are too verbose

    4e967df Opened by Oli Scherer at 2020-03-23 17:49:17
  2700. rustc compiles function that is never used

    e9d5c3a Opened by waffle at 2024-12-21 04:58:15 - 7 comments
  2701. Move from {{closure}}#0 syntax to {closure#0} for (def) path components.

    aa435f8 Opened by Eduard-Mihai Burtescu at 2020-08-30 15:17:04 - 5 comments
  2702. MIR dump const Allocation printing of large relocation ids

    d13022e Opened by Oli Scherer at 2022-01-27 08:59:03 - 4 comments
  2703. Code inference fails for several levels of indirection case

    19f9ed4 Opened by Psilon at 2023-09-06 23:30:49 - 1 comment
  2704. Per-module control of overflow checks?

    ab3581f Opened by Ralf Jung at 2020-03-24 15:06:36 - 3 comments
  2705. Layout for enums does not match MIR (and types) very well

    6c6751a Opened by Ralf Jung at 2020-10-08 00:00:25 - 1 comment
  2706. Tracking Issue for -Z src-hash-algorithm

    7e1f6ee Opened by Arlo Siemsen at 2025-03-23 11:58:22 - 6 comments
  2707. Macro Invocations Behave Questionable Regarding Semicolons

    226d21b Opened by Frank Steffahn at 2020-03-27 11:28:36 - 4 comments
  2708. Tracking issue for Write::write_all_vectored

    3787faf Opened by Thomas de Zeeuw at 2024-05-07 09:53:38 - 40 comments
  2709. Implement conversion traits for usize/isize together with a portability lint

    bc7fb67 Opened by Joshua Liebow-Feeser at 2021-02-11 04:55:55 - 17 comments
  2710. ninja is only used in Windows builds on CI.

    32d0ff4 Opened by Eduard-Mihai Burtescu at 2020-03-27 12:48:46 - 1 comment
  2711. CI logs should be split by build steps, or stages at the very least.

    4adade3 Opened by Eduard-Mihai Burtescu at 2020-03-30 14:26:53 - 5 comments
  2712. #[repr(transparent)] for str and String

    a0b01ab Opened by Ingvar Stepanyan at 2024-11-01 19:30:39 - 11 comments
  2713. Should TryFrom get mentioned in AsRef/AsMut?

    b0297f2 Opened by Benjamin Kästner at 2025-01-13 20:05:21 - 2 comments
  2714. assert_eq(x, y) is not the same as assert_eq(y, x) because of type inferrence

    4fe4006 Opened by jyn at 2023-12-19 15:19:38 - 3 comments
  2715. Incorrect/confusing error message with multiple bounds of a single associated-type parametrized trait

    d965a47 Opened by Izzy Swart at 2020-04-28 15:52:06 - 1 comment
  2716. rustc_mir::shim misuses ParamEnvs.

    39cdb5f Opened by Eduard-Mihai Burtescu at 2020-03-29 12:26:23
  2717. Tracking Issue for {BTreeMap,BTreeSet}::extract_if

    a49ec77 Opened by Stein Somers at 2024-11-19 19:23:30 - 28 comments
  2718. Misleading E0583 when attempting to compile a file that includes itself as a module

    73eec59 Opened by Rebecca Turner at 2020-04-08 10:19:45
  2719. Functional record update: private fields should not throw errors if not explicitly used in literals

    44db1d2 Opened by Ingvar Stepanyan at 2023-02-18 20:15:55 - 13 comments
  2720. Measure binary size impact of implicit caller location

    e9e89e3 Opened by Adam Perry at 2025-02-14 04:02:38 - 9 comments
  2721. wasm target not honoring linker set at bootstrap time (1.42.0 and maybe earlier)

    5f1054f Opened by Georgy Yakovlev at 2022-09-30 21:52:05 - 2 comments
  2722. No error code for "union patterns should have exactly one field"

    13a2962 Opened by Artem Mukhin at 2020-03-31 18:57:50 - 2 comments
  2723. Add option to set global no_run for doc test

    55b0e15 Opened by xixi at 2021-07-02 10:03:53 - 1 comment
  2724. Associated types expansion issue

    a21dce2 Opened by Popog at 2024-12-21 04:58:15
  2725. Cargotest enhancements

    d6b0d61 Opened by Nell Shamrell-Harrington at 2024-12-29 13:19:38 - 5 comments
  2726. rustdoc: Indicate that an item is in the prelude

    8cb424a Opened by Mykolas Peteraitis at 2024-11-18 12:41:17 - 1 comment
  2727. An std::fmt syntax to propagate formatting parameters

    0b1bace Opened by Nicolas Silva at 2020-06-13 18:27:31 - 1 comment
  2728. Cloned sockets are inherited by child processes on windows

    37aa851 Opened by Matt Wrock at 2023-03-19 09:50:17 - 2 comments
  2729. Infinite recursion is not catched by the compiler.

    2da24f3 Opened by Wojciech Daniło at 2020-11-14 07:13:10 - 5 comments
  2730. deeply-nested chain hangs with Item = u32

    c53bdef Opened by Josh Stone at 2021-01-06 21:06:29 - 6 comments
  2731. Multiple associated type-parametrized bounds fail to resolve

    37c5454 Opened by Izzy Swart at 2020-10-16 14:02:15 - 1 comment
  2732. rustdoc's treatment of cross-crate ("imported") files is suboptimal.

    d25b6be Opened by Eduard-Mihai Burtescu at 2020-08-27 02:42:10 - 4 comments
  2733. Generate better memcpy code for types with alignment padding

    04017a5 Opened by Reiner Pope at 2020-04-04 18:26:55
  2734. Switching from impl to dyn changes lifetime inference (maybe?)

    8be00df Opened by Léo Gaspard at 2021-08-25 04:28:49 - 5 comments
  2735. Missing write coalescing

    fec702c Opened by Reiner Pope at 2022-07-18 04:37:03 - 1 comment
  2736. Compiler error references non-existent/undefined lifetimes?

    147dc76 Opened by Roy Wellington Ⅳ at 2023-08-04 15:41:50 - 2 comments
  2737. BinaryHeap::peek_mut borrow check error (previously worked with -Z polonius)

    2d766bd Opened by Anders Kaseorg at 2021-07-12 07:51:23 - 8 comments
  2738. Consider renaming (Re)EarlyBound to ReParam and (Re)LateBound to Bound.

    64febd7 Opened by Eduard-Mihai Burtescu at 2024-12-21 05:08:43 - 1 comment
  2739. Running rustdoc on code using quote generates false lint warnings for unused_braces

    397d1a1 Opened by Jake Goulding at 2021-09-13 15:42:47 - 22 comments
  2740. Wasteful duplication between incremental build dirs and normal artifacts.

    ace4dc7 Opened by Eduard-Mihai Burtescu at 2020-04-05 19:42:17
  2741. Extraneous documentation in src/doc

    d43b13f Opened by XAMPPRocky at 2023-07-27 07:25:06 - 7 comments
  2742. E0597: lock does not live long enough (surprising error, the message could be more helpful)

    89ec956 Opened by Deleted user at 2020-04-28 19:06:37 - 2 comments
  2743. When supressing possibly-uninitialized errors, prefer showing the textually earlier error

    47eb7af Opened by Crystal Durham at 2023-06-30 06:34:58 - 2 comments
  2744. Misleading error message talks about return value of closure when the issue is about Fn vs FnOnce

    e0b613a Opened by Alice Ryhl at 2024-12-21 20:47:51
  2745. [libs] Add Read::take_while

    d87ab5c Opened by Yosh at 2020-04-08 10:27:34
  2746. No warning when using "descending range" in for loop

    03c5d81 Opened by Ondřej Hruška at 2021-01-07 18:02:02 - 2 comments
  2747. Suboptimal error message when comma at the end of match arm is typo'd as a dot

    6868f07 Opened by Jonas Platte at 2020-04-12 01:33:14 - 7 comments
  2748. [mir-opt] New optimization: eliminate concrete type -> trait object conversions

    4ffecf1 Opened by Oli Scherer at 2024-12-21 06:10:30 - 3 comments
  2749. ICEs + RUST_BACKTRACE=1 should interleave the backtrace and query stack.

    e850044 Opened by Eduard-Mihai Burtescu at 2024-12-21 20:57:59
  2750. De-stabilize target spec JSON

    9508e3a Opened by Mark Rousskov at 2024-02-15 22:23:48 - 21 comments
  2751. Bad error message using shared borrow of non-sync type across await point

    0fbc62c Opened by Lily Mara at 2024-12-21 04:58:16 - 1 comment
  2752. Implement interpolation methods in std

    27bea0e Opened by Theo M. Bulut at 2022-01-27 08:44:35 - 6 comments
  2753. Consider skipping 'unused import' lint for traits when errors have occured

    c54f67d Opened by Aaron Hill at 2020-04-15 09:41:02 - 2 comments
  2754. Sub-optimal codegen: Unnecessarily dumping AVX registers to stack

    ef3c708 Opened by Elliott Mahler at 2023-10-08 20:51:59 - 2 comments
  2755. Resolver: Recover from OCaml-style record exprs { x = …; y = … } and suggest /* Type */ { x: …, y: … }

    d19d70d Opened by Jerry Ajay at 2025-03-21 12:19:32 - 4 comments
  2756. Typo suggestion doesn't account for types

    aad810f Opened by Jerry Ajay at 2020-04-27 15:56:21 - 1 comment
  2757. Lint exported_private_dependencies misses public dependency via trait impl

    581c083 Opened by Crystal Durham at 2024-12-21 04:47:28 - 4 comments
  2758. no associated item found for struct in the current scope while it exists

    41d2be1 Opened by Lonami at 2024-12-12 08:44:28 - 3 comments
  2759. Support positional vectored IO for unix files

    92c24e9 Opened by vimpunk at 2023-10-10 07:13:01 - 5 comments
  2760. Adding a Send bound generates the parameter type S must be valid for any other region

    1427490 Opened by Léo Gaspard at 2020-04-15 12:16:31 - 5 comments
  2761. Filling short slices is slow even if they are provably short

    9eea907 Opened by LingMan at 2020-04-12 17:04:56
  2762. rustc should suggest using async version of Mutex

    2a1b2ec Opened by Jim Blandy at 2021-09-21 02:10:49 - 13 comments
  2763. Interactions in type_alias_impl_trait and associated_type_defaults

    603887d Opened by Mazdak Farrokhzad at 2022-07-25 06:43:08 - 2 comments
  2764. [codegen] unnecessary panicking branch in foo().await (vs equivalent FutureImpl.await)

    610ca0d Opened by Jorge Aparicio at 2023-10-08 20:52:00 - 3 comments
  2765. Exploit mitigations applied by default are not documented

    c17142f Opened by Sergey "Shnatsel" Davidoff at 2024-08-30 12:08:01
  2766. Semantics of MIR function calls

    c1f4651 Opened by Ralf Jung at 2023-06-14 06:45:43 - 46 comments
  2767. "constant expression depends on a generic parameter" error can be improved.

    79b4790 Opened by Eduard-Mihai Burtescu at 2024-08-30 12:10:49
  2768. [rustdoc] Remove object methods coming from trait impls in search results?

    9127332 Opened by Guillaume Gomez at 2024-12-21 05:16:14 - 3 comments
  2769. Spam in PR checks about skipped builds

    9d23349 Opened by Mark Rousskov at 2020-10-22 20:10:21 - 3 comments
  2770. Misleading error message originating from the fact that closure types are not inferred being polymorphic over lifetimes. (And related errors in need of improvement.)

    980025a Opened by Frank Steffahn at 2023-10-19 15:54:34 - 4 comments
  2771. Tracking Issue for wasi_ext

    ebdd3c9 Opened by Noa at 2025-04-10 23:23:42 - 5 comments
  2772. Feature Request: saturating_add(Duration) for SystemTime / Instant

    fc43ab3 Opened by Aaron Wood at 2022-04-25 16:10:17 - 2 comments
  2773. Error bootstrapping on CentOS

    e73c0cd Opened by Alexander Regueiro at 2023-05-24 20:41:05 - 6 comments
  2774. Don't generate unnecessary cleanup blocks for calls that cannot unwind

    cbf07c6 Opened by Wesley Wiser at 2020-04-17 00:01:39
  2775. perf slowdown from #70831 (remove a stack frame from .await calls)

    8fa9142 Opened by Niko Matsakis at 2025-02-14 04:04:27 - 6 comments
  2776. unwrap branches are not optimized away.

    fa48e56 Opened by Nicolas B. Pierron at 2025-03-25 12:06:52 - 11 comments
  2777. Duplicate crate macros failing to differentiate

    6303f7f Opened by Lucio Franco at 2020-04-18 14:24:40 - 7 comments
  2778. Consider removing ProjectionElem::Index

    bb2b707 Opened by Jonas Schievink at 2020-05-07 14:29:10 - 8 comments
  2779. Implement a function that creates a Cow<'_, CStr> from a slice of bytes

    cebd00b Opened by Nick Kolpinskiy at 2020-04-19 18:11:43 - 4 comments
  2780. const_err does not trigger on associated constants

    1a2099a Opened by Nemo157 at 2020-04-19 11:23:58 - 2 comments
  2781. unused_parens should lint superfluous parentheses on the LHS of an assignment

    dc56fe3 Opened by Fabian Zaiser at 2024-05-13 15:10:31
  2782. Poor error message when using crate in macro_rules

    e8b8686 Opened by Sanpi at 2024-12-21 20:59:04
  2783. Fields should not alias Vec content.

    f192ab0 Opened by Nicolas B. Pierron at 2023-10-08 20:52:01 - 8 comments
  2784. Regression in usable type complexity: overflow representing the type ...

    acc13c2 Opened by chrysn at 2023-03-27 04:50:39 - 20 comments
  2785. Make Option<T> #[must_use] if T is

    3324baa Opened by Craig Tiller at 2024-03-08 16:29:50 - 13 comments
  2786. Vec::reserve should use alloc_excess

    d3678fe Opened by Henri Sivonen at 2020-04-21 14:57:19 - 7 comments
  2787. Collect to slice

    3dfa2a1 Opened by leonardo-m at 2020-04-21 18:13:26 - 3 comments
  2788. Fix suggestion on DerefMut

    1914fe5 Opened by Ivan Tham at 2020-10-01 04:10:45 - 3 comments
  2789. Lint for #[must_use] on a function that always returns a #[must_use] type

    df76e20 Opened by scottmcm at 2020-04-22 19:52:11 - 2 comments
  2790. Tracking issue for generator code quality

    2645384 Opened by Tyler Mandry at 2025-02-14 04:02:38 - 4 comments
  2791. macro_rules! and empty :vis metavariables

    eb69290 Opened by ratijas at 2020-04-22 10:34:31 - 2 comments
  2792. Mismatched type error message when ! (never) used as return

    d581cc7 Opened by Jerry Ajay at 2024-12-21 21:01:46
  2793. mailgun can stop delivering silently

    26d4324 Opened by Mark Rousskov at 2020-04-22 14:24:54
  2794. All debuginfo tests fail on sparc64 on Linux

    57489af Opened by John Paul Adrian Glaubitz at 2022-10-21 10:07:44 - 10 comments
  2795. Implement TryInto<CString> for str and String

    c5623e7 Opened by Kornel at 2023-11-05 22:09:33 - 3 comments
  2796. for<'a> Send is distinct from Send?

    9d25c7f Opened by Steven Fackler at 2023-07-07 19:59:38 - 5 comments
  2797. Address CTFE perf regression introduced by #71005

    f14aa28 Opened by Jonas Schievink at 2023-10-08 20:52:01 - 1 comment
  2798. must_use Option::map*

    5882a28 Opened by Mark Rousskov at 2023-08-03 17:58:07 - 7 comments
  2799. Lint against useless &mut (i.e., uplift clippy::unnecessary_mut_passed)

    e542598 Opened by Alex Kladov at 2025-02-11 18:44:00 - 2 comments
  2800. Rustc says method doesn't exist instead of hinting at unsatisfied trait bounds

    bce8642 Opened by Martin Habovštiak at 2025-03-10 14:45:23 - 3 comments
  2801. Use lld by default on x64 Ubuntu 20.04 LTS

    49ccdcf Opened by Aria Desires at 2025-02-21 05:05:30 - 54 comments
  2802. Use lld by default on x64 msvc windows

    ac0deb5 Opened by Aria Desires at 2025-02-06 17:04:58 - 34 comments
  2803. Tracking Issue for Box::into_boxed_slice

    073416d Opened by Elichai Turkel at 2025-02-06 00:55:41 - 7 comments
  2804. Paramater type deduction fails to coerce fn item to function pointer if surrounded by Option.

    2963d99 Opened by Markus Klein at 2020-04-28 15:08:15 - 1 comment
  2805. Compiler error for move involving struct instantiation with ..default isn't clear

    e1caf6f Opened by Gregory Szorc at 2024-02-15 02:48:03 - 2 comments
  2806. Unhelpful error message, and endless loop in cargo, when a procedural macro overflows its stack

    45c9710 Opened by hiddenhare at 2023-03-27 04:50:40 - 2 comments
  2807. rustc should prefer statically linking native dependencies with unspecified kind if crt-static is enabled

    59f52c9 Opened by Vadim Petrochenkov at 2024-03-02 06:39:44 - 7 comments
  2808. Enabling +crt-static in a blanket way breaks dynamic libraries including proc macros

    8600ccc Opened by Vadim Petrochenkov at 2025-01-18 06:01:18 - 12 comments
  2809. Tracking Issue for "unsafe blocks in unsafe fn" (RFC #2585)

    165a6b0 Opened by Niko Matsakis at 2024-04-14 08:22:02 - 106 comments
  2810. Why implementation of iterator is not generic enough in async context?

    6b033ad Opened by Stargateur at 2024-11-10 14:02:01 - 4 comments
  2811. TryFrom for now-incompatible type falls back to From error message

    431df1f Opened by Jonathan Guillotte-Blouin at 2023-04-25 16:06:53 - 2 comments
  2812. Missing PartialEq<&str> impls on Path and PathBuf

    5b32a98 Opened by Ryan Lopopolo at 2024-12-21 21:07:54
  2813. slice -> array conversion function

    10715cb Opened by leonardo-m at 2024-12-21 21:08:55
  2814. Backtrace rendering inconsistent between std::backtrace and panics

    3d79e2a Opened by Ralf Jung at 2025-03-08 20:48:32 - 6 comments
  2815. diagnostic: rustc points to wrong type parameters in error message

    22de041 Opened by Jane Losare-Lusby at 2024-02-28 02:31:25 - 2 comments
  2816. Closure signature hinting doesn't elaborate bounds.

    931783e Opened by Eduard-Mihai Burtescu at 2020-05-06 21:07:17 - 2 comments
  2817. Use of tempfile for lib.def leads to non-reproducible PDBs

    3b80de2 Opened by Nikhil Marathe at 2023-06-19 14:38:33 - 1 comment
  2818. Missing symbols with thin LTO on x86_64-pc-windows-msvc

    3e9dbd1 Opened by John Gallagher at 2020-05-06 21:05:48 - 1 comment
  2819. Error handling of non references when expecting a references (borrow)

    bb5f800 Opened by Ralph Bisschops at 2025-03-25 06:59:40 - 1 comment
  2820. Async function leads to a "more general type" error

    6f7fab7 Opened by stephaneyfx at 2024-12-21 05:08:43 - 17 comments
  2821. Missed optimization: locally constructed arrays are not promoted to constants

    a6abb8c Opened by Vlad-Shcherbina at 2023-10-08 20:52:02 - 1 comment
  2822. Implement signum() on unsigned integers

    15daab1 Opened by Jacob Pratt at 2020-05-02 07:37:30 - 3 comments
  2823. opportunistically evaluate constants while populating mir::Body::required_consts

    2f07ab2 Opened by Oli Scherer at 2021-06-06 13:50:34 - 10 comments
  2824. Tracking Issue for const_btree_len

    c1f6470 Opened by Luca Gladiator at 2024-12-01 15:03:24 - 19 comments
  2825. Lifetime elision makes arg lifetime depend on return value reference

    4c6ae7a Opened by Roman at 2025-03-31 20:20:13 - 1 comment
  2826. Reuse LTO products for incremental builds when deps are unchanged

    ea64548 Opened by Pierre Fenoll at 2025-01-30 18:58:44 - 6 comments
  2827. Trait and function bounds checking differ

    a6bf90c Opened by Léo Gaspard at 2024-12-21 05:08:44
  2828. Android: Instant not advancing while the screen is off

    0154f1b Opened by Hocuri at 2023-12-27 10:23:11 - 7 comments
  2829. WebAssembly ABI mismatch between clang and rust

    aa50748 Opened by Pierre Krieger at 2024-01-12 07:14:33 - 38 comments
  2830. Incorrect recommended import for renamed dependencies

    2402cfa Opened by lcnr at 2020-05-04 20:02:32 - 1 comment
  2831. Better diagnostics when user forgets to wrap code in main function

    9b30cab Opened by Corey Farwell at 2022-05-16 03:11:57 - 2 comments
  2832. Anchor names for some impls are not predictable

    f7a4196 Opened by Neal H. Walfield at 2022-01-21 19:44:10 - 10 comments
  2833. extern crate in function body results in incorrect path suggestions.

    d671179 Opened by lcnr at 2020-05-06 18:26:05 - 1 comment
  2834. [BUG REPORT]: Internal Compiler Error on stable surrounding type inference

    323a575 Opened by Venus Xeon-Blonde at 2025-03-21 18:55:03 - 4 comments
  2835. Bors links to the wrong build in GitHub Actions

    ee073ee Opened by Pietro Albini at 2020-05-13 14:50:33 - 1 comment
  2836. Optimize away bounds check in loop indexing into slice, given an assertion

    53db0aa Opened by Josh Triplett at 2025-01-07 15:00:31 - 25 comments
  2837. Enhance Error Message For Misusing Methods As Functions

    f135745 Opened by Yuze Fu at 2020-05-08 15:06:57 - 3 comments
  2838. std::process::Command should probably implement Display

    bffbcbb Opened by Alex Kladov at 2023-07-22 20:14:38 - 3 comments
  2839. cfg_accessible does not respect feature gating

    efc2f78 Opened by Nemo157 at 2020-05-08 12:48:43 - 2 comments
  2840. const validation hides sibling validation errors

    dc633ff Opened by Oli Scherer at 2020-05-08 20:04:29 - 2 comments
  2841. Weird nonsesnical 'one type is more general than the other' error

    ca576e2 Opened by ✨ Q (it/its) ✨ at 2023-09-06 23:27:11 - 2 comments
  2842. Make 'cargo bench' to output iteration counts and other statistics?

    b12772f Opened by Youngsuk Kim at 2020-05-10 15:08:59 - 1 comment
  2843. trait and struct functions conflicts resolving inconsistence

    737fb16 Opened by CJ at 2021-08-12 02:25:15 - 7 comments
  2844. Asymmetric "overflow evaluating the requirement" error with associated type constraint

    62956da Opened by Tavian Barnes at 2024-12-21 05:08:44 - 3 comments
  2845. Bootstrap fails to build when switching between submodule and subtree

    f0805d4 Opened by jethrogb at 2021-04-30 09:05:07 - 3 comments
  2846. On unresolved names, should the compiler suggest relative paths (super::…) instead of absolute ones if possible?

    6856c41 Opened by leonardo-m at 2025-03-21 12:05:30 - 5 comments
  2847. clippy is not installed to destination dir if 'tools' config variable not explicitly defined.

    b94857c Opened by Edwin Beasant at 2023-12-16 10:42:31 - 10 comments
  2848. Primitive vs struct antipattern?

    ca52168 Opened by sjep at 2023-01-23 08:19:26 - 2 comments
  2849. Specifying one associated type makes Rust forget about the constraint on the other ones

    81f3512 Opened by Thomas B at 2025-03-20 20:38:41 - 3 comments
  2850. Improve error message when moving a captured value out of a closure

    89ea828 Opened by gralpli at 2022-08-12 17:59:43 - 2 comments
  2851. Huge stack allocation is generated when assigning a huge piece of memory to a reference

    2099ff7 Opened by Dániel Buga at 2023-10-08 20:43:30 - 12 comments
  2852. static extern "stdcall" fn() causes linker error on i686-msvc

    108c88f Opened by neivv at 2023-10-25 21:38:01 - 2 comments
  2853. precision loss in Fp mul

    1607fc6 Opened by Ilia Ki at 2022-02-08 20:51:13 - 5 comments
  2854. Make lang items private

    3bfd835 Opened by Nathan Corbyn at 2020-08-26 16:50:33 - 17 comments
  2855. LLVM can reorder rounding-mode-sensitive float operations outside rounding mode changes in SSE

    34874f2 Opened by Patrick Walton at 2023-10-19 14:53:33 - 5 comments
  2856. Splitting borrows through smart pointers has confusing diagnostics

    f089e76 Opened by Manish Goregaokar at 2024-02-15 02:43:20 - 4 comments
  2857. Missed optimization: Array shadowed in same scope of declaration unnecessarily copied.

    6080d66 Opened by Nicholas Rishel at 2025-03-25 07:55:30 - 4 comments
  2858. fails to infer inner-scope type if it is specified in an outer scope

    76df88c Opened by Matthias Krüger at 2024-12-21 05:08:45 - 1 comment
  2859. LLVM specific code in backend agnostic part

    dc62dd6 Opened by antoyo at 2020-05-18 17:07:50
  2860. Conditional jumps equivalent to if(0 != 0) can appear in optimized assembly

    0ec99b5 Opened by Iain King-Speir at 2024-12-31 13:30:47 - 9 comments
  2861. Counting bytes with high bit set optimizes badly for x86_64

    d42629d Opened by Henri Sivonen at 2020-05-23 19:23:24 - 2 comments
  2862. align_to prefix max length not taken into account in optimization

    70cd934 Opened by Henri Sivonen at 2023-07-22 20:28:08 - 4 comments
  2863. unsafe blocks do not apply to array length expressions they contain

    b59f553 Opened by Dylan MacKenzie at 2024-12-10 21:25:15 - 6 comments
  2864. Make core::panic::Location available from another module?

    e5a89df Opened by Adam Perry at 2020-06-02 07:28:51 - 1 comment
  2865. rustdoc should add repository links automatically

    c30d4bc Opened by Jason Shirk at 2024-11-06 01:29:04 - 4 comments
  2866. Lifetime issues: assigning to a mutable reference with part of its current value

    d7ee05a Opened by Léo Gaspard at 2023-12-25 15:40:39 - 4 comments
  2867. Incorrect error message, “can't call method on ambiguous numeric type {integer}

    327312e Opened by Frank Steffahn at 2022-07-18 07:53:51 - 5 comments
  2868. Audit uses of skip_binder in diagnostics code

    604164b Opened by Dylan MacKenzie at 2024-12-21 21:18:16 - 1 comment
  2869. Consider making cfg(feature = "crt-static") available only for link-time configuration

    189177c Opened by Vadim Petrochenkov at 2020-06-14 07:57:26 - 4 comments
  2870. No warning when trait extension fn's conflict with pre-existing fn's

    55e307b Opened by Jasper at 2024-12-21 05:08:45
  2871. Clarify stages of MIR pipeline, and make MIR lints consistent

    fa3a5e9 Opened by Dylan MacKenzie at 2025-01-29 15:07:42 - 10 comments
  2872. Slicing after str::starts_with performs unnecessary checks

    0a99670 Opened by Jacob Pratt at 2023-10-08 20:43:31 - 2 comments
  2873. mod-with-a-body silently ignores any "mod.rs" (could have a better diagnostic?)

    296f930 Opened by Jarrett Billingsley at 2020-05-27 06:05:23 - 1 comment
  2874. Inconsistent handling of associated constants in patterns

    c789ea9 Opened by sportzer at 2024-12-21 22:04:43 - 1 comment
  2875. Tracking Issue for Extend::{extend_one,extend_reserve}

    5412e9b Opened by Josh Stone at 2022-11-21 09:46:15 - 22 comments
  2876. Suggest importable type that differs only in capitalization

    755cb2d Opened by David Tolnay at 2020-06-13 18:26:21 - 5 comments
  2877. Wrong use closure help for const generics

    980ff33 Opened by leonardo-m at 2020-05-31 00:28:01 - 1 comment
  2878. Creating a macro of generating closure, description of arguments to closure in || with a star only works as an exclamation point.

    8d4fa8f Opened by Denis Kotlyarov at 2024-01-25 23:14:17 - 2 comments
  2879. UX improvements around const usage and error lints

    0539fbd Opened by Pyry Kontio at 2025-02-28 17:57:02 - 16 comments
  2880. Decide on stability of Display output for libstd/libcore/etc. types

    fdfd7f3 Opened by Andrew Lilley Brinker at 2023-12-16 07:45:18 - 8 comments
  2881. is_x86_feature_detected! does not work with $:literal argument

    833bf11 Opened by David Tolnay at 2023-10-25 21:41:27
  2882. Cycle error through variance computation when using -> _.

    6d93136 Opened by Eduard-Mihai Burtescu at 2020-06-10 19:05:10 - 7 comments
  2883. Suboptimal debug codegen for integer division with a constant rhs

    00f23d9 Opened by Alex Crichton at 2024-04-02 23:43:20 - 10 comments
  2884. narrowing_rem, narrowing_and

    7d9add1 Opened by leonardo-m at 2024-01-18 18:17:48 - 17 comments
  2885. Refactor improper_ctypes to separate "UCG questions" from linting decisions

    d5207e3 Opened by Hanna Kruppe at 2024-10-19 19:17:46 - 2 comments
  2886. "Unnecessary" braces have an influence

    8904c72 Opened by Bram van den Heuvel at 2023-01-06 22:07:25 - 4 comments
  2887. stdio handles (stdin, stdout, stderr) should be Seek at least on Unix

    da25bc6 Opened by Ian Jackson at 2023-03-06 12:46:46 - 5 comments
  2888. Confusing Error for writeln! and write!

    82ed7dd Opened by Duddino at 2023-10-23 18:39:04 - 3 comments
  2889. Tracking Issue for string_remove_matches

    890446c Opened by Josh Cotton at 2024-03-18 15:13:07 - 6 comments
  2890. Abort from malloc on arm-unknown-linux-gnueabihf

    b955741 Opened by jyn at 2020-10-13 19:54:53 - 4 comments
  2891. Investigation into ASCII ctype inherent methods performance with lookup table

    9207ce3 Opened by Christiaan Dirkx at 2021-06-19 19:09:39 - 11 comments
  2892. Add an attribute for asserting variance of generic parameters

    9c001d6 Opened by Aaron Hill at 2020-06-03 18:21:03 - 1 comment
  2893. Recursive diagnostics when using consts in arrays

    4da8032 Opened by SeeSpring at 2023-03-30 23:26:49 - 3 comments
  2894. Refactor non_ssa_locals to remove LocalAnalyzer::process_place

    12fb757 Opened by Dylan MacKenzie at 2020-07-15 00:18:36 - 2 comments
  2895. ffi-safe lint should be more aggressive in checking ffi stability of sub-types

    a865a54 Opened by Felix Schütt at 2020-06-03 09:50:13
  2896. Misleading compilation error message in desugaring of closure with mutable reference

    e4c1d98 Opened by n4n at 2020-10-23 08:09:02 - 1 comment
  2897. Macro expansion for expr

    0a6af05 Opened by Donough Liu at 2020-06-05 02:55:44 - 3 comments
  2898. Get rid of /rustc/$hash hack

    04e930c Opened by Felix S Klock II at 2020-06-25 19:51:28 - 1 comment
  2899. cargo doc output layout improvement for pub const

    de0deea Opened by keepsimple1 at 2020-06-03 19:35:00 - 1 comment
  2900. thread 'rustc' panicked at 'called Option::unwrap() on a None value', src/librustc_typeck/check/intrinsic.rs:288:42

    5ae70be Opened by Brian Cain at 2023-12-25 02:50:18 - 1 comment
  2901. Clarify the behavior of std::task::Waker and Future::Poll

    495a5e8 Opened by Adam Ning at 2020-11-11 20:35:09 - 4 comments
  2902. Use fclass.{s|d|q} instruction for float point classification in RISC-V targets

    b69013f Opened by Luo Jia / Zhouqi Jiang at 2023-01-27 08:03:47 - 7 comments
  2903. False unused_braces lint warning when using non-proc macro

    99b3f68 Opened by jeekobu at 2025-01-12 01:36:40 - 2 comments
  2904. [ER] NonZero const generic constructor

    f0e4493 Opened by leonardo-m at 2025-02-16 10:00:38 - 7 comments
  2905. Consider adding #[must_use] to std::process::ExitStatus

    f007692 Opened by Ian Jackson at 2023-07-22 20:14:39
  2906. Tracking Issue for std::process error handling

    13602ca Opened by Ian Jackson at 2023-07-22 20:14:39 - 15 comments
  2907. Closure outlives error should mention the source of the requirement

    b0ada2d Opened by Aaron Hill at 2023-07-20 03:45:30 - 1 comment
  2908. coercion becomes order dependent for higher-ranked functions

    dc6a047 Opened by Niko Matsakis at 2022-05-19 12:44:24 - 5 comments
  2909. Handle source code coverage in const eval

    bdf5a90 Opened by Tyler Mandry at 2020-10-15 14:35:49 - 4 comments
  2910. TTL should be regarded as octal number (8-bit unsigned integer)

    73596d4 Opened by Safwan Rahman at 2023-08-19 09:23:47 - 8 comments
  2911. Matching function signature is nearly impossible in declarative macros (mbe)

    0f82e25 Opened by waffle at 2020-06-11 02:17:35
  2912. rustdoc: --enable-index-page integration with cargo?

    7f9f7cc Opened by Léo Gaspard at 2023-11-19 13:28:36 - 3 comments
  2913. make pub type foo = bar and pub use bar as foo interchangable in next edition

    c26f010 Opened by Jane Losare-Lusby at 2024-04-10 14:50:51 - 11 comments
  2914. Tracking issue for #![feature(const_precise_live_drops)]

    08458fa Opened by Dylan MacKenzie at 2024-04-13 16:28:44 - 53 comments
  2915. -Ztime-passes: columns not always seperated

    f218a41 Opened by Matthias Krüger at 2025-02-11 22:57:55 - 4 comments
  2916. linking with rust-lld failed: exit code: 1

    118bb83 Opened by Imran Ali at 2022-08-17 06:57:15 - 4 comments
  2917. Allow export of Rust symbols from a C shared object via a staticlib

    69e4cc4 Opened by Adrian Taylor at 2024-10-29 05:47:17 - 21 comments
  2918. Linked native libraries are sometimes deduplicated and sometimes not deduplicated

    1920cc3 Opened by Vadim Petrochenkov at 2022-04-25 07:31:56 - 3 comments
  2919. Search in associated items when type cannot be found

    b155e4c Opened by Esteban Kuber at 2020-07-26 13:14:14
  2920. Incremental compilation of rustc itself uses much more memory; OOM on rustc_middle with 8GB

    169dc2d Opened by Josh Triplett at 2025-02-14 04:05:01 - 6 comments
  2921. Add core and alloc columns to platform support

    23a5249 Opened by XAMPPRocky at 2025-02-05 08:17:52 - 2 comments
  2922. Extend #[must_use] to more types

    98ebd84 Opened by Tyler Mandry at 2021-03-17 23:30:08 - 3 comments
  2923. rustc panicked when link.exe ran out of memory

    18e70b2 Opened by Richard Feldman at 2025-02-14 04:03:28 - 4 comments
  2924. Not desugaring to HRTB for closure argument

    ddad5df Opened by Alec Mocatta at 2024-12-31 20:24:29 - 3 comments
  2925. Warn on assert!(always_false)

    2732439 Opened by Sergey Bugaev at 2020-06-17 16:58:51 - 3 comments
  2926. intra-rustdoc-link: Cannot use core in core crate

    89ce39f Opened by tesuji at 2021-04-30 14:51:01 - 18 comments
  2927. Confusing 'type mismatch' error when using function pointer as fn trait

    e9ebf2b Opened by Aaron Hill at 2020-09-01 22:15:05 - 4 comments
  2928. Duplicating mut Copy variables doesn't warn or error

    ac091ab Opened by Robert O'Callahan at 2024-12-21 04:47:29 - 9 comments
  2929. Doctest panic line numbers are incorrect

    98a904c Opened by enterprisey at 2024-09-14 16:31:09 - 2 comments
  2930. Iterator Indexing

    36da909 Opened by Jack Wrenn at 2020-06-18 20:20:42 - 3 comments
  2931. Misleading Error Message: the trait Foo is not implemented for &dyn Foo

    4c05126 Opened by Erik at 2023-08-03 19:19:59 - 1 comment
  2932. Tracking issue for moving ui tests to subdirectories

    40cf2cd Opened by Felix S Klock II at 2025-03-12 20:25:06 - 22 comments
  2933. User type annotations can result in different mir-opt test results in CI vs locally

    f2d8a46 Opened by David Wood at 2020-06-19 10:50:37
  2934. rustc uses insane amounts of memory when compiling a function that loads 1500+ function pointers from a DLL

    fd6d14e Opened by Felix Schütt at 2020-06-19 19:47:03 - 9 comments
  2935. Terrible code generation with a zillion bounds checks.

    4b5d2f2 Opened by Kyle Huey at 2020-06-19 19:51:08 - 1 comment
  2936. Fall back to more verbose error when 'expected' and 'found' are the same

    2da6a5b Opened by Aaron Hill at 2021-01-12 02:53:33 - 2 comments
  2937. Debugger support for Rust async/await

    a8f8275 Opened by Tyler Mandry at 2022-08-12 17:46:26 - 3 comments
  2938. External backtraces for async tasks

    f9657d3 Opened by Tyler Mandry at 2021-02-01 15:33:50 - 3 comments
  2939. cargo +nightly-i686-pc-windows-msvc build crashes with very little info on what caused the error

    e2cb4c5 Opened by super-continent at 2023-10-25 21:38:02 - 7 comments
  2940. Use dataflow::ResultsCursor in borrowck

    3cde267 Opened by matthewjasper at 2022-07-06 20:31:24 - 2 comments
  2941. Add core::panic::Location::{end_line,end_column}?

    6f97e39 Opened by Adam Perry at 2020-07-05 21:30:26 - 1 comment
  2942. function-like procedural macros: no dead_code warning on created code (e.g. "function is never used" warning)

    22d1ece Opened by sfmunoz at 2023-04-05 12:13:34 - 5 comments
  2943. Version mismatch between Rust's bundled musl libc and system musl may cause linking errors with native libraries

    219dbeb Opened by Will Chandler at 2021-06-01 17:27:24 - 3 comments
  2944. Support for ARMv8.3+ targets

    da31d1e Opened by Lucy at 2024-11-13 15:32:22 - 33 comments
  2945. Formal support for linking rlibs using a non-Rust linker

    880d6ff Opened by Adrian Taylor at 2023-09-14 10:06:59 - 97 comments
  2946. Error converting from i32 to f64 when type parameter implements From<f64>

    f8f171e Opened by Dirkjan Ochtman at 2024-12-21 05:08:45 - 3 comments
  2947. Segfault of binary produced with relocation-model=static for x86_64-unknown-linux-musl

    3600ea1 Opened by Harald Hoyer at 2020-06-24 18:42:27 - 3 comments
  2948. Tracking Issue for core::mem::variant_count

    4d969cd Opened by Nathan Corbyn at 2025-02-03 09:20:40 - 26 comments
  2949. Break the infinite loop in declarative macros

    5b76256 Opened by Vitalii Kryvenko at 2020-06-24 15:28:24 - 2 comments
  2950. Using -Z macro-backtrace breaks 'unreachable statement' with macro call

    00b5a09 Opened by Aaron Hill at 2020-07-04 01:04:03 - 2 comments
  2951. bug: Inproper dead code warning

    05a93c3 Opened by AngelicosPhosphoros at 2020-06-25 12:27:37 - 4 comments
  2952. Support for the armv7l-unknown-linux-gnueabi platform

    cef1e59 Opened by YuGiOhJCJ at 2020-10-20 20:56:04 - 1 comment
  2953. Simple code won't compile. Both stable and nightly.

    ecf257f Opened by giftal at 2020-09-20 00:07:48 - 6 comments
  2954. Typecheck error in body of async fn reported at point-of-use

    cb5f86c Opened by bdonlan at 2020-06-30 17:22:14 - 3 comments
  2955. HashSet and BTreeSet difference() method argument lifetime overconstrained

    5bc57b6 Opened by Bart Massey at 2024-07-10 08:56:42 - 7 comments
  2956. Contrived type-outlives code does not compile

    ce6026a Opened by Aaron Hill at 2020-06-27 21:29:51 - 1 comment
  2957. Inefficient code generated for state machine

    547d4c4 Opened by Plecra at 2020-06-28 08:23:19 - 3 comments
  2958. xabort incorrect argument

    cb766ad Opened by Cody Laeder at 2021-11-11 02:18:45 - 3 comments
  2959. Errors from trait incompatability for cfg(test) vs. non-cfg(test) very confusing

    ca8c2ba Opened by Dabo at 2020-07-05 21:23:36
  2960. MIR sanity check improvements

    cfb18bf Opened by Ralf Jung at 2023-04-05 17:41:29 - 6 comments
  2961. Rust does not optimize register save/restore for early exit (slower than nim)

    6cb8817 Opened by Nokola at 2023-10-08 20:43:33 - 5 comments
  2962. Towards faster symbol lookup via DT_GNU_HASH

    4e16e4e Opened by LifeIsStrange at 2023-07-13 12:48:38 - 18 comments
  2963. [Missed optimization?] Having many if branches that all check for Some(_) is slower than pre-destructuring the Some before the if section

    a1b64bd Opened by Arif Driessen at 2023-10-08 20:43:33 - 1 comment
  2964. Comprison of TypeIds in const context

    770f976 Opened by waffle at 2024-12-01 15:03:24 - 9 comments
  2965. SIGSEGV when compiling for target wasm32-unknown-unknown with LLVM target feature 'multivalue'

    59eaf12 Opened by Adrian Wielgosik at 2023-07-12 00:15:00 - 9 comments
  2966. Add SVH based symbol to dylibs

    ae7d239 Opened by bjorn3 at 2022-07-31 11:37:51 - 9 comments
  2967. rustdoc: please show doc attribute info in search results

    c904c4b Opened by Lokathor at 2020-12-15 22:17:56 - 3 comments
  2968. Formalize SVH stability for a specific release and target

    7a2c37f Opened by Mikhail Zabaluev at 2024-08-14 10:57:13 - 2 comments
  2969. Remove fn pretty_printing_compatibility_hack

    43d3e18 Opened by Vadim Petrochenkov at 2022-09-05 14:31:36 - 6 comments
  2970. Ability from the top-level of the compilation not to mark #[no_mangle] items exported from shared library

    a1768dd Opened by Henri Sivonen at 2025-02-04 22:09:21 - 38 comments
  2971. Denying a const_err lint can hide the root cause site

    9dca1f6 Opened by Oliver Scherer (company account waiting for deletion) at 2020-07-13 06:27:41 - 3 comments
  2972. rustc performs auto-ref when a raw pointer would be enough

    01a7dd0 Opened by Ralf Jung at 2025-01-27 16:02:28 - 43 comments
  2973. SpecForElem for i16/u16 and other digits

    02f9df4 Opened by Ivan Tham at 2024-10-24 10:46:33 - 4 comments
  2974. Naming an associated type can cause a compile failure

    5f72a72 Opened by e2-71828 at 2021-01-25 22:47:53 - 1 comment
  2975. Missed inference with array of nonzero divisors

    06df9ae Opened by leonardo-m at 2021-04-21 10:14:40 - 3 comments
  2976. Additional register with same const behaviour

    bb35fbf Opened by Juan Aguilar Santillana at 2020-07-05 22:28:48 - 5 comments
  2977. Missing warning about target_feature when using for core::arch::x86_64 functions

    69ec8a6 Opened by tesuji at 2020-08-28 09:44:32 - 5 comments
  2978. Better error for import of associated items

    c9b91ab Opened by Ian Jackson at 2020-07-04 13:22:13 - 2 comments
  2979. std::line macro can be wrong in 1.44.1 stable under proc-macros

    27e0baf Opened by Elichai Turkel at 2020-07-08 11:19:28 - 1 comment
  2980. Bad suggestion dyn pub on proc macro (#61963 regressed)

    fa18b10 Opened by SNCPlay42 at 2023-03-15 03:23:58 - 6 comments
  2981. Non-'static Lifetimes in Const Generics

    42b1dc9 Opened by Gabriel Smith at 2022-06-28 16:06:30 - 3 comments
  2982. Inconsistent borrow check in async function

    9d8b108 Opened by Nugine at 2024-12-31 20:20:42 - 8 comments
  2983. using inner tool attributes in crate root induces compiler error on intra-crate macro use

    265342b Opened by Bryan Cantrill at 2021-06-03 16:54:13 - 6 comments
  2984. Parameter usage is not properly propagated through trait aliases

    5929248 Opened by Bram van den Heuvel at 2020-07-07 05:12:10 - 1 comment
  2985. LLDB show a non existing variable at O1

    528c880 Opened by Luca Massarelli at 2023-07-17 14:12:29 - 2 comments
  2986. ICE trying to link corrupt/bogus static library

    0faebd2 Opened by jgallagher-cs at 2023-07-15 10:17:41 - 2 comments
  2987. Strange .cloned() error message mentioning iterators

    0abee15 Opened by enterprisey at 2022-05-24 16:15:06 - 5 comments
  2988. Re-exported tuple struct changes field visibility depending on how it is imported

    07a5fbd Opened by Sunjay Varma at 2024-09-17 12:08:16 - 3 comments
  2989. Unique references to temporary empty arrays are not actually unique

    e6048bb Opened by Miguel Young at 2021-10-06 19:43:19 - 4 comments
  2990. unused_lifetimes warning misses unused lifetime

    8188e61 Opened by Remi Bernotavicius at 2023-07-24 19:29:04 - 3 comments
  2991. Add support for #[doc(since="version")] attribute

    19c7849 Opened by Edoardo Morandi at 2023-03-29 14:47:03 - 10 comments
  2992. Missed optimization: Useless branches are kept when matching pattern

    957de38 Opened by tesuji at 2024-05-25 00:04:33 - 4 comments
  2993. Missed optimization: Loop with decreasing index does not elide bounds check

    49dd8b5 Opened by Aurelia Molzer at 2023-10-08 20:43:34 - 3 comments
  2994. Add item suggestions for broken intra doc links

    4fa9a93 Opened by Ivan Tham at 2020-08-08 19:32:35 - 10 comments
  2995. rustdoc generates broken "Read more" links when the destination crate doesn't have a URL

    2d27fe0 Opened by Oliver Middleton at 2024-12-28 05:58:28 - 1 comment
  2996. Array of tuples containing functions trip on type inference?

    14210d4 Opened by Mike Hommey at 2023-08-19 10:15:06 - 3 comments
  2997. consider disallowing setting target_family if target_os=none

    fc3e263 Opened by Eric Huss at 2024-08-09 22:40:32 - 22 comments
  2998. Unexpected panic building debug target for tonic crate, on armv7

    9fba1c4 Opened by Vallery Lancey at 2023-03-03 12:49:03 - 1 comment
  2999. Tracking Issue for raw slice getters (slice_ptr_get)

    93e6001 Opened by Ralf Jung at 2025-01-04 21:43:40 - 30 comments
  3000. MaybeUninit::assume_init optimizes poorly

    ba8bcba Opened by David Tolnay at 2025-02-14 04:05:38 - 13 comments
  3001. Allow unsafe modifier before control flow blocks like unsafe match, unsafe loop, etc.

    1687966 Opened by tesuji at 2020-07-12 13:37:00 - 2 comments
  3002. Please impl Debug for other ABI fn types

    fb5a62b Opened by Lokathor at 2020-07-12 23:26:01 - 1 comment
  3003. Inefficient codegen with leading/ trailing zeros result manipulation.

    513bab9 Opened by Vin Singh at 2025-02-14 04:05:38 - 2 comments
  3004. Putting braces around match arm with macro call and trait resolution breaks parser

    3bd772c Opened by Matthias Prechtl at 2024-07-26 01:16:12 - 2 comments
  3005. Borrow compilation error with vec.swap(0, vec.len() - 1), while vec.push(vec.len()) works.

    85964b9 Opened by João Marcos at 2022-12-14 15:35:13 - 11 comments
  3006. Emit noundef LLVM attribute

    2e7b4a3 Opened by Nikita Popov at 2022-02-14 16:04:18 - 6 comments
  3007. Should include crate name in error message for E0391 (and perhaps others)

    56ffc61 Opened by Felix S Klock II at 2020-07-15 19:39:28 - 1 comment
  3008. LLVM unrolls loops fully, leading to non-linear compilation time

    baa71ce Opened by Benjamin Levy at 2022-03-24 08:23:25 - 16 comments
  3009. cc long double targeting wasm32-wasi links incorrectly

    4f5ebfb Opened by Tjeu Kayim at 2022-08-31 05:50:45 - 1 comment
  3010. Spotlight shows traits with generic impls that do not apply to the specific type

    17fded5 Opened by Manish Goregaokar at 2020-07-16 23:18:49
  3011. rustc is now dynamically linked to zlib

    13f94ac Opened by Mark Rousskov at 2023-12-16 07:36:45 - 14 comments
  3012. rustdoc: Intra doc links from Deref/etc do not link to the same page

    95f3783 Opened by jyn at 2020-07-17 21:20:28 - 1 comment
  3013. compilation time (of volatile array read?) is super-quadratic in array size

    b0a81ce Opened by Ian Jackson at 2020-07-23 11:01:42 - 11 comments
  3014. Figure out a way to link to downstream crates

    54e0421 Opened by jyn at 2024-03-08 07:35:17 - 43 comments
  3015. Unclear lifetime error in closure producing a future

    206cfdb Opened by Gurwinder Singh at 2024-08-17 13:45:59 - 18 comments
  3016. A to_int_checked fn to cast floats to integers

    d6709e6 Opened by Roman at 2020-07-22 15:41:14 - 2 comments
  3017. macros by example: cannot expand non-nested repetitions inside of each other

    894dfeb Opened by Meriel Luna Mittelbach at 2022-06-03 19:50:17 - 7 comments
  3018. error: could not compile gkrust since Rust 1.43 on SPARC Solaris

    8aa45d9 Opened by Petr Sumbera at 2021-12-17 23:49:43 - 34 comments
  3019. asm!: push offset causes unexpected token!

    ed6c398 Opened by Hiroki Tokunaga at 2021-05-07 13:25:05 - 3 comments
  3020. Handle fully-qualified syntax in intra doc links

    2e96ec6 Opened by Manish Goregaokar at 2021-04-23 19:36:43 - 2 comments
  3021. -Clink-dead-code doesn't generate dead non-generic items appearing within (instantiated) generic impl blocks

    e96aefe Opened by eggyal at 2021-10-06 03:43:10 - 5 comments
  3022. Importing name that shadows glob twice results in confusing error

    8f7da49 Opened by Aurelia Molzer at 2020-10-23 08:06:14
  3023. Explain elision when it is relevant to lifetime errors

    ce4dcaf Opened by SNCPlay42 at 2023-04-05 17:31:41 - 1 comment
  3024. Provide suggestion when argument that should be a closure is any other type

    37b86d1 Opened by Esteban Kuber at 2020-07-21 22:54:27
  3025. Performance regression from Rust 1.37 to 1.38 when using unreachable_unchecked

    d1712e7 Opened by Gary Guo at 2025-03-11 01:26:18 - 9 comments
  3026. Remove NtIdent hack for regressed crates

    5a4c9cb Opened by Aaron Hill at 2020-11-01 21:15:23 - 6 comments
  3027. Error message suggests using & and mut when matching on fields behind a &mut, rather than &mut or ref mut

    46d8c11 Opened by L-F-Stack-Exchange at 2024-05-29 15:48:16 - 1 comment
  3028. Better slices array type inference

    17dce97 Opened by leonardo-m at 2024-02-01 14:43:02 - 2 comments
  3029. macOS x86_64 requires frame pointers to unwind functions with huge stack frames

    f820ab9 Opened by Alex Crichton at 2023-04-05 17:36:11 - 3 comments
  3030. A lint to warn about generic in alias not used as generic parameter

    ca2034d Opened by tesuji at 2024-12-28 06:00:06
  3031. diagnostics: rustc displays confusing Ok(#[stable(feature = "rust1", since = "1.0.0")] T) if wrong match binding is used

    f742342 Opened by Matthias Krüger at 2020-07-23 20:07:33 - 2 comments
  3032. Missing unsizing coercions for raw slice pointers

    9e6f934 Opened by Ralf Jung at 2021-01-15 15:56:46 - 3 comments
  3033. Missed optimization: loop with increasing index doesn't elide bounds check

    4cc22c3 Opened by Paolo Barbolini at 2023-10-08 20:43:34 - 5 comments
  3034. Add a spell checker for libcore/libstd documentation

    8efc038 Opened by jyn at 2025-02-02 12:11:03 - 34 comments
  3035. Suggest reborrowing mutable reference when move error ocurrs

    5bf8a85 Opened by Aaron Hill at 2020-07-24 12:04:30
  3036. Do not build nightly-only tools on beta/stable CI

    2886c10 Opened by Ralf Jung at 2020-07-24 10:26:42
  3037. metadata: Span data and SourceFiles for macro-only dependencies can be inlined

    5d5cb2b Opened by Vadim Petrochenkov at 2020-07-25 12:23:02 - 1 comment
  3038. Empty drop() causes cross-language LTO LLVM segfault

    f7e61c2 Opened by Matt Corallo at 2023-07-12 00:07:05
  3039. Uninformative error message when casting usize to pointer to generic ?Sized type

    aba86e0 Opened by rodrimati1992 at 2023-07-31 15:32:58 - 2 comments
  3040. Consider different page layouts for rustdoc

    6094e86 Opened by jyn at 2024-12-28 12:53:41 - 1 comment
  3041. Filter out Debug note on E0277 in type context

    78e6121 Opened by Esteban Kuber at 2025-02-20 17:55:18 - 2 comments
  3042. Proposal: Mismatching parameter name lint

    68a04f4 Opened by James Leitch at 2024-12-21 04:47:30 - 6 comments
  3043. Function references missing from __unwind_info on OS X

    acaa255 Opened by eggyal at 2020-08-07 20:20:45 - 6 comments
  3044. sysroot spans still not printed, when remap-path-prefix is set with a custom path

    7c109e1 Opened by Ximin Luo at 2024-12-29 13:18:16 - 6 comments
  3045. CString does not preserve capacity

    b0845df Opened by kotauskas at 2024-01-01 17:42:50 - 1 comment
  3046. rustbuild: --no-fail-fast tries to compile rustc 40+ times (due to crossbeam-utils failure) before eventually failing

    4b3c28b Opened by Ximin Luo at 2023-12-16 08:46:23 - 3 comments
  3047. Proposal: Split unused-variables lint into unused-variables, unused-function-parameters, and unused-trait-function-parameters

    5bb013a Opened by James Leitch at 2024-12-21 04:47:30 - 1 comment
  3048. Error in specialization type checking when using trait aliases

    5f9854f Opened by Joshua Smith at 2020-07-27 10:05:19
  3049. libtest panics when running should_panic tests under QEMU armv7

    1f1cdce Opened by Ross MacArthur at 2020-10-28 08:56:15 - 23 comments
  3050. Const functions sometimes don't do overflow checks in release mode

    427b0c7 Opened by Y0ba at 2020-12-03 20:49:40 - 4 comments
  3051. Improve documentation of read_vectored and write_vectored

    625faba Opened by Jakub Konka at 2022-03-11 15:28:53 - 11 comments
  3052. Lints about unsafe {} blocks propagate inside macros

    f3781f7 Opened by Poliorcetics at 2023-09-27 15:31:00 - 5 comments
  3053. Creating a raw pointer to an external static requires an unsafe block

    301d9a8 Opened by Nemo157 at 2023-12-29 22:43:20 - 6 comments
  3054. libtest should set RUST_TEST_THREADS environment variable

    aadd59d Opened by Nikita Baksalyar at 2020-07-27 21:45:55 - 1 comment
  3055. debuginfo test hanging on arm-android

    baf5e6f Opened by Nathaniel McCallum at 2024-12-23 18:47:45
  3056. == expression with unsafe block on left-hand side fails to parse

    c729c08 Opened by Jon Magnuson at 2020-09-17 21:26:41 - 3 comments
  3057. Inner attributes doesn't work well for clippy since 1.44.0

    6f86a19 Opened by Chaotic Longhair at 2020-07-28 08:17:31 - 1 comment
  3058. x.py test: add ability to stop after first test failure.

    f176330 Opened by Edd Barrett at 2023-01-15 17:07:23 - 4 comments
  3059. Feature request: Add a way to capture a formatter that can be passed to format helper functions

    04cd779 Opened by Fabian Franz at 2023-10-19 10:57:18 - 5 comments
  3060. debuginfo function-call test fails on big endian

    26434d1 Opened by Ximin Luo at 2023-04-05 17:43:51 - 1 comment
  3061. Compilation never finishes

    bee35ca Opened by Christophe Dousson at 2023-05-02 08:28:25 - 8 comments
  3062. [ER] One useless division by zero test

    d7667f7 Opened by leonardo-m at 2025-02-21 09:44:12 - 6 comments
  3063. Unrelated Code Fails to Typecheck when Feature Enabled

    bf18478 Opened by Connor Fitzgerald at 2024-06-04 04:50:25 - 4 comments
  3064. Tracking Issue for the use of ? in constants

    73b5fee Opened by Oli Scherer at 2022-03-01 07:43:16 - 7 comments
  3065. Support for converting OpenOptions to c_int on UNIX

    f349a34 Opened by srrrse at 2020-09-23 14:36:19 - 1 comment
  3066. WebAssembly size regression between 1.40 and 1.41

    9d4083a Opened by Ingvar Stepanyan at 2020-08-05 01:35:15 - 20 comments
  3067. Make pub in a binary equivalent to pub(crate) for diagnostics

    fdcdc68 Opened by Jacob Pratt at 2024-12-21 04:47:30 - 20 comments
  3068. Tracking Issue for slice::array_chunks

    d4e9755 Opened by lcnr at 2025-04-11 20:28:19 - 120 comments
  3069. Error messages confusing trying to return errors across threads

    06d0a50 Opened by jgarvin at 2020-08-06 21:26:56 - 1 comment
  3070. panic_bounds_check with for on an interval closed on the right

    a96e096 Opened by leonardo-m at 2023-07-16 16:05:29
  3071. Tracking Issue for slice::array_windows

    d97a455 Opened by lcnr at 2025-01-15 18:51:02 - 18 comments
  3072. [ER] Possible basic panic_bounds_check left after Vec::resize_with

    4098b7d Opened by leonardo-m at 2020-08-06 21:28:05 - 1 comment
  3073. Wrapper/glue functions such as std::fs::FileType::is_file are not always inlined

    405a8ff Opened by Iain King-Speir at 2021-04-04 00:42:30 - 3 comments
  3074. building on arm64 hardware under armv7 qemu emulation want to use wrong platform

    6a603ed Opened by Igor Velkov at 2022-03-23 02:02:32 - 3 comments
  3075. There is no cross-platform way to use include_*!

    b9a8a4c Opened by Sergey "Shnatsel" Davidoff at 2022-03-09 15:47:34 - 24 comments
  3076. staticlib for wasm32 targets have missing dependencies

    090ea7d Opened by Ömer Sinan Ağacan at 2023-08-19 09:31:39 - 2 comments
  3077. Tracking Issue for [*const T|*mut T]::with_metadata_of

    8dc77b5 Opened by oliver-giersch at 2024-10-04 10:24:54 - 16 comments
  3078. Check submodule commit provenance in CI

    0a7c3a2 Opened by jethrogb at 2021-02-18 15:31:54 - 4 comments
  3079. --message-format json doesn't apply to rustdoc coverage output

    99a59d9 Opened by Nemo157 at 2024-01-25 12:37:16 - 9 comments
  3080. support for bootstrapping on linux with target = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]

    5579bd9 Opened by Felix S Klock II at 2025-03-16 08:14:01 - 1 comment
  3081. Local path of sysroot dependencies gets used in debuginfo when rust-src is installed

    e44a9cd Opened by bjorn3 at 2024-12-23 12:05:04 - 1 comment
  3082. Typechecker doesn't honor Deref as a trait bound on references when using * operator

    7b3de6b Opened by djrenren at 2020-08-11 20:26:24 - 5 comments
  3083. Confusing notes with per-method where-bounds when bounds are not satisfied

    22bc4e6 Opened by Simonas Kazlauskas at 2023-08-03 19:33:07 - 1 comment
  3084. rustc-dev does not contain enough to link against rustc libraries

    7d9f9bf Opened by Ralf Jung at 2020-10-20 19:46:10 - 7 comments
  3085. Implicit lifetimes of type parameters does not work

    91cdb42 Opened by Nazım Can Altınova at 2023-09-06 23:32:19 - 3 comments
  3086. rustdoc: --show-coverage should show per-item, not per-file

    5ccbad2 Opened by jyn at 2021-04-23 19:36:43 - 3 comments
  3087. Performance: Layout::align() can assume, that the alignment is a power of two

    6b331d4 Opened by Tim Diekmann at 2020-08-08 06:45:32 - 5 comments
  3088. --cap-lints does not downgrade lint levels for subsequent lint control flags

    962b942 Opened by Matthias Krüger at 2024-12-21 04:47:31
  3089. Suppress warnings caused by todo!()

    666aff7 Opened by Jonathan Chan Kwan Yin at 2024-01-01 11:41:19 - 7 comments
  3090. Improve codegen for single argument format_args!

    2443328 Opened by Ivan Tham at 2022-07-22 16:56:58 - 4 comments
  3091. Tracking Issue for improved item code blocks

    c27a269 Opened by Riccardo D'Ambrosio at 2022-09-23 14:46:27 - 2 comments
  3092. Remove ParamEnv::reveal_all from codegen

    0b16bc6 Opened by David Wood at 2025-02-11 23:27:13 - 3 comments
  3093. Macro expansion moves comments around.

    1911838 Opened by Frank Steffahn at 2020-08-09 13:26:43 - 1 comment
  3094. Rustdoc wrapper doesn't support --on-fail=print-env

    2853ca8 Opened by jyn at 2020-08-09 13:25:18
  3095. Investigate speeding up x86_64-apple jobs

    3900822 Opened by Aaron Hill at 2025-02-14 04:04:28 - 8 comments
  3096. Invalid help message when traits in #[derive()] miss type annotation

    03b3e5d Opened by Yuxuan Shui at 2020-08-10 01:04:49 - 3 comments
  3097. Superfluous assignment does not give warning

    958f36e Opened by alvinhochun at 2025-04-13 09:27:27 - 2 comments
  3098. CI for deterministic / reproducible builds

    5158d39 Opened by Ximin Luo at 2025-04-16 04:22:12 - 16 comments
  3099. 8.5% runtime performance degradation for GNU-toolchain 1.45.x vs. 1.44.x in Windows

    2c168e6 Opened by Marcel Vanthoor at 2025-02-14 04:05:39 - 12 comments
  3100. Tracking Issue for pointer methods returning MaybeUninit<T>

    cc91268 Opened by Tim Diekmann at 2022-09-23 15:00:45 - 7 comments
  3101. expected suffix token in proc macro

    2adeba2 Opened by Mark Rousskov at 2020-10-04 19:19:58 - 4 comments
  3102. Documentation pages are not displayed in Opera Mini

    db095b1 Opened by bodqhrohro at 2023-07-01 15:10:58 - 3 comments
  3103. Improve "visibility" of rustdoc books ("stable" and unstable ones)

    c239b78 Opened by Guillaume Gomez at 2021-04-23 19:36:43 - 2 comments
  3104. .rodata bloat with aligned zero sized objects

    85a2b98 Opened by Harald Hoyer at 2024-02-18 18:11:39 - 19 comments
  3105. Expotential compile time with recursive trait bounds

    ae0f9d7 Opened by Georg Semmler at 2020-08-17 08:07:01 - 1 comment
  3106. Missing lifetime in associated type triggers suggestion that requires generic_associated_types

    39a3160 Opened by Andrew Burkett at 2020-08-15 18:26:59 - 4 comments
  3107. diagnostics two unused_import warnings instead of one

    67c05ce Opened by Matthias Krüger at 2020-08-16 05:10:39 - 3 comments
  3108. Thread 'rustc' has overflowed its stack on dumb program

    014d5ee Opened by Aurorans Solis at 2023-12-25 02:44:25 - 13 comments
  3109. x.py tidy doesn't ignore untracked files

    41d0103 Opened by Aman Arora at 2020-11-10 12:15:22 - 6 comments
  3110. #![recursion_limit] behaves strangely

    79a8442 Opened by Raphael Spoerri at 2021-10-11 00:38:22 - 6 comments
  3111. Strings are not optimized as vector of characters

    168f467 Opened by Dániel Buga at 2022-10-27 16:30:27 - 8 comments
  3112. Confusing terminology with compiler message for traits "parenthetical notation"

    8eb41be Opened by Jeremy Flowers at 2020-08-19 05:30:29 - 1 comment
  3113. Better codegen for FromIterator Box<[T]>

    e4483dd Opened by Ivan Tham at 2025-02-14 04:02:39 - 4 comments
  3114. "-A warnings" cannot be overwritten later by #[warn] (but other "-A lint" can)

    2999c46 Opened by Ralf Jung at 2024-12-21 04:47:31 - 7 comments
  3115. Rustdoc shouldn't collect all attributes into a single string when parsing markdown

    15f55a1 Opened by jyn at 2025-02-14 04:04:28 - 1 comment
  3116. Confusing error message combining when arrays, size_of in a container

    da72364 Opened by Mikail Bagishov at 2020-12-30 12:53:04 - 2 comments
  3117. Remove duplicate dependencies for rustc itself

    b5c1d30 Opened by jyn at 2024-01-20 21:32:17 - 12 comments
  3118. Unused format!()s are not optimised away

    902afd0 Opened by Tim Hutt at 2025-02-14 04:05:39 - 4 comments
  3119. UI test failures with parallel-compiler=true

    ae861c2 Opened by Felix S Klock II at 2024-10-30 15:53:01 - 13 comments
  3120. 0x prefix for hexadecimal and pretty-printed Debug cannot be specified separately in std::fmt

    1cad172 Opened by dbdr at 2020-08-21 11:20:10 - 1 comment
  3121. Add cargo fix support for switching to intra-doc links

    ef2b39d Opened by jyn at 2021-04-23 19:36:43 - 5 comments
  3122. Suggest copy_from_slice for erroneous array assignment

    1fed5e5 Opened by jyn at 2020-10-14 02:48:43 - 7 comments
  3123. can't install rustc-docs component: detected conflict: 'share/doc/rust/html/rustc'

    191a573 Opened by Matthias Krüger at 2024-03-17 15:22:31 - 34 comments
  3124. rustdoc does not pass -C link-arg through to doctests

    782179e Opened by Elichai Turkel at 2022-08-17 09:57:06 - 1 comment
  3125. Tracking Issue for the #[cmse_nonsecure_entry] attribute

    8d84fc9 Opened by Hugues de Valon at 2025-02-11 01:23:44 - 11 comments
  3126. llvm lint: 0-div in flatmappy code: issue-49685

    a6b2f47 Opened by Matthias Krüger at 2023-04-05 17:36:14 - 4 comments
  3127. bootstrap/dist.rs hard-coded pathways

    f4614be Opened by Grommish at 2023-10-20 05:14:09 - 6 comments
  3128. Stdlib proposal: AsPtr, IntoRawPtr, FromRawPtr

    c9e718f Opened by Nathan West at 2022-10-28 21:08:40 - 3 comments
  3129. Polonius performance problem on nix and libc

    b10e8ef Opened by Josh Triplett at 2025-03-06 14:34:29 - 2 comments
  3130. Target spec JSON files are not checked for unknown keys

    d1bd6ce Opened by Philipp Oppermann at 2023-08-25 06:51:13 - 2 comments
  3131. Accepted convention for incurring dependencies on external files in macro expansion hurts reproducibility

    21063d2 Opened by Jude Taylor at 2024-08-15 07:45:18 - 1 comment
  3132. compiletest: Way to bless pretty testsuite

    e6cdfc1 Opened by tesuji at 2024-10-17 02:13:25
  3133. Naked functions don't produce an active frame for asm! .seh_* directives on Windows

    8a001dc Opened by Bernard Kolobara at 2020-08-25 10:56:35 - 2 comments
  3134. tidy on NTFS spuriously warns about executable bit

    2cda4dd Opened by Sasha Pourcelot at 2023-12-16 07:01:44 - 4 comments
  3135. Confusing borrow check error when function argument doesn't match type signature

    c84db29 Opened by Tyler Mandry at 2021-06-10 21:57:40 - 5 comments
  3136. slice::iter() does not preserve number of iterations information for optimizer causing unneeded bounds checks

    7301b49 Opened by Sebastian Dröge at 2025-02-14 04:05:40 - 21 comments
  3137. Documentation for std::fs::set_permissions doesn't cover symlink behavior

    b5bb963 Opened by Dan Gohman at 2025-04-01 16:49:28 - 3 comments
  3138. Should there be a Once::try_call_once

    71b5798 Opened by Gary Guo at 2024-02-01 13:43:52 - 3 comments
  3139. Transmute from one function pointer to another produces "can't transmute zero-sized type"

    583a89c Opened by Jordan Rose at 2024-04-06 20:29:47 - 5 comments
  3140. rustdoc: please provide way to filter out out-of-document included resources

    35738ad Opened by Ian Jackson at 2022-09-21 18:21:56 - 2 comments
  3141. TcpStream with non_blocking mode and read_to_end() leads to incomplete message

    533c170 Opened by Jakku Sakura at 2024-01-29 00:54:13 - 2 comments
  3142. Inconsistent iterator optimization

    bd16cdd Opened by Dániel Buga at 2020-10-20 19:38:23 - 8 comments
  3143. Next-generation syntax highlighting for rustdoc

    5b44c82 Opened by Alex Kladov at 2022-03-03 10:08:28 - 6 comments
  3144. Late unused trait import warnings do not suggest removing

    ce56fe2 Opened by SNCPlay42 at 2021-03-30 09:21:45 - 1 comment
  3145. Increasingly slow compilation as more levels of async are added in Rust 1.46

    b4cbdb4 Opened by Nicholas Bishop at 2021-03-13 23:18:04 - 105 comments
  3146. Filesystem warning supress-ability

    26077c8 Opened by Roman Yeremenko at 2025-03-28 00:09:46 - 4 comments
  3147. Tracking Issue for inline const patterns (RFC 2920)

    caebe95 Opened by Niko Matsakis at 2025-04-03 06:10:03 - 93 comments
  3148. Add support for exporting symbols in binary

    5606611 Opened by Rune Tynan at 2020-08-28 02:19:42
  3149. Remove the tidy exceptions of custom-named tests module in std

    9452d25 Opened by tesuji at 2020-09-03 13:29:27 - 1 comment
  3150. rustc -Clink-dead-code causes MSVC linker to produce invalid binaries when LLVM InstrProf counters are enabled

    81ab728 Opened by Rich Kadel at 2023-09-10 11:38:07 - 9 comments
  3151. regression: #[forbid(unreachable_code)] incompatible with the Try ('?') operator

    ce28c1f Opened by Deleted user at 2025-01-10 19:22:22 - 5 comments
  3152. Removing FatalErrors from StringReader

    a96239a Opened by Alex Kladov at 2023-04-05 17:31:43 - 10 comments
  3153. Possible Vec::truncate improvement

    685e0f0 Opened by leonardo-m at 2024-01-12 14:51:02 - 5 comments
  3154. Confusing error when impl is available only on RefCell contents

    ab2ecfa Opened by iximeow at 2025-03-07 19:25:04 - 3 comments
  3155. Cannot infer type when indexing an array inside closure with an argument

    b19fc24 Opened by Ivan Molodetskikh at 2022-03-23 06:56:30 - 1 comment
  3156. Undocumented soundness fix between 1.34 and 1.35

    27dea92 Opened by scottmcm at 2020-08-31 15:53:10 - 12 comments
  3157. 'Dropping temporaries' prevents borrow check to succeed in match arm without shared ownership

    03b668e Opened by Sebastian Thiel at 2020-10-28 10:37:37 - 9 comments
  3158. Current implementation of #[doc(spotlight)] doesn't handle any type aliases

    7b3e979 Opened by waffle at 2024-12-28 12:52:18
  3159. parser error hint: generic type parameters do not need dereferences

    a674659 Opened by Michael Gibson at 2024-02-29 21:47:05 - 1 comment
  3160. Bad associated type usage causes infinite build/check/run

    0b3fdb6 Opened by Avi Dessauer at 2024-04-30 05:48:25 - 8 comments
  3161. Tracking issue for future-incompatibility lint const_evaluatable_unchecked

    02731dc Opened by lcnr at 2025-03-06 23:51:43 - 18 comments
  3162. Typo'd Imports Result in Confusing Error Message

    eb4d71a Opened by Jackie Scholl at 2021-09-28 16:08:54 - 3 comments
  3163. associated functions don't seem to be working as intended for cdylib, but works for dylib

    1560112 Opened by Saravanan "Sarvi" Shanmugham at 2023-12-17 05:37:06 - 2 comments
  3164. meta: Release tags show as "Unverified"

    158a79e Opened by Noah Lev at 2020-09-10 18:41:51 - 9 comments
  3165. tidy should stop reporting CRs in a file after a while

    c0c7c9a Opened by scottmcm at 2020-09-02 15:24:57 - 4 comments
  3166. Large performance drop in compiled binary in stable rust 1.45.2 vs 1.44.0 on x86_64 linux

    2c2c73f Opened by Viktor Chvátal at 2022-02-03 04:56:17 - 15 comments
  3167. Windows SOCKET type defined inconsistently between libc vs std::os::windows

    6a634df Opened by Ximin Luo at 2023-11-13 08:49:25 - 9 comments
  3168. Memory overflow when compiling

    e16234e Opened by tronta at 2020-09-27 23:13:19 - 2 comments
  3169. [ER] Cargo features fix suggestions

    9f8f613 Opened by leonardo-m at 2023-04-05 17:31:44 - 4 comments
  3170. Add regression tests for rust-lldb python wrappers

    b2f40b1 Opened by Felix S Klock II at 2023-12-12 07:40:31 - 1 comment
  3171. Add file owner to os::windows::fs::MetadataExt

    4c670ba Opened by Andrew Banchich at 2023-03-19 09:44:11 - 2 comments
  3172. --extern-html-root-url uses library names to identify dependencies, failing to handle multiple versions

    e74e822 Opened by Nemo157 at 2021-04-23 19:36:43 - 4 comments
  3173. Tracking Issue for atomic_from_mut

    9a71717 Opened by Ashley Mannix at 2024-05-16 16:49:39 - 41 comments
  3174. [ER] Suggest usage of .try_into().unwrap() for desired slices => array

    1a9e819 Opened by leonardo-m at 2020-09-04 10:15:07 - 1 comment
  3175. Is rustc missing an optimisation in this short code sample?

    a31a574 Opened by Thomas Winwood at 2025-02-14 04:05:40 - 3 comments
  3176. Recursive Trait Hang in rustc

    38ecb12 Opened by braxtoncuneo at 2020-09-06 18:23:35 - 1 comment
  3177. Extremely confusing error around function pointers with inferred arguments

    513263d Opened by jyn at 2024-12-21 05:08:46 - 7 comments
  3178. Does [T]::array_chunks really need to be an iterator?

    46807de Opened by scottmcm at 2025-03-14 19:30:50 - 18 comments
  3179. Error reporting from attribute macros regressed in 1.46.0

    6376335 Opened by Adam Leventhal at 2023-03-03 15:20:42 - 20 comments
  3180. Get rid of clean in rustdoc

    40e1d17 Opened by jyn at 2021-12-15 20:34:58 - 8 comments
  3181. Alternative help for missing min/max function

    0e50d41 Opened by leonardo-m at 2021-03-30 07:40:23
  3182. Tracking Issue for slice_range

    8b7e47f Opened by dylni at 2025-03-04 23:50:07 - 34 comments
  3183. Nested impl Trait for higher-order functions

    1fd9db0 Opened by Ryo Ota at 2020-09-06 22:55:59 - 4 comments
  3184. Consider using the host beta toolchain if it already exists at the right version

    85485c8 Opened by jyn at 2022-08-01 02:45:38 - 14 comments
  3185. Help message when subtracting two types that can't be subtracted is incorrect

    40d96bc Opened by Kazantcev Andrey at 2020-09-08 01:02:59 - 1 comment
  3186. Confusing diagnostics for lifetime on associated type

    0b5c795 Opened by Matyáš Racek at 2024-12-17 04:32:28 - 5 comments
  3187. Low nproc ulimit causes compiler to crash

    88c09d3 Opened by Simon Clark at 2020-09-19 00:15:56 - 6 comments
  3188. [ER] catch some wrong copy_from_slice statically

    11a325f Opened by leonardo-m at 2020-09-08 12:33:48 - 1 comment
  3189. Overly specific PartialEq impl for Option and Result

    159cf88 Opened by Sergey Bugaev at 2024-12-07 10:12:41 - 3 comments
  3190. format_args! is slow

    7a4631e Opened by Jubilee at 2022-08-10 21:15:20 - 6 comments
  3191. Tuple-struct constructor visibility leads to inconsistency in pattern matching

    143eb0d Opened by Aaron Hill at 2023-12-16 10:45:13 - 2 comments
  3192. Improve the rustc-side clippy development experience

    32307d3 Opened by Aaron Hill at 2023-11-16 18:35:00 - 15 comments
  3193. Char should have method to detect format characters

    5501834 Opened by Jaap Aarts at 2025-02-08 15:45:38 - 1 comment
  3194. unhelpful message about reaching recursion limit because of extraneous &

    95ae6c1 Opened by Jay Berkenbilt at 2024-02-15 02:35:41 - 2 comments
  3195. Tracking Issue for complex generic constants: feature(generic_const_exprs)

    d4ed1f9 Opened by lcnr at 2025-03-14 03:19:41 - 68 comments
  3196. [ER] Better suggestions for wrong attempts of giving a struct method as argument to another method

    2bfa879 Opened by leonardo-m at 2020-09-10 22:08:35
  3197. Invalid error while using Debug as trait:

    723452e Opened by Tomaz Canabrava at 2023-04-05 17:31:45 - 11 comments
  3198. Tracking issue for RFC 2963: rustdoc JSON backend

    d0c9f5b Opened by Manish Goregaokar at 2024-05-24 12:53:53 - 22 comments
  3199. Wishlist: MIR-level integer range analysis

    c1c201b Opened by Moony at 2022-10-14 14:56:03 - 8 comments
  3200. rustdoc: layout-relevant private fields can not be documented

    7eda008 Opened by Aurelia Molzer at 2023-03-21 19:53:58
  3201. Consider enabling debug logging by default for contributors

    64ea53a Opened by jyn at 2023-05-25 01:34:15 - 9 comments
  3202. borrowed value does not live long enough in closure

    7154bda Opened by Gurwinder Singh at 2024-07-06 02:26:25 - 6 comments
  3203. Give a better error message for shared borrow treated as unique for purposes of lifetimes

    0d7076a Opened by Duncan at 2023-04-05 17:31:46 - 7 comments
  3204. Adding a take method to Default

    f6ccb32 Opened by Joshua Barretto at 2020-09-13 08:46:30 - 3 comments
  3205. Deref coercion not triggering for &Box<dyn Trait> to &dyn Trait

    74d42e3 Opened by scottmcm at 2024-04-14 16:31:04 - 2 comments
  3206. Rustdoc link to current impl

    45729b8 Opened by Ivan Tham at 2022-08-13 17:26:08
  3207. wasi-sdk/bin/wasm-ld regression in 1.46.0

    3f1a7ee Opened by Tjeu Kayim at 2020-09-16 18:26:19 - 4 comments
  3208. diagnostics: rust could suggest removing reference here

    983407b Opened by Matthias Krüger at 2025-03-30 05:43:22 - 2 comments
  3209. Run linkchecker just on some docs?

    d0e07be Opened by Ralf Jung at 2020-09-15 23:55:52 - 3 comments
  3210. Tracking Issue for OpenOptionsExt::as_flags

    1412aaa Opened by Federico Ponzi at 2022-07-27 19:55:07 - 5 comments
  3211. Feature gate for unstable target_feature values not being checked on nightly

    a5de6e8 Opened by Nika Layzell at 2020-09-17 16:31:51 - 3 comments
  3212. warning: value assigned to x is never read not fixed by cargo fix

    2950d89 Opened by Jeff Muizelaar at 2020-09-18 16:51:55 - 4 comments
  3213. Unhelpful error message "cannot satisfy <associated_type> == _"

    64f9a1e Opened by Pieter Agten at 2023-08-03 19:36:46
  3214. Bulk-initialization of contiguous enums with memset

    349121d Opened by Benjamin Prosnitz at 2020-09-19 02:28:15 - 3 comments
  3215. Stable counterpart for core::intrinsics::volatile_set_memory

    ead8854 Opened by Autumn at 2022-03-02 03:02:17 - 4 comments
  3216. Intra-doc links choose a random method if there are multiple implementations of the same generic trait

    842610b Opened by jyn at 2024-11-07 22:34:42 - 3 comments
  3217. Tracking Issue for feature(unix_socket_ancillary_data)

    e7caa4c Opened by LinkTed at 2024-09-28 14:09:26 - 91 comments
  3218. Tracking Issue for feature(unix_socket_peek)

    41945b7 Opened by rijenkii at 2024-03-29 14:31:19 - 7 comments
  3219. Superfluous errors for missing lifetime in async function argument

    8c0843e Opened by Dirkjan Ochtman at 2020-09-22 17:15:13 - 1 comment
  3220. Consider making htmldocck more specific

    bf98b34 Opened by jyn at 2021-04-23 19:36:43
  3221. Build hang on Linux

    04f6508 Opened by Daniel at 2020-11-12 14:28:41 - 74 comments
  3222. Move the doc directory to separate repo

    d30587e Opened by Arijit Dey at 2024-12-28 15:58:06 - 19 comments
  3223. rustdoc: Please process top-level README by default

    3c0fc70 Opened by Ian Jackson at 2024-06-28 13:20:17 - 12 comments
  3224. When linking statically, native libraries should go inside --start-group/--end-group for robustness

    1cc842c Opened by Josh Triplett at 2023-07-19 16:47:56 - 16 comments
  3225. compiler crash using specialization

    2e015d5 Opened by Anders Musikka at 2021-04-30 03:24:22 - 3 comments
  3226. Build on x32 ABI on gentoo

    49aff38 Opened by alsoijw at 2020-09-22 18:29:16
  3227. Refactor handling of statics

    6365ca3 Opened by Ralf Jung at 2020-09-28 11:56:25 - 7 comments
  3228. Tracking Issue for const fn type_id

    2c7618b Opened by Ashley Mannix at 2025-04-13 12:51:53 - 50 comments
  3229. Give a better diagnostic for keywords with incorrect capitalization

    4b05ac9 Opened by jyn at 2024-02-29 21:45:44 - 10 comments
  3230. Clean up handling of WrongNamespace in collect_intra_doc_links

    6e4ad29 Opened by jyn at 2025-03-21 20:41:01 - 4 comments
  3231. Exponential compilation time for recursive data structures implementing traits with associated types.

    e188b0c Opened by Valerii Lashmanov at 2024-12-21 04:58:17 - 1 comment
  3232. allow_internal_unstable silently ignores typos in feature names

    260a55e Opened by Dániel Buga at 2020-09-29 12:43:43 - 6 comments
  3233. Rustdoc lints don't fire for pub re-exports

    19614cf Opened by jyn at 2021-04-23 19:36:43 - 4 comments
  3234. Help messages could include required use line.

    8de472b Opened by follower at 2021-01-14 22:09:13 - 4 comments
  3235. Error message for T <binop> U worsens if T has exactly one implementation of the relevant trait

    f766064 Opened by SNCPlay42 at 2022-05-12 16:28:09 - 3 comments
  3236. Inconsistent failure in byte slice &[u8] comparison caused by unrelated code

    4c91e45 Opened by Aidan Hobson Sayers at 2024-12-21 05:08:46 - 4 comments
  3237. Deprecation text for Error::description leads users towards accidentally introducing infinite recursion

    ac12b46 Opened by Simonas Kazlauskas at 2020-10-01 23:56:32
  3238. cross-built compiler doesn't have the standard library for the target in its sysroot

    aed8bbd Opened by Mike Hommey at 2024-11-26 18:43:15 - 7 comments
  3239. static containing UnsafeCell can circumvent const-checking with certain feature gates

    c2deace Opened by Dylan MacKenzie at 2020-09-30 01:38:03
  3240. ICE: cannot relate bound region: ReLateBound

    8b7828f Opened by DutchGhost at 2023-09-25 16:08:02 - 8 comments
  3241. [ER] Int::RANGE constants

    c345a02 Opened by leonardo-m at 2020-10-02 20:19:15 - 5 comments
  3242. Tracking Issue for feature(iter_advance_by)

    f1ecd4e Opened by Tim Vermeulen at 2023-03-13 19:44:28 - 38 comments
  3243. Add a tidy check for acceptable rustdoc header

    47f930f Opened by Ivan Tham at 2020-10-02 13:23:28 - 3 comments
  3244. Way to disable const_item_mutation lint for one specific const

    8d00311 Opened by David Tolnay at 2020-10-02 00:34:54
  3245. Duplicate E0121 errors are emitted for placeholder types _ in some positions

    261c852 Opened by varkor at 2024-12-21 05:08:47 - 3 comments
  3246. Inconsistent "overflow evaluating the requirement" error for adding impl in another crate

    a33f4fb Opened by Georg Semmler at 2025-03-11 07:16:52 - 7 comments
  3247. Macro expansion + E0308 'mismatched types' makes it hard to find what the types were

    53e6179 Opened by jyn at 2020-10-03 23:08:06 - 2 comments
  3248. Docs enhancement: misleading try_clone docs

    a63e9bf Opened by Robert Collins at 2025-02-01 13:29:59 - 3 comments
  3249. Invalid monomorphization when -C link-dead-code is used

    677604e Opened by xd009642 at 2021-10-06 17:26:53 - 15 comments
  3250. std::process::exit() on MSVC bypasses writing LLVM InstrProf counters to profraw file

    40c8e12 Opened by Rich Kadel at 2023-07-22 20:13:32 - 2 comments
  3251. Provide suggestion on E0277 Sized error when &**/as_ref() would be appropriate

    39dd935 Opened by Esteban Kuber at 2020-10-09 10:02:25 - 7 comments
  3252. Allow applying pub(crate) visibility to query accessor functions

    08e29bd Opened by Aaron Hill at 2024-12-28 06:20:59
  3253. interface inconsistency with char::is_ascii_... functions

    381c8b4 Opened by Johann150 at 2022-08-11 13:12:14 - 4 comments
  3254. Handle type errors in fn args caused by type parameter divergence

    635e366 Opened by Esteban Kuber at 2020-10-11 07:21:06 - 1 comment
  3255. Allow using uncompressed metadata for proc-macros and dylibs

    22435d6 Opened by Aaron Hill at 2023-05-16 18:15:26 - 1 comment
  3256. mir::Constant::span is a footgun for mir optimizations

    e116125 Opened by Oli Scherer at 2023-04-05 17:30:15 - 9 comments
  3257. bootstrap: Improve the UX when run from a git worktree

    75b9c5b Opened by jyn at 2024-10-10 09:08:11 - 5 comments
  3258. Type inference seems to pick up the wrong trait bound

    55b1224 Opened by Diogo Sousa at 2023-04-05 17:39:42 - 2 comments
  3259. (Lack of) Polymorphization can lead to an unnecessarily recursive type & make compilation fail

    460d389 Opened by Daniel Henry-Mantilla at 2025-02-11 23:14:17 - 4 comments
  3260. Compiling project makes rustc emit STATUS_ILLEGAL_INSTRUCTION

    9ba7e01 Opened by Ralf Biedert at 2023-04-05 17:36:16 - 11 comments
  3261. New "warning incompatible with previous forbid in same scope" error

    a52d7c4 Opened by Nemo157 at 2024-12-21 04:47:32 - 15 comments
  3262. Short backtrace sometimes includes unnecessary core::ops::function::FnOnce::call_once line

    fc2eacc Opened by Scott Olson at 2023-12-16 07:34:26 - 3 comments
  3263. Add a blanket impl for core::fmt::Write if there is an impl for std::io::Write

    2155792 Opened by Noah Lev at 2023-12-09 23:40:35 - 10 comments
  3264. LLDB tests fail with windows-gnu

    f5b2e00 Opened by Mateusz Mikuła at 2024-12-23 12:03:48
  3265. Code bloat from monomorphization of methods applied to arrays

    a6a607a Opened by Mike Hommey at 2023-03-07 05:34:56 - 2 comments
  3266. Permit multi-segment paths as const generic arguments without {}

    345b2c5 Opened by varkor at 2023-02-02 17:36:55 - 7 comments
  3267. Do debug-info-preserving optimizations even in debug mode

    6d21d0f Opened by Patrick Walton at 2025-02-14 04:04:29 - 3 comments
  3268. Tracking issue for WebAssembly atomics

    8514153 Opened by Alex Crichton at 2025-03-27 18:09:58 - 15 comments
  3269. Diagnostics: suggest using from_str when calling parse on a type that implements FromStr

    a1625b3 Opened by Yosh at 2024-05-01 23:19:01 - 1 comment
  3270. Give a better error message for operator ? conversion with a lifetime mismatch

    7075d96 Opened by Trevor Wilson at 2024-12-28 06:27:55
  3271. GAT: unconstrained lifetime in output when using GAT in fn type

    a88999e Opened by Joel Höner at 2024-09-24 21:05:49 - 6 comments
  3272. STATUS_ACCESS_VIOLATION when building rulibc

    6d95ec9 Opened by Yonggang Luo at 2021-02-09 19:09:56 - 3 comments
  3273. Lint elided lifetimes when the argument that triggered the elision is not used

    fe89ef8 Opened by Noah Lev at 2020-10-13 20:29:45 - 1 comment
  3274. Tracking Issue for -Z codegen-backend

    685f061 Opened by XAMPPRocky at 2023-03-05 01:55:13 - 3 comments
  3275. rustc --print unstable-features

    8c1b925 Opened by Laurențiu Nicola at 2020-10-15 10:12:19 - 1 comment
  3276. Feature request: Use 'trampolines' to make most of the body of a generic function non-generic

    99808a8 Opened by jyn at 2024-07-08 14:17:19 - 12 comments
  3277. E0271 displays wrong span for "required by this bound"

    cecf8a2 Opened by Peter Goodspeed-Niklaus at 2022-10-19 03:08:38 - 1 comment
  3278. Error messages suggest lifetime annotations for stack references in some cases (E 106 instead of E 515)

    8b4b2f7 Opened by Florian Gilcher at 2020-10-19 18:49:27 - 4 comments
  3279. proc-macro receives warnings only when used within macro_rules! macros

    ed0161b Opened by Taiki Endo at 2020-10-15 14:12:34 - 4 comments
  3280. Intra-doc links do not work in markdown files

    3187ba9 Opened by jyn at 2022-07-19 13:55:52 - 1 comment
  3281. Uplift declare_interior_mutable_const and borrow_interior_mutable_const from clippy to rustc

    b051417 Opened by jyn at 2023-09-01 18:14:25 - 6 comments
  3282. Type inference results in accessing a private type, causing a compilation error

    8b498ca Opened by Joshua Liebow-Feeser at 2023-04-05 17:30:16 - 4 comments
  3283. Old vtable example fails with: "error: untyped pointers are not allowed in constant"

    46edca6 Opened by dimpolo at 2020-10-19 11:44:04 - 7 comments
  3284. Tracking Issue for remainder methods for str split iterators

    773a54f Opened by waffle at 2025-03-11 17:51:06 - 20 comments
  3285. Incorrect "private type in public interface" diagnostic

    bfd914d Opened by Ayaz at 2024-12-21 04:47:33 - 5 comments
  3286. #73905 regressed several tests around associated type defaults

    344842f Opened by Tatsuyuki Ishi at 2020-10-20 06:21:30 - 2 comments
  3287. Incompatible type for trait should be reported before type checking the impl

    58e1b5c Opened by Martin Habovštiak at 2020-10-17 16:13:10 - 1 comment
  3288. Support changing LLVM options between multiple rustc invocations within the same process

    d0c8c2d Opened by bjorn3 at 2023-04-05 17:36:17
  3289. Rust suggests unstable paths for non-imported item

    6b2cf06 Opened by carbotaniuman at 2024-08-30 19:32:08 - 1 comment
  3290. Improve error for missing braces in const block

    584c8f8 Opened by Noah Lev at 2024-09-23 13:27:20 - 4 comments
  3291. Improve errors for async block in pattern

    49369b2 Opened by Noah Lev at 2024-12-28 06:28:42 - 1 comment
  3292. Lint on calling to_owned on a reference

    a4b205f Opened by Aaron Hill at 2024-01-07 10:49:00 - 4 comments
  3293. Unclear lifetime error instead of "cannot move out of mutable reference"

    affb7b7 Opened by SNCPlay42 at 2020-10-22 09:14:19 - 1 comment
  3294. Add automated tool to ensure new feature gates are documented

    2ec1013 Opened by Noah Lev at 2025-03-09 20:15:41 - 3 comments
  3295. Incorrect trait bound resolution in the presence of associated types

    b0ccfa4 Opened by Julia Andrews at 2021-01-07 12:09:15 - 1 comment
  3296. ICE 'called Option::unwrap() on a None value', compiler/rustc_metadata/src/rmeta/decoder.rs:975:64

    3d7af5f Opened by Simon Sapin at 2023-08-29 14:09:40 - 5 comments
  3297. #![cfg(platform)] causes rustc to ignore #![allow(...)] directives

    be7d936 Opened by K.J. Valencik at 2020-10-22 16:01:03 - 3 comments
  3298. permit coercion in type ascription

    edeaba6 Opened by Niko Matsakis at 2024-12-21 05:08:47 - 5 comments
  3299. Intra-doc links should be styled according to the kind of their target

    e1a52f9 Opened by Daniel Fox Franke at 2021-07-26 13:12:45 - 7 comments
  3300. Incoherent error when a method and the containing impl require the same trait with different lifetimes

    150974b Opened by Eli Dupree at 2024-02-21 06:42:22 - 4 comments
  3301. Move StorageDead/StorageLive around to allow more optimizations to trigger

    6fb4069 Opened by Oli Scherer at 2023-12-16 07:23:23 - 1 comment
  3302. Excessive memory usage building GTK Rust, a problem for entry level devices for newcomers (e.g. Raspberry Pi 3+)

    b9e11c9 Opened by Ellie at 2020-11-29 09:39:18 - 13 comments
  3303. Incomprehensible type error when defining getter and setter

    cf7f2a9 Opened by ad hoc at 2024-12-21 05:08:47 - 6 comments
  3304. Internal lint: Warn unnecessary {Hir,LocalDef,Def}Id converts

    56db877 Opened by Yuki Okushi at 2020-10-25 12:22:48
  3305. lazy_normalization_consts breaks unsize coercion in rare cases

    bf7dcb7 Opened by lcnr at 2021-09-05 13:41:53 - 5 comments
  3306. "Reach into" Result/Option to look for expected methods in error messages

    8655540 Opened by qj at 2020-10-30 13:51:23 - 2 comments
  3307. Unexpected truncated boolean when debug printing with limited float precision.

    f0760c9 Opened by Casper at 2020-10-28 00:53:04 - 3 comments
  3308. Improve diagnostics for impl Trait capturing lifetimes

    05b6c80 Opened by Dirkjan Ochtman at 2023-04-07 09:49:23 - 6 comments
  3309. Recursive instantiation for Iterator trait with closure-taking adaptors hangs rustc

    9eaa27e Opened by Paul Mabileau at 2020-12-10 17:41:23 - 3 comments
  3310. Miri engine logging: strange log tail after interpreter failure

    4348d05 Opened by Ralf Jung at 2020-10-27 16:07:23 - 7 comments
  3311. Building in release mode with LTO breaks RPM build process for some code

    981d146 Opened by Gavrie Philipson at 2023-12-16 07:41:53 - 2 comments
  3312. Warn when checking library/std when profile = "compiler"

    11f325b Opened by varkor at 2023-02-03 06:05:21 - 13 comments
  3313. 128-bit integers marked as having an unknown stable ABI

    7b88805 Opened by Harald Hoyer at 2023-05-24 22:16:48 - 5 comments
  3314. remap-path-prefix from 1.47.0 results in weird prefixes in backtraces

    8e4413b Opened by Nemo157 at 2020-10-28 19:11:37 - 2 comments
  3315. Tracking Issue for RFC 2930 (read-buf)

    ccb8e7d Opened by Niko Matsakis at 2025-03-27 16:41:01 - 55 comments
  3316. cannot use #![deny(missing_docs)] with external derive macro

    33559c1 Opened by Avery Harnish at 2020-10-28 18:14:58 - 4 comments
  3317. std::thread::Builder::spawn() panics

    3716aa1 Opened by Bart Massey at 2022-02-08 20:30:03 - 6 comments
  3318. [ER] Array.max and min ?

    0396612 Opened by leonardo-m at 2024-09-25 01:27:59 - 6 comments
  3319. add a warning on attributes that can be confused with global ones

    307589c Opened by Denis Lisov at 2025-01-07 19:05:53 - 4 comments
  3320. Compiler doesn't warn on infinite recursion in trait's method

    3d38bf8 Opened by Douman at 2022-02-18 20:39:13 - 9 comments
  3321. Provide prebuilt std artifacts for sanitizers

    3108e9d Opened by Aria Desires at 2024-06-12 05:54:13 - 2 comments
  3322. compiletest: Show real patches as diffs?

    6fff924 Opened by Noah Lev at 2024-10-17 02:10:56 - 3 comments
  3323. Type errors use 'expected' and 'found' in a confusing way

    b176299 Opened by Nathan West at 2023-08-23 01:23:47 - 3 comments
  3324. MIR InstrumentCoverage: Improve coverage of #[should_panic] tests and catch_unwind() handlers

    d31fbf2 Opened by Rich Kadel at 2023-04-05 17:41:30 - 1 comment
  3325. MIR InstrumentCoverage - Can the source_info.span for FakeRead statements be more consistent?

    5489046 Opened by Rich Kadel at 2023-04-05 17:41:31
  3326. Diagnostics: suggest adding lifetime to trait object stored in struct

    e8b4266 Opened by Maja Kądziołka at 2024-12-21 05:24:34 - 1 comment
  3327. Note when trait bound may be satisfied for a different version of a crate

    cd2540d Opened by Aaron Hill at 2020-10-30 03:22:27 - 2 comments
  3328. Incorrect error order for println!

    43d6083 Opened by Ivan Tham at 2024-02-15 02:54:28 - 2 comments
  3329. repr(transparent) should not consider non_exhaustive types as 1-ZSTs outside their crate

    41dedfa Opened by scottmcm at 2024-11-01 19:19:18 - 23 comments
  3330. Suggest adding & for "mismatched types: expected reference &&[&str], found reference &[&str]"

    524de7b Opened by Noah Lev at 2023-08-03 20:16:44 - 4 comments
  3331. Variables not always moved into async move block

    d4cc2f3 Opened by Erlend Langseth at 2020-11-03 19:07:11 - 11 comments
  3332. error[E0391]: cycle detected when computing type of async fn

    0f1c032 Opened by Diggory Blake at 2024-12-21 05:08:48 - 15 comments
  3333. CString lifetime warning incorrectly fires

    dd3e9d4 Opened by Jeff Muizelaar at 2024-04-10 15:36:31 - 4 comments
  3334. rustdoc: Implementations on Foreign Types are not sorted in sidebar

    f24b349 Opened by Noah Lev at 2024-11-15 23:42:29 - 3 comments
  3335. rustdoc: Strip blank lines from start and end of code blocks

    3684400 Opened by Noah Lev at 2022-10-13 01:23:00 - 3 comments
  3336. supertraits do not resolve correctly for dynamic dispatch trait bounds

    b191b80 Opened by Bernhard Schuster at 2024-01-23 22:01:55 - 10 comments
  3337. Suggest for<'a> syntax when lifetime bounds can't be satisfied

    5f6d5ef Opened by Kornel at 2023-01-08 01:21:58 - 2 comments
  3338. regression: panic! and RUST_BACKTRACE=1 Show Wrong & Non-Informative Function Names when Unwinding

    746e3b4 Opened by David Krasnitsky at 2023-07-16 23:15:07 - 20 comments
  3339. x.py test --stage 0 src/tools/clippy does not work

    a44dec3 Opened by jyn at 2025-02-04 10:55:01 - 18 comments
  3340. Inefficient bit mask codegen in combination with comparison operators.

    cf03a32 Opened by Vin Singh at 2024-01-28 11:16:49 - 5 comments
  3341. Deduplicate code that finds the return type of a future

    42beb36 Opened by Tyler Mandry at 2020-12-17 05:40:25 - 2 comments
  3342. Missing comma in 1-tuple type should suggest adding comma there, not removing comma in value

    d2a6f84 Opened by Ryan Scheel at 2023-04-05 17:30:17
  3343. Incorrect hints for E0401

    29d7fdc Opened by jeekobu at 2023-10-13 19:17:46 - 1 comment
  3344. Intra-doc links do not resolve associated items for blanket impls

    4756a76 Opened by jyn at 2021-06-06 22:03:28 - 7 comments
  3345. Error on deriving PartialEq on Foo and then implementing it for dyn Foo

    22b2883 Opened by Николай Данаилов at 2023-08-03 18:12:39 - 6 comments
  3346. Linking a static C library does not include all symbols

    9b5d7ca Opened by Firstyear at 2020-11-19 22:32:05 - 15 comments
  3347. Compiler suggests #[derive((DeriveMacro).try_into().unwrap())]

    eeadd9e Opened by msrd0 at 2021-01-12 07:36:08 - 7 comments
  3348. No error reported when a generic parameter doesn't meet the requirement of an associated type

    c724691 Opened by Yuxuan Shui at 2022-07-30 00:16:42 - 24 comments
  3349. Better account for invalid async fn main() {}

    daf7bae Opened by Esteban Kuber at 2024-07-26 04:02:46 - 2 comments
  3350. Alternative highlighting for Rust code block in rustdoc

    524fab2 Opened by Ivan Enderlin at 2021-07-06 11:47:18 - 26 comments
  3351. Moving all elements out of a Vec generates worse assembly since 1.45

    0b2b51b Opened by Silverweed at 2021-10-16 20:17:06 - 6 comments
  3352. Heavy usage of traits & generics causes incredibly slow compile times & code bloat

    9d801ea Opened by Chase Wilson at 2020-11-12 02:33:25 - 6 comments
  3353. Destructor of one struct field depends on other without any correlation

    475cc84 Opened by Mihir Luthra at 2020-11-11 07:09:14 - 1 comment
  3354. Suggest using -- --nocapture if tests run for too long

    4fdcf64 Opened by Lonami at 2023-04-05 17:30:18 - 2 comments
  3355. Transparently retrying Interrupted waitpid calls is not always appropriate

    245252b Opened by Simonas Kazlauskas at 2022-02-08 20:29:50
  3356. Rustc failed to compile code due to overflowing trait bound

    4b15c72 Opened by Georg Semmler at 2024-12-28 06:26:49
  3357. Inherent impl priority not respected for FnMut

    8b5cac0 Opened by Samuel Moelius at 2020-11-12 23:19:59
  3358. Unused local not eliminated by MIR optimizations

    2a6b470 Opened by Simon Vandel Sillesen at 2020-11-12 23:27:03 - 3 comments
  3359. Tracking Issue for #![feature(async_iterator)]

    f93eb1d Opened by Yosh at 2025-03-15 23:32:22 - 32 comments
  3360. Confusing lifetime error: expected (&Location<'_>,), found (&Location<'_>,)

    fefb1e0 Opened by Noah Lev at 2021-01-21 18:41:04 - 7 comments
  3361. Call macro error depending on the context

    5d9c76e Opened by Juan Aguilar Santillana at 2020-11-15 18:58:53 - 3 comments
  3362. Copying build files to a different drive and then building them

    8d2ca72 Opened by TheBigCheese at 2023-04-25 21:41:34 - 5 comments
  3363. Lint against treating c_char as i8 or u8, for portability

    a999112 Opened by Josh Triplett at 2021-10-14 10:07:52 - 10 comments
  3364. forbid conditional, negative impls

    610260e Opened by Niko Matsakis at 2023-06-30 12:22:29 - 9 comments
  3365. Print backtraces for LLVM segfaults and aborts

    588c04d Opened by Tyler Mandry at 2023-04-05 17:36:18 - 14 comments
  3366. unreachable warning when an unreachable!() macro is called

    590a9bd Opened by Squirrel at 2020-11-19 08:41:12 - 2 comments
  3367. inaccurate const drop error doesn't mention #![feature(const_precise_live_drops)]

    d715829 Opened by Maja Kądziołka at 2024-12-01 15:03:24 - 3 comments
  3368. Test that rustdoc preserves color output in doctests

    08be462 Opened by jyn at 2021-04-23 19:36:44
  3369. HashMap reports zero capacity without freeing memory

    49bed28 Opened by Diggory Blake at 2023-12-17 06:27:10 - 6 comments
  3370. Closure seemingly both implements and doesn't implement a trait

    cee6aa3 Opened by Alex Crichton at 2021-01-16 23:34:10 - 6 comments
  3371. Tracking issue for deprecation lint legacy_derive_helpers

    58833a1 Opened by Vadim Petrochenkov at 2025-03-23 12:04:23 - 2 comments
  3372. Diagnostics Improvement: Same Body in Branches

    6bbe147 Opened by James Munns at 2024-01-07 11:16:40 - 3 comments
  3373. Compiler suggests type conversion on LHS of assignment

    b02532e Opened by PyroPeter at 2020-11-20 12:22:45
  3374. Consider providing an universal way to read (proc macro) dylib metadata.

    1520727 Opened by Eduard-Mihai Burtescu at 2020-11-21 01:59:29 - 1 comment
  3375. [rustdoc, request] Please bundle local relative resources (favicon, logo, whatever)

    0bd1aed Opened by Lyndon Brown at 2022-09-21 20:06:11 - 6 comments
  3376. Cannot refer to item inside function from module inside function

    4af8da7 Opened by David Hewitt at 2024-10-12 19:26:18 - 15 comments
  3377. Cross-compiling from x86_64 to arm64 on macOS 11.1 fails to compile stage1 std artifacts

    43a4b83 Opened by Felix Bünemann at 2022-03-18 01:06:28 - 10 comments
  3378. Rustdoc generate wrong doc for declarative macro generated by derive macro.

    f786b2a Opened by EvianZhang at 2021-04-23 19:36:44 - 4 comments
  3379. cycle errors for unevaluated constants in the param env

    156e6c1 Opened by lcnr at 2024-01-30 23:20:17 - 7 comments
  3380. Rustc suggests the same method twice when a mismatched type is found

    987e2b1 Opened by jyn at 2023-08-03 10:37:32 - 1 comment
  3381. Mismatched type for cyclic dev-dependency on same crate

    d6f49c2 Opened by Laurin at 2023-04-05 17:33:39 - 3 comments
  3382. Unfound macro diagnostic could detect a later definition and suggest moving it

    17dc81d Opened by Felix S Klock II at 2024-02-29 02:40:25 - 1 comment
  3383. fs::copy: Cannot copy special/device files (ex: /dev/null) into a file

    e7b86f4 Opened by Sylvestre Ledru at 2023-12-17 07:05:09 - 20 comments
  3384. Restore Servo’s style crate in cargotest?

    8d2d132 Opened by Simon Sapin at 2023-12-17 13:08:07 - 2 comments
  3385. ICE with unsizing an extern type

    22b4560 Opened by DutchGhost at 2024-04-15 09:53:05 - 3 comments
  3386. Dummy Overlapping Line Program Range produced for WASM Target

    900cd31 Opened by Armin Ronacher at 2024-02-27 03:15:33 - 4 comments
  3387. Rustdoc doctests should have their file/lines remapped when using -Zinstrument-coverage

    2b63d88 Opened by Arpad Borsos at 2021-04-23 19:36:44 - 5 comments
  3388. Atomic compare_exchange(_weak) functions produce overly complicated asm code on thumbv7(e)m-none-eabi(hf) targets

    dffbbe1 Opened by qwerty19106 at 2023-10-08 20:39:49 - 4 comments
  3389. Inaccurate error message for const operations in type parameters

    74d5e7e Opened by Nemo157 at 2023-04-05 17:30:20 - 1 comment
  3390. DepGraph::with_ignore misuse

    9c56a73 Opened by Tyson Nottingham at 2021-04-03 00:59:08 - 3 comments
  3391. False positive from dead_code lint when a repr(packed) struct is transmuted

    c03c8c0 Opened by Sebastian Conybeare at 2020-11-26 16:03:00 - 1 comment
  3392. Exploring PGO for the Rust compiler

    ec66d17 Opened by Michael Woerister at 2023-02-03 07:45:36 - 24 comments
  3393. overflowing_literal does not work with char literals

    df5f57d Opened by Jonas Böttiger at 2023-07-22 20:07:50 - 4 comments
  3394. Instant accounts for system sleep on Windows but not on linux

    89d8c72 Opened by mahkoh at 2023-09-25 17:20:34 - 11 comments
  3395. Add truncate_into()

    33ac3f7 Opened by Noah Lev at 2020-11-29 00:30:22 - 10 comments
  3396. #[rustc_allocator] documentation disagrees with implementation

    6c40cf9 Opened by Greg Parker at 2025-01-30 18:04:56 - 1 comment
  3397. Stability annotation on defaulted generics fails

    b609a1b Opened by Tim Diekmann at 2025-03-29 00:31:15 - 3 comments
  3398. assert!(bool, bool) should probably trigger a lint

    23c1355 Opened by Alec Mocatta at 2020-11-28 17:23:02 - 1 comment
  3399. Tracking Issue for Iterator::intersperse

    9105887 Opened by Noah Lev at 2024-09-07 20:05:06 - 59 comments
  3400. Padding to ensure a value is well-aligned is not used for niche value optimization

    7c8ee16 Opened by Jacob Pratt at 2021-08-26 03:18:50 - 6 comments
  3401. Failed to garbage collect finalized incremental compilation session directory

    00f7b9f Opened by FancyFlame at 2023-04-05 17:42:29 - 10 comments
  3402. Type checker fails to prove associated and normal types are same if has constraint on impl of generic struct

    1c12b2c Opened by AngelicosPhosphoros at 2020-11-30 01:53:58 - 1 comment
  3403. Forbid #[rustc_const_stable] without #[stable]

    dbb9988 Opened by Rune Tynan at 2024-12-01 15:03:24 - 13 comments
  3404. Coverage is not generated when using rust-lld as linker

    b425d41 Opened by Brian Smith at 2024-12-27 23:28:26 - 4 comments
  3405. Code coverage and profiling don't work on non-X86_64 -musl targets because profiler_builtins isn't provided for them

    f876b7c Opened by Brian Smith at 2024-12-28 15:44:54 - 11 comments
  3406. Library builds fail when path contains a percent char (%)

    1cb22c4 Opened by nospam3089 at 2021-04-16 05:41:27 - 8 comments
  3407. Poor error suggestion from failure to use trait

    5f5fa54 Opened by Lyndon Brown at 2023-12-25 04:07:11
  3408. Warn when using [foo; 0] where foo is a non-const expression that evaluates to a Drop type

    5a426d5 Opened by bstrie at 2022-08-31 10:16:55 - 6 comments
  3409. Help for missing lifetimes in inherent impl block header could be better

    409a8b0 Opened by scottmcm at 2020-12-01 04:16:42
  3410. Tracking Issue for const_heap

    0696e41 Opened by Oli Scherer at 2024-09-03 01:38:04 - 16 comments
  3411. std::alloc::Global.shrink returns an error if realloc returns null

    97fceee Opened by mahkoh at 2020-12-05 01:59:16 - 4 comments
  3412. Passing -C panic=abort still attempts to link in libunwind when targeting i686-pc-windows-gnu on v1.44+

    bb9cf7c Opened by Elliot Saba at 2024-11-30 10:09:43 - 28 comments
  3413. Improvements to error messages from nested indexing

    6e2b7c1 Opened by Eldred Habert at 2024-05-29 15:49:47 - 1 comment
  3414. InstrumentCoverage requires information from HIR that might need to be available via MIR

    a496643 Opened by Rich Kadel at 2023-04-05 17:41:32 - 1 comment
  3415. Compiler asks for already present bound

    c967807 Opened by Artyom Pavlov at 2024-12-21 04:58:18 - 7 comments
  3416. when program cause std::io::Error, can take the current path?

    6dad532 Opened by baoyachi at 2020-12-02 14:20:30 - 1 comment
  3417. Compiler suggests restricting bound to only blanket impl for trait instead of just the trait

    99b023c Opened by Amos Wenger at 2023-04-15 06:11:55 - 2 comments
  3418. Bad Error Message: error[E0277]: the trait bound T: Generator<ResumeTy> is not satisfied

    08e8254 Opened by Keith Miller at 2023-11-19 18:24:03 - 12 comments
  3419. Add support for branch coverage in source-based coverage

    4c1baaf Opened by Marco Castelluccio at 2024-05-08 08:41:13 - 40 comments
  3420. Stabilize #![feature(staged_api)]

    a10bfd4 Opened by Guillaume Gomez at 2023-01-08 10:26:00 - 12 comments
  3421. item_bodies_checking CPU time and liveness_and_intrinsic_checking mem usage explode on a generated ~2.5MB .rs file

    8e4b924 Opened by Jake Taylor at 2020-12-15 21:51:46 - 15 comments
  3422. Tracking Issue for backtrace_frames

    1103237 Opened by Sean Chen at 2025-01-15 04:32:57 - 18 comments
  3423. Tracking issue for array::try_map

    90ee46c Opened by Ethan Brierley at 2023-09-19 18:28:08 - 11 comments
  3424. -Z dump-dep-graph no longer prints def paths since PR #74967

    e63c91e Opened by Aaron Hill at 2024-02-18 18:16:38 - 1 comment
  3425. file-level doctests have wrong file/line mapping when module has use-level doctest

    231029e Opened by Arpad Borsos at 2021-04-23 19:36:44
  3426. Parens in (very!) long expression cause stack overflow

    5f2525f Opened by Jake Taylor at 2022-02-08 08:45:43 - 12 comments
  3427. overflow evaluating the requirement when trait bound is added

    278b057 Opened by Isaac Leonard at 2023-04-05 17:39:43 - 3 comments
  3428. Tracking Issue for denying trailing semicolons in expression macro bodies

    c2bfeb8 Opened by Aaron Hill at 2024-05-16 01:22:13 - 14 comments
  3429. Backtraces through system libraries give bad symbols on macOS 10.15

    07eedbb Opened by Jeff Muizelaar at 2020-12-08 23:35:08 - 1 comment
  3430. Cargo bench eats excessive memory on WSL2 ubuntu

    61a37e4 Opened by Weiliang Li at 2020-12-10 16:27:26 - 4 comments
  3431. Associated types weirdness

    28fc2ed Opened by RustyYato at 2024-12-28 06:35:32
  3432. asm! doesn't accept offset syntax, but gcc does

    b9b24d7 Opened by Josh Triplett at 2024-08-10 03:34:43 - 5 comments
  3433. Document impl block visibility

    9617a60 Opened by Subsentient at 2025-01-30 18:40:59 - 2 comments
  3434. Confusing error involving lifetime elision

    e4febc5 Opened by Mathis at 2023-08-14 16:12:00 - 9 comments
  3435. Output filenames for -Z instrument-coverage

    a61429a Opened by Volker Mische at 2023-07-12 06:55:43 - 7 comments
  3436. diagnostics: suggest Result instead of Option if inner arguments would match

    d1681e2 Opened by Matthias Krüger at 2023-04-05 17:30:22 - 4 comments
  3437. rustc span format seems broken: file:line:line:column

    5f1797b Opened by Matthias Krüger at 2023-12-27 19:46:02 - 8 comments
  3438. Using ManuallyDrop causes allocas and memcpys that LLVM cannot remove

    e5cd8c6 Opened by scottmcm at 2025-03-11 02:48:40 - 6 comments
  3439. Long argsfile doesn't work properly on Windows

    9ff8266 Opened by Ruslan Sayfutdinov at 2021-10-27 23:31:05 - 6 comments
  3440. Constantly receiving Undefined symbols for architecture x86_64

    be62723 Opened by Jonathan Kelley at 2023-08-25 13:30:07 - 14 comments
  3441. -Ztime-passes: print lint name

    51b9e6c Opened by Matthias Krüger at 2022-03-29 19:41:53 - 5 comments
  3442. Suggest using let when a const uses outer function's generics

    d32a801 Opened by Eloff at 2020-12-12 02:24:48 - 1 comment
  3443. changelog: 1.48.0 does not list cargo changes

    8817047 Opened by Matthias Krüger at 2020-12-12 20:13:09
  3444. E0320 error huge type name output

    1d4868b Opened by minaminao at 2024-12-21 05:08:48 - 6 comments
  3445. Calling Vec::extend repeatedly in a for loop is faster than calling it once on iter::flatten

    4c66c5f Opened by Steven Malis at 2025-02-14 03:58:21 - 5 comments
  3446. Tracking Issue for maybe_uninit_write_slice

    83ca633 Opened by beepster at 2025-01-12 21:32:05 - 12 comments
  3447. The compiler gets hopelessly confused on enum S(usize);

    327e47a Opened by jyn at 2024-12-13 22:46:48 - 6 comments
  3448. Unexplained errors applying -Z instrument-coverage to some rustc ui tests

    3052b45 Opened by Rich Kadel at 2023-07-04 06:00:06 - 13 comments
  3449. [ER] std::mem::array_len

    0b94757 Opened by leonardo-m at 2024-12-21 05:08:49 - 9 comments
  3450. Static lifetimes and variance: Associated const treated differently (and perhaps incorrectly?)

    446b8ee Opened by Frank Steffahn at 2024-12-21 05:08:49 - 3 comments
  3451. asm!: lint on bare memory accesses without [] or offset

    21a9d54 Opened by Josh Triplett at 2023-04-05 17:36:19
  3452. Compiler hangs at ObligationForest

    e6e7ff1 Opened by RustyYato at 2023-11-19 19:35:56 - 3 comments
  3453. diagnostics: missing "consider borrowing here" when passing format!() as &str

    743d720 Opened by Matthias Krüger at 2023-03-15 03:29:07
  3454. Failed analysis of index dominance

    9725687 Opened by leonardo-m at 2025-03-14 03:12:58 - 10 comments
  3455. Impl Trait forces unnecessary lifetime bounds

    50c79cb Opened by Christopher Serr at 2022-05-15 08:09:51 - 3 comments
  3456. Confusing error message given for incorrectly-scoped invocation

    9f8899d Opened by Michael Coblenz at 2023-04-05 17:30:23 - 3 comments
  3457. Deprecation warning not easily avoidable when using elim form of enum with deprecated field

    35ca03b Opened by Michael Coblenz at 2024-12-28 13:53:12 - 3 comments
  3458. i686 GNU/Linux, seg-fault on executing rust tool-chain binaries

    0b9417d Opened by Rajat Rajput at 2024-02-18 18:18:51 - 2 comments
  3459. Compiler performance when compiling built-in derives is worse than desired

    9d84c52 Opened by Ryan Levick at 2025-02-14 04:04:29
  3460. macOS bug with newest update

    9ba2241 Opened by Caden Haustein at 2023-09-07 10:30:48 - 6 comments
  3461. Passing --no-doc to ./x.py test causes panic_abort tests to fail

    37286cf Opened by Jake Hughes at 2023-12-17 07:13:03 - 4 comments
  3462. Opt-out of std linking system libraries

    ebc6f51 Opened by Marnix Kuijs at 2024-10-30 19:36:30 - 5 comments
  3463. Better suggestion for closure that needs to capture bindings, but not all

    f3e96da Opened by Esteban Kuber at 2022-11-11 05:29:59 - 4 comments
  3464. #[should_panic]'s return-type check ignores procedural-macro transformations

    087ef1e Opened by meiomorphism at 2021-01-12 18:46:18 - 3 comments
  3465. MaybeUninit requires T: Sized but it should not

    e0a5ae6 Opened by mahkoh at 2024-05-18 07:48:02 - 17 comments
  3466. Bug in borrow checker with 'while let'

    8499846 Opened by Daniel Spencer at 2022-06-06 23:55:46 - 5 comments
  3467. Confusing diagnostic for supertrait cycle

    0f7d2a7 Opened by Ingvar Stepanyan at 2020-12-18 19:26:48 - 1 comment
  3468. linkchecker is not catching some broken links

    6849e90 Opened by jyn at 2025-01-30 13:24:35 - 4 comments
  3469. parse error in #[feature(...)] discards all mentioned features.

    1dcb4c1 Opened by lcnr at 2020-12-20 20:07:16 - 1 comment
  3470. 'expected struct cargo_metadata::Package, found a different struct cargo_metadata::Package' should note that one is a module and one is a crate

    e5f5a80 Opened by jyn at 2024-12-04 00:06:24 - 8 comments
  3471. Trait with associated type bounds cannot be made into an object because it uses Self as a type parameter

    c0ee0c1 Opened by Lance Roy at 2024-12-21 05:26:57 - 2 comments
  3472. Getting SIGSEGV with -fp-armv8 features

    4f11b5c Opened by Toshifumi NISHINAGA at 2022-03-18 01:02:21 - 15 comments
  3473. Function pointer does not fulfill the required lifetime

    f48ec1d Opened by Lance Roy at 2023-11-21 02:31:12 - 13 comments
  3474. LLVM ERROR: Function addresses with offsets not supported

    40cadae Opened by Scott Lott at 2023-04-05 17:36:21 - 5 comments
  3475. Using doc comment at end of line triggers inner attribute error

    5e0d798 Opened by Lander Brandt at 2021-02-05 18:00:09 - 2 comments
  3476. Add Hash to the prelude

    b8abeed Opened by Noah Lev at 2023-07-13 00:46:48 - 4 comments
  3477. MaybeUninit::write_slice_cloned() makes it very easy to accidentally leak

    9b02322 Opened by Matthias Geier at 2021-01-04 06:21:04 - 2 comments
  3478. Suboptimal diagnostic if const eval error site is in a different crate

    ae9954c Opened by Oli Scherer at 2020-12-26 21:42:40 - 2 comments
  3479. Don't require -Cpanic=abort when doing profile guided optimization on windows-msvc

    f064a8b Opened by Keithcat1 at 2023-04-05 17:36:21 - 1 comment
  3480. Lifetime of input (key) to HashMap::get() gets entanged w/ that of its output (value)

    0dec9fc Opened by Zeeshan Ali Khan at 2023-04-15 13:17:24 - 7 comments
  3481. Unfreed (but still reachable) allocations in std::io::stdin are reported by Valgrind if non-default --show-leak-kinds=all option is specified

    eafeb13 Opened by Boyd Johnson at 2024-10-10 09:11:23 - 10 comments
  3482. Rustdoc has different URLs for re-exported builtin derives than in the current crate

    686b0e5 Opened by jyn at 2021-04-23 19:36:44 - 1 comment
  3483. Iterator-based approach performs 10x worse than manual implementation

    cede0ca Opened by Bradley Harden at 2021-01-04 21:01:23 - 24 comments
  3484. Fn[Mut] trait missing lifetime parameter

    61b5910 Opened by Ian Jackson at 2024-11-09 19:29:19 - 4 comments
  3485. Tracking Issue for box_into_inner

    3e3c416 Opened by Charles Lew at 2025-04-05 12:28:46 - 84 comments
  3486. Cross-compilation x86_64-unknown-freebsd -> aarch64-unknown-freebsd failing at the Vendoring step fo ar: "failed to sync", "failed to write vendor/ar/.cargo-checksum.json"

    4fd955d Opened by Nicolas Guiard at 2021-10-12 01:58:36 - 2 comments
  3487. Rustdoc does not show blanket impls with negative polarity

    1ffe811 Opened by jyn at 2021-04-23 19:36:44 - 6 comments
  3488. Wrong diagnostic: Type must be annotated #[derive(PartialEq, Eq)] to be used as the type of a const parameter

    e010268 Opened by Vladislav at 2025-03-09 18:48:01 - 10 comments
  3489. Rustdoc should not show impls with a where clause that is always false

    52a892e Opened by jyn at 2022-08-11 16:29:31 - 5 comments
  3490. Use sort_unstable to sort primitive types

    3e3a7e6 Opened by Christopher Jefferson at 2025-02-14 03:58:21 - 5 comments
  3491. Diagnostics hint for const generics

    e25f533 Opened by Yosh at 2020-12-30 16:53:26 - 3 comments
  3492. Confusing error message with circular "use" statements.

    85cc0b5 Opened by umanwizard at 2024-02-15 02:55:24 - 1 comment
  3493. Support _ for const inference with const generics

    a133498 Opened by varkor at 2024-01-13 13:38:25
  3494. MIR body serialization may be a bottleneck

    2ced336 Opened by Oli Scherer at 2025-02-14 04:04:30 - 2 comments
  3495. ./x.py: cranelift source paths not mapped to repo root

    854e9d1 Opened by Matthias Krüger at 2023-06-25 15:35:34 - 2 comments
  3496. Operator impl causes compilation error for an expression involving the operator with a different pair of types

    4c1ee93 Opened by Jim Turner at 2024-12-21 04:58:18 - 2 comments
  3497. Don’t insert coverage counters for unreachable!() code

    5e90b71 Opened by Mason Boeman at 2024-05-05 01:28:34 - 7 comments
  3498. x.py test should run tests for changed code first

    dbde7e0 Opened by Thom Chiovoloni at 2021-01-22 01:31:36 - 5 comments
  3499. Promote powerpc64le-unknown-freebsd to Tier 2

    92f2a83 Opened by Piotr Kubaj at 2023-08-24 20:00:57 - 10 comments
  3500. Using associated constant incorrectly errors out with incorrect message about generic types

    461d890 Opened by Mahmoud Al-Qudsi at 2021-01-05 19:48:06
  3501. Doc alias not allowed on associated constants and types in trait implementation block

    203da27 Opened by Nikolai Vazquez at 2021-04-23 19:36:44 - 6 comments
  3502. global_asm! macro causes non-fatal errors to be printed during compilation for some RISC-V extension instructions when targeting the GC extensions

    c3d7017 Opened by Wesley Norris at 2025-02-21 14:58:14 - 11 comments
  3503. Rust insufficiently optimizes loop { match { } } state machines

    0a84ddc Opened by Audrius at 2023-05-05 15:32:42 - 20 comments
  3504. Confusing diagnostics resulting from a function with the bound T: FnOnce() -> T that takes T and returns T

    260845d Opened by Ruby Lazuli at 2024-02-15 02:47:43 - 5 comments
  3505. use PlaceRef abstraction more consistently

    c2bd7c9 Opened by Ralf Jung at 2023-06-15 02:31:35 - 12 comments
  3506. Allow a control flow statement to be decorated with #[allow(unreachable_code)]

    8f4a8f6 Opened by Mahmoud Al-Qudsi at 2021-01-04 13:18:52 - 2 comments
  3507. Name collision for unit struct for different crate bad error

    b9be7f5 Opened by Ivan Tham at 2024-01-25 23:19:22 - 1 comment
  3508. Overflow in checking recursive trait requirements with specialization

    f2dee62 Opened by Will Crichton at 2023-09-07 10:33:18
  3509. Mismatched lifetime on trait impl shows a misleading error

    cedb981 Opened by Ash Earlz at 2023-04-18 07:07:52 - 3 comments
  3510. Rustdoc shows impls out of source order

    7d1e00c Opened by jyn at 2021-04-23 19:36:44 - 5 comments
  3511. Boxing zeroed arrays and slices uses rust_alloc + memset instead of rust_alloc_zeroed

    e5ea1b5 Opened by leonardo-m at 2024-12-28 06:44:23 - 2 comments
  3512. There's no flag to allow assert_eq to format as multi-line results

    1e479e4 Opened by Squirrel at 2022-02-08 20:48:56 - 2 comments
  3513. Add option to pass environment variables to rustc with a flag

    4c1f69b Opened by Dylan Baker at 2023-12-20 18:05:04 - 6 comments
  3514. "overflow evaluating the requirement" regression in nightly-2020-12-27

    5c0ab9c Opened by Isaac Leonard at 2021-01-13 11:09:39 - 6 comments
  3515. Confusing error messages regarding lifetime

    49ca809 Opened by ksqsf at 2021-01-08 15:13:16 - 1 comment
  3516. Linker errors when cross-compiling from Xcode on Big Sur

    5f2066b Opened by Ian Hobson at 2024-10-10 05:18:34 - 2 comments
  3517. Attempting to reuse lifetime in inner function should give E0401, not E0261

    418d18a Opened by Ryan Scheel at 2023-04-05 17:30:23 - 8 comments
  3518. Programs with #![no_std] produce incorrect unused import warnings

    34f8176 Opened by Ashley Hauck at 2023-08-27 23:09:17 - 2 comments
  3519. #[allow(dead_code)] ignores warnings for other items too

    745257d Opened by Noah Lev at 2021-07-13 20:10:30 - 1 comment
  3520. rustdoc: Link references are case-insensitive

    942c797 Opened by Eric Seppanen at 2021-04-23 19:36:44 - 16 comments
  3521. rustdoc: tracking issue for pointer and reference in intra-doc links

    845f9b9 Opened by Noah Lev at 2021-05-08 22:45:02 - 5 comments
  3522. Point to usage in associated type that causes a lifetype parameter to need to be constrained

    efcc031 Opened by Ryan Scheel at 2021-01-11 07:48:26
  3523. Aligned-in-packed restriction can be circumvented with generic parameters

    10e6385 Opened by mahkoh at 2024-11-01 19:29:55 - 7 comments
  3524. Mention expectation of { for parse error immediately after async in expressions

    c5ed020 Opened by Esteban Kuber at 2021-01-12 04:46:56
  3525. "Unused macro" lint still fires when a private macro 2.0 is used in a public macro 2.0

    b21fa88 Opened by Ruby Lazuli at 2021-12-13 16:54:56 - 3 comments
  3526. Rustc isn’t warning about usage of and even suggests importing #[doc(hidden)] items.

    cb78ae7 Opened by Frank Steffahn at 2023-01-29 19:30:29 - 2 comments
  3527. Rustc diagnostics don’t realize that assignments from a match guard can be used in the following match arms.

    e40c242 Opened by Frank Steffahn at 2021-01-14 15:07:14 - 3 comments
  3528. diagnostics could be improved when creating references inside structs conditionally

    828a1d9 Opened by Matthias Krüger at 2023-04-05 17:30:24
  3529. Additional bounds are required for const generics using associated constants

    57c4afa Opened by Clar Fon at 2023-04-05 17:30:25 - 3 comments
  3530. Error in trait solving

    eb9b009 Opened by b-naber at 2023-11-16 02:45:04 - 2 comments
  3531. "Associated type doesn't live long enough", even though it does

    2f0cd45 Opened by RustyYato at 2021-12-14 23:58:31 - 3 comments
  3532. Compiler generates loop that unnecessarily repeats a comparison every iteration.

    a95a9ba Opened by Asminthe at 2025-02-14 03:58:22 - 2 comments
  3533. Tracking Issue for bound_as_ref

    6da7548 Opened by Aspen Smith at 2022-07-25 22:50:27 - 23 comments
  3534. Non returning compilation on 1.48, 1.49, 1.50-beta and nightly-2021-01-13

    e241ee8 Opened by Arthur Carcano at 2023-10-20 14:31:35 - 9 comments
  3535. Better listing of dependencies in 'cargo docs' sidebar output

    75653ed Opened by dbr/Ben at 2024-02-12 12:40:49 - 16 comments
  3536. .debug_gdb_scripts is being loaded into memory

    516146a Opened by Jeremy Fitzhardinge at 2021-04-30 11:30:38 - 7 comments
  3537. Incorrect inference in closure leading to confusing error message

    b62edba Opened by Hrvoje Nikšić at 2021-01-16 05:47:37 - 1 comment
  3538. Error message improvement for function argument macro

    41123f2 Opened by Petar Dambovaliev at 2023-04-05 17:30:25
  3539. Error message improvement: Manual reborrowing with &mut *variable

    3ab1cb5 Opened by Markus Stange at 2021-01-16 09:32:45 - 1 comment
  3540. include!()-ing stuff that uses $[macro_export(local_inner_macros)] triggers #[deny(macro_expanded_macro_exports_accessed_by_absolute_paths)]

    fc90f1e Opened by Michael Lamparski at 2021-02-01 14:27:06 - 3 comments
  3541. Incorrect span used for doctests defined using #[doc(include)] or #[doc = include_str!("...")]

    c44d3e4 Opened by Chris Wong at 2022-01-05 01:53:42 - 2 comments
  3542. Tracking Issue for {BTreeMap,BTreeSet}::drain

    c5b435f Opened by Stein Somers at 2024-12-18 12:16:56 - 5 comments
  3543. asm! should automatically rewrite labels in assembly code

    0e71100 Opened by Amanieu d'Antras at 2021-09-10 14:48:37 - 29 comments
  3544. Move reporting recursion limit errors outside of the trait system

    e23ae21 Opened by jyn at 2023-09-06 15:52:02 - 6 comments
  3545. Poor error message when spawning a future returned by an async fn that takes an owned value as reference

    105ba9a Opened by Luca Palmieri at 2024-02-26 16:50:37 - 3 comments
  3546. Poor diagnostics for [T, N] turbofish instead of [T; N]

    0fc6a78 Opened by Clar Fon at 2021-02-01 04:17:38 - 2 comments
  3547. no_implicit_prelude attribute is not validated properly with unused_attributes lint

    4bdc2fc Opened by Eric Huss at 2021-01-17 03:11:09
  3548. Rustc takes 3.5 GB RSS to check vtparse

    fcb727b Opened by jyn at 2021-01-21 19:19:53 - 3 comments
  3549. rustdoc: #[doc(spotlight)] doesn't work on re-exports

    111bf23 Opened by Noah Lev at 2021-04-23 19:36:44 - 3 comments
  3550. Generated Result propagation code is needlessly complex

    9f27087 Opened by Tyson Nottingham at 2025-02-14 03:58:22 - 4 comments
  3551. rustc --print target-cpus prints cpus that are not supported by the target

    e4366e4 Opened by Jeff Muizelaar at 2021-01-23 04:20:16
  3552. Seemingly incorrect error for missing trait bounds on associated type

    0df7b85 Opened by Dirkjan Ochtman at 2021-01-19 21:04:44 - 2 comments
  3553. cargo build fails but building macro-expanded file works

    9f859fa Opened by Ömer Sinan Ağacan at 2021-01-19 20:16:10 - 1 comment
  3554. Test for repr-transparent-aggregates-1.rs fails cross-compiling wasm32-unknown-unknown with LLVM 11.0

    5a8d921 Opened by Ryan R Sundberg at 2024-11-01 19:29:42 - 2 comments
  3555. Clarify std::mem-docs wrt host/target

    60a782e Opened by lukaslueg at 2021-01-25 03:06:59 - 2 comments
  3556. Unexpected compiler error when building std for custom Windows target

    6ec8154 Opened by Marnix Kuijs at 2021-01-23 04:15:51 - 1 comment
  3557. transmute::<(), Never> triggers invalid_value lint, but transmute::<Option<Never>, Never> doesn't

    715940d Opened by rodrimati1992 at 2021-01-24 17:24:26 - 6 comments
  3558. Array bound tests with for loop that get removed with while loops

    aeb18f3 Opened by leonardo-m at 2023-10-08 20:39:49 - 3 comments
  3559. Non linear runtime increasment for expand_crate pass while compiling diesel with 128-column-tables

    3628883 Opened by Georg Semmler at 2022-04-29 07:40:45 - 9 comments
  3560. Nonlinearity in check_mod_privacy pass for a large number of impls

    f222add Opened by Georg Semmler at 2021-01-25 06:34:53 - 1 comment
  3561. "arithmetic_overflow" and "unconditional_panic" lints do not fire on const fn that is only const-used in bin crate

    ae5261f Opened by Ralf Jung at 2024-12-21 04:47:34 - 11 comments
  3562. Wrong lifetime inference in closures

    2535636 Opened by Dmytro Polunin at 2023-08-19 09:20:29
  3563. Incremental occasionally causes link failures (in particular when build process is interrupted)

    f213ac4 Opened by jyn at 2025-01-23 05:08:54 - 13 comments
  3564. infinite? loop when compiling serde_derive utilizing polonius

    31d386a Opened by djugei at 2024-06-29 03:35:48 - 2 comments
  3565. Test rustc output blocks in src/doc/rustdoc/src/ documentation

    c4d87e5 Opened by Josh Triplett at 2021-01-23 21:38:53 - 3 comments
  3566. Test #[stable] versions in CI

    382ab7b Opened by Noah Lev at 2022-07-11 00:52:44 - 4 comments
  3567. rustdoc: link to the source of the re-export if the original definition wasn't documented

    ebdc093 Opened by Noah Lev at 2022-04-24 06:12:58 - 20 comments
  3568. Type can no longer be inferred in 1.49

    5ec3d97 Opened by Bennet Bleßmann at 2025-01-22 12:18:25 - 14 comments
  3569. Function works but non-capturing closure with identical signature fails with strange error

    949fb6e Opened by angelsl at 2024-02-26 16:56:16 - 3 comments
  3570. [ER] Smarter error handling in struct destructuring assignment

    190de19 Opened by leonardo-m at 2021-01-25 06:13:44 - 3 comments
  3571. Addition of Option<NonZero*> can compile suboptimally

    f769d92 Opened by cevans-uk at 2024-12-29 21:53:05 - 1 comment
  3572. Track memory usage with -Z self-profile

    7eda3d8 Opened by jyn at 2025-02-14 04:05:02
  3573. [rustdoc-json] Output is currently under-tested

    7dade10 Opened by Rune Tynan at 2024-07-28 23:37:43 - 4 comments
  3574. Conflicing implementation through specialized default implementation

    46fec95 Opened by Bram van den Heuvel at 2021-01-26 16:43:54 - 1 comment
  3575. Tracking Issue for the C-cmse-nonsecure-call ABI

    c238f8b Opened by Hugues de Valon at 2024-10-16 18:14:30 - 12 comments
  3576. LLVM cannot prove that index is in bounds

    8a3dc38 Opened by tesuji at 2021-05-31 02:28:57 - 5 comments
  3577. Rust cannot resolve trait bound for associated type

    fd6a485 Opened by ad hoc at 2024-12-21 04:58:19
  3578. Large BTreeMap key or value types cause avoidable stack overflow

    bab08a3 Opened by Stein Somers at 2024-01-31 11:14:44 - 9 comments
  3579. Incorrect private field diagnostic when self is passed

    062f5e3 Opened by jam1garner at 2022-01-27 09:07:26 - 4 comments
  3580. E0621 when converting dyn reference to dyn pointer

    3dd9369 Opened by Josiah Bills at 2024-01-25 14:38:03 - 5 comments
  3581. Unnecessary encoding of def_span query in metadata

    a9957bf Opened by Oli Scherer at 2023-04-05 17:30:26 - 6 comments
  3582. Confusing diagnostic when using closures

    bdeb79b Opened by StyMaar at 2023-01-08 02:01:33 - 5 comments
  3583. Tracking Issue for pointer metadata APIs

    ed7d70f Opened by Ashley Mannix at 2024-10-15 18:37:15 - 172 comments
  3584. Core build is broken when using build-std with custom cross-compile target

    6336540 Opened by Celeste Peláez at 2024-12-04 06:01:56 - 7 comments
  3585. Suggestion is placed at the wrong scope with nested IntoIter requirement

    2093873 Opened by Ben Kimock at 2023-12-25 17:19:45 - 2 comments
  3586. Can rustc support to call llvm intrinisc API which contains type like llvm_v4i1_ty?

    6345983 Opened by Shan Kang at 2023-04-05 17:36:25 - 11 comments
  3587. Tracking Issue for mir-inlining

    28a35ef Opened by Oli Scherer at 2022-07-18 12:25:30 - 2 comments
  3588. Confusing and big error when misusing function instead of function call in iterator chain

    6466dcd Opened by waffle at 2023-04-05 17:30:27 - 1 comment
  3589. rustdoc: rustc_serialize::Decodable is missing some implementors

    9afbae9 Opened by Noah Lev at 2023-12-25 17:21:11 - 2 comments
  3590. reproducing ICE while compiling experimental RSLint on 1.51.0-nightly

    4de995e Opened by namibj at 2023-12-25 17:23:53 - 18 comments
  3591. Provide a means of turning iterators into fixed-size arrays

    fe59254 Opened by bstrie at 2023-03-07 05:33:16 - 20 comments
  3592. LLVM ERROR: SHT_NOBITS section '.bss' cannot have non-zero initializers

    9e5f6aa Opened by DutchGhost at 2023-04-05 17:36:26
  3593. Inconsistent move behavior in closure with async block

    44a6fd4 Opened by vultix at 2023-06-30 15:44:19 - 6 comments
  3594. Array type inference not as good as Tuple?

    c69ec8d Opened by Ken Reed at 2023-03-07 05:33:17
  3595. Tracking issue for future-incompatibility lint forbidden_lint_groups

    21a1f4b Opened by Niko Matsakis at 2024-12-02 15:23:37 - 11 comments
  3596. Confusing lifetime error in the presence of a loop

    dd70d15 Opened by jyn at 2023-04-05 17:30:27 - 4 comments
  3597. rustc --target wasm32-unknown-unknown -Zinstrument-coverage fails with "can't find crate for profiler_builtins"

    4011a3c Opened by Adam Perry at 2024-02-21 05:07:01 - 10 comments
  3598. Inspect does not feed properly into map

    81b280b Opened by Xavientois at 2024-12-21 05:08:50 - 1 comment
  3599. Emit warning when using as to directly cast function items to any integral type other than usize

    1eb0b22 Opened by bstrie at 2023-12-18 14:46:46 - 13 comments
  3600. Wrapper variable considered live after all of its constituents are consumed

    e3735f7 Opened by Yuxuan Shui at 2024-03-10 20:17:08 - 5 comments
  3601. Methods of core trait that have doc aliases are found twice

    663d143 Opened by Kamila Borowska at 2024-11-06 01:47:00 - 5 comments
  3602. bootstrapping rustc for a custom target no longers works since 1.48, assembles stages for build not host

    91358ce Opened by Dan Callaghan at 2025-01-29 21:01:57 - 6 comments
  3603. rustdoc: rename doctest imports on re-exported items

    1c6c091 Opened by Ibraheem Ahmed at 2021-04-23 19:36:44 - 11 comments
  3604. #[rustc_inherit_overflow_checks] should be documented instead of replaced with e.g. Add::add calls.

    ce25f27 Opened by Eduard-Mihai Burtescu at 2025-02-19 15:32:15 - 7 comments
  3605. global_asm! does not register location information to LLVM, resulting in suboptimal error reporting.

    9f276cc Opened by Eduard-Mihai Burtescu at 2023-04-05 17:30:28 - 2 comments
  3606. 1500-arm match statement causing a major build time and memory use spike, especially for wasm target

    4ff5322 Opened by Adrian Wielgosik at 2023-04-05 17:36:26 - 9 comments
  3607. When calling method with incorrect args, check other methods that take the same args

    f62b393 Opened by Esteban Kuber at 2021-02-04 19:03:38
  3608. Rustdoc testing fails to build with ASan enabled (in some cases)

    044bf4e Opened by Alex Beregszaszi at 2022-05-12 18:24:27 - 4 comments
  3609. Reborrowing fixes borrowck issue with From?

    512b55c Opened by Soni L. at 2024-02-18 18:26:26
  3610. Apple Silicon M1 - libLLVMX86Disassembler.a: file too small to be an archive

    42387f1 Opened by Veeti Haapsamo at 2023-02-02 04:52:25 - 4 comments
  3611. Tracking Issue for stream_from_iter

    3e380db Opened by Yosh at 2021-02-05 17:47:17 - 1 comment
  3612. Skew between clang and rust's compiler-rt causes linker errors

    ef717c0 Opened by Mitchell Kember at 2021-02-06 02:14:01 - 2 comments
  3613. lldb tests only run on macos

    068d2b1 Opened by Eric Huss at 2025-02-26 11:23:33 - 10 comments
  3614. No turbofish suggestion for complex expressions

    f5b4f50 Opened by tesuji at 2023-01-08 21:14:02 - 3 comments
  3615. Trait objects do not work with generic associated types

    b367ec5 Opened by matthewjasper at 2024-09-24 21:02:53 - 13 comments
  3616. Incorrect value is never assigned warning

    db41764 Opened by Henry Boisdequin at 2021-06-08 20:28:45 - 2 comments
  3617. Contents from global_asm! leak into other assemblies

    46ba3d9 Opened by Simonas Kazlauskas at 2021-02-06 21:24:04 - 5 comments
  3618. [ER] Better use fully-qualified syntax help?

    7b6ef4d Opened by leonardo-m at 2022-01-27 09:08:28 - 3 comments
  3619. Recursive type of infinite size is undetected until MIR optimiziations

    4af6be1 Opened by memoryruins at 2021-02-22 18:22:16 - 2 comments
  3620. When a variable is incorrectly used in a closure, error points to the source of the borrow, not the variable

    7223591 Opened by Kornel at 2021-02-11 00:51:34 - 1 comment
  3621. Rustc cannot optimize sequence of copies while clang does.

    d6f5b18 Opened by Kogia-sima at 2024-12-29 16:14:15 - 2 comments
  3622. Incorrect diagnostic for unstable applicable items

    6b51228 Opened by Dirkjan Ochtman at 2022-01-01 20:57:56 - 7 comments
  3623. Documentation of a re-export doesn't appear on level-two re-export

    e22955f Opened by Jonas Platte at 2023-03-16 06:56:30 - 23 comments
  3624. RUST_BACKTRACE truncated with -Cpanic=abort

    368b6ce Opened by Arpad Borsos at 2021-11-14 00:02:09 - 5 comments
  3625. Create a canonical implementation of traits and use it in tuples & derive macros

    c0a39d6 Opened by Tomasz Miąsko at 2021-02-09 09:41:34
  3626. repr(simd) does not align to Intel recs on x86_64

    83258af Opened by Jubilee at 2022-03-23 00:33:24 - 2 comments
  3627. Tracking Issue for Vec::split_at_spare_mut

    5c5bc64 Opened by Ashley Mannix at 2022-01-04 00:45:37 - 9 comments
  3628. Missing documentation/feature - changing global_allocator in cargo test

    643a817 Opened by Firstyear at 2023-12-17 06:17:36 - 3 comments
  3629. Error messages can be ambiguous between types and type parameters

    9c73c8a Opened by leo60228 at 2023-09-28 23:19:09 - 9 comments
  3630. Detect intended out argument on mutability and lifetime errors involving fn args

    b74e65f Opened by Esteban Kuber at 2021-02-10 22:05:32 - 1 comment
  3631. rustdoc: Show generic parameters for item being documented

    418ade5 Opened by Noah Lev at 2021-04-23 19:36:44 - 2 comments
  3632. rustdoc does not warn when linking to an item with no generated docs

    04a242d Opened by jyn at 2021-04-23 19:36:44
  3633. Better support for common const generic errors in item definition

    90e5b05 Opened by Esteban Kuber at 2024-12-28 19:14:42 - 7 comments
  3634. repr(C) on MSVC targets does not always match MSVC type layout when ZST are involved

    796f2bd Opened by mahkoh at 2025-04-01 22:30:30 - 130 comments
  3635. Generic Mul Bound Error

    7ebf941 Opened by pacmanmati at 2025-03-25 09:35:47 - 1 comment
  3636. Tracking Issue for -Z macro-backtrace

    4e40e9d Opened by Aaron Hill at 2025-03-23 12:08:44 - 3 comments
  3637. Ambiguity between parsing the same ident in a macro

    7a0ec84 Opened by Andrew at 2023-04-05 17:30:29 - 1 comment
  3638. Actually deprecate collections::Bound

    6b05e09 Opened by bstrie at 2021-03-26 13:42:55 - 8 comments
  3639. Better messages when using ADT constructor as value

    ac99b6f Opened by Esteban Kuber at 2024-09-07 10:28:42 - 7 comments
  3640. Add more information to E0599 for small changes that would make the trait bounds be satisfied

    6e248dd Opened by Esteban Kuber at 2023-07-31 16:37:53 - 2 comments
  3641. repr(C, align) is unsound on enums

    838478b Opened by mahkoh at 2024-11-01 19:11:05 - 32 comments
  3642. E0433 should not purely rely on letter case to report different error.

    e7fa6c8 Opened by Charles Lew at 2023-04-05 17:30:29 - 3 comments
  3643. E0382 could be improved and made more beginner-accessible

    09e60f4 Opened by Florian Gilcher at 2022-12-28 21:09:07 - 5 comments
  3644. Cannot tell apart panic!() and assert!(false, "") in macro_backtrace()

    4c95213 Opened by Aurel at 2021-02-16 15:18:40 - 4 comments
  3645. Concat trait has bad codegen for arrays

    e655f7b Opened by JP Sugarbroad at 2025-02-14 03:58:22 - 6 comments
  3646. Unclear compiler error when impl Trait return value captures non-'static argument

    3c1492b Opened by David Ramos at 2023-03-05 11:47:01 - 11 comments
  3647. Make async futures Unpin if they don't borrow anything across .awaits

    d96eac5 Opened by Jonas Platte at 2024-09-17 10:15:48 - 15 comments
  3648. [Inquiry] Inconsistent binary size with 'cargo +stable build' vs 'cargo +1.50-x86_64-pc-windows-msvc' ?

    5937006 Opened by eddyp at 2024-08-14 08:31:27 - 7 comments
  3649. Incompatibility between musl and crates linking to shared libraries

    21503b7 Opened by ath-inactive-account at 2024-02-18 18:36:26 - 18 comments
  3650. Add Path::display_lossy() and display_escaped() methods

    86fd3e5 Opened by Rain at 2021-03-18 06:46:13 - 3 comments
  3651. Don't build rustc_middle for x.py build src/tools/rustfmt

    95458a9 Opened by jyn at 2021-02-17 03:22:19 - 3 comments
  3652. Overly verbose output on invalid for loop due to recovery

    54be5cc Opened by Esteban Kuber at 2024-09-07 12:07:42 - 2 comments
  3653. Tracking Issue for expose force_quotes in CommandExt on Win32

    d1376a6 Opened by Yonggang Luo at 2021-02-17 19:31:11 - 1 comment
  3654. x.py test --bless should not ignore tests

    1765e2c Opened by Rich Kadel at 2024-05-31 12:30:42 - 4 comments
  3655. Tracking Issue for #[repr(align(...))] on function items (fn_align)

    541bfc4 Opened by Wesley Norris at 2025-01-10 19:28:01 - 5 comments
  3656. Add better diagnostic for const-generic impl Foo for S<N>

    9ee6c54 Opened by Julian Knodt at 2021-02-23 07:37:24 - 6 comments
  3657. lint message paths are absolute in some cases

    6780075 Opened by Matthias Krüger at 2023-04-05 17:30:30 - 1 comment
  3658. Suggestion: treat WASI preopen dirs as path prefixes

    2a1ab41 Opened by Ingvar Stepanyan at 2021-02-25 17:40:39 - 11 comments
  3659. Tracking Issue for exclude-should-panic

    5bc6398 Opened by Eric Huss at 2023-12-19 17:42:31 - 1 comment
  3660. Using a type alias for dyn Trait somehow imports the whole Trait, but also not really

    5ca5b77 Opened by Soni L. at 2024-12-28 06:45:51
  3661. "Consider importing one of these" diagnostic should perhaps not suggest use statements from the parent module

    231fcd8 Opened by Manish Goregaokar at 2021-02-23 07:30:59 - 2 comments
  3662. Lifetime parameters in type aliases do not need to be used in the definition

    2cf4b02 Opened by Alice Ryhl at 2021-02-21 13:54:46
  3663. [ER] Basic bit twiddling methods

    1de895a Opened by leonardo-m at 2022-07-10 14:27:33 - 9 comments
  3664. rustdoc: Get rid of shared mutable state in Context

    cc91004 Opened by Noah Lev at 2022-08-07 12:39:11 - 7 comments
  3665. Account for type and trait errors due to incorrectly wrapped types

    88c26b3 Opened by Esteban Kuber at 2021-02-23 07:18:28 - 2 comments
  3666. Correctly expanded macro_rules! still throws error

    3f6f7ed Opened by Marcus Ofenhed at 2021-02-22 13:09:04 - 4 comments
  3667. Compiler using over 20GiB memory

    4c58dbf Opened by davidspies at 2021-05-05 02:29:04 - 22 comments
  3668. Request: rustdoc option to merge impl blocks in the HTML output

    8e12b61 Opened by Lokathor at 2022-02-05 15:10:46 - 5 comments
  3669. Come up with a way to de-duplicate common test 'headers'

    4544ee9 Opened by Aaron Hill at 2021-02-23 01:53:19 - 3 comments
  3670. LLVM ERROR: Invalid encoding

    88276dc Opened by davidspies at 2023-04-05 17:35:21 - 2 comments
  3671. Rustdoc: in "Blanket Implementations" list for a given type, show std traits separately from non-std traits

    eeccffb Opened by Austin Bonander at 2021-05-20 02:25:08 - 20 comments
  3672. Suggest reborrowing mutable borrow when moved

    7ab2479 Opened by Aaron Hill at 2021-03-01 18:56:05 - 2 comments
  3673. Space for large, constant arrays is allocated on the stack

    0d68791 Opened by Stephen Checkoway at 2024-12-21 04:47:34 - 4 comments
  3674. str::splitn(N, ' ') is slower than it ought to be

    d16a3ae Opened by Jeffrey Smith at 2025-04-11 05:25:34
  3675. Returning a value that causes a borrow checker error is less precise than not returning it

    a9e8de0 Opened by Jake Goulding at 2021-10-25 21:48:36
  3676. Improve error message for wrong attempt to box error

    f8eb614 Opened by xd009642 at 2024-12-28 06:45:25
  3677. write! generate longer assembly compared to format!

    ee0477f Opened by Ivan Tham at 2025-02-14 03:58:23 - 12 comments
  3678. Suggested resolution to "unconstrained generic constant" does not make sense for types other than usize

    d9c70ac Opened by Nick Mertin at 2022-06-28 16:28:50 - 1 comment
  3679. Rustc Confuses Associated Types on Type Inference

    eea6be0 Opened by Alexander Popiak at 2024-04-10 12:36:52 - 3 comments
  3680. -crt-static on musl links with libgcc_s

    cb293fb Opened by David Yamnitsky at 2024-02-18 18:39:46 - 6 comments
  3681. Crate whose dev-dependencies depend on it produces confusing "is not implemented for" errors

    7e15367 Opened by Johnathan Van Why at 2023-02-28 19:44:53 - 3 comments
  3682. std::fs::write is not atomic - document it explicitly or make it atomic

    00ba0f7 Opened by Martin Habovštiak at 2022-10-27 16:02:26 - 8 comments
  3683. Confusing mismatched type error message with generic_const_exprs

    f28b8f3 Opened by Alex Weiss at 2024-12-28 12:32:30 - 2 comments
  3684. Panic when running UI tests with parallel-compiler = true and without -Z unstable-options

    127c818 Opened by jyn at 2023-05-15 04:13:01 - 4 comments
  3685. Error diagnostics for associated items are different with -Z unstable-options

    823781e Opened by jyn at 2021-06-06 00:33:30 - 1 comment
  3686. Error diagnostics for lints are duplicated with -Z unstable-options

    92923a8 Opened by jyn at 2021-02-28 19:08:35 - 1 comment
  3687. Suggest a braced-variant when seeing named fields in a tuple-variant

    dd053c1 Opened by scottmcm at 2021-02-28 20:51:01 - 1 comment
  3688. Wrong error on wrapping arithmetic with -Zmir-opt-level=2

    b46c37c Opened by bytewise at 2021-03-03 12:06:30 - 1 comment
  3689. Associated types specified using equality are still ambiguous.

    4a8c1c6 Opened by EvianZhang at 2025-01-22 18:49:18 - 3 comments
  3690. Incorrect HashMap visualization in WinDbg

    e7d0236 Opened by nanguye2496 at 2023-09-11 01:28:19 - 3 comments
  3691. Track Windows 7 vs. delete-on-close fixes

    32b0811 Opened by Josh Stone at 2023-07-22 18:06:38 - 2 comments
  3692. Tracking Issue for built-in attribute macro #[cfg_eval]

    8094528 Opened by Vadim Petrochenkov at 2024-08-07 12:44:13 - 6 comments
  3693. Tracking Issue for -Z normalize-docs

    f06684f Opened by jyn at 2024-05-07 20:04:31 - 4 comments
  3694. Better error messages for sending format! uses across thread boundaries.

    0d97a76 Opened by Teymour Aldridge at 2025-02-11 23:36:29
  3695. Unoptimized code for big enums (>127 values)

    f0af9cb Opened by mjdr at 2024-01-25 12:52:14 - 3 comments
  3696. No way to run no_run doctests

    b6adcbc Opened by Jon Gjengset at 2022-10-07 09:42:29 - 4 comments
  3697. Parallelize rustdoc rendering

    9d03526 Opened by Noah Lev at 2021-11-26 18:21:03 - 16 comments
  3698. Arm thumbv6m binary size increase with dead code change (or from 1.50 to 1.51)

    a51a7ba Opened by David Lattimore at 2025-02-14 04:02:40
  3699. Tracking Issue for map_try_insert

    59ef815 Opened by Mara Bos at 2024-11-25 23:22:15 - 42 comments
  3700. Tracking Issue for assert_matches

    c5e16ef Opened by Mara Bos at 2025-04-01 22:12:26 - 97 comments
  3701. Overflow (E0275) on HRTB

    ff58949 Opened by Léo Gaspard at 2024-12-21 04:57:14 - 5 comments
  3702. Compile error mixing declarative macros with procedural macros

    1953876 Opened by rusty-objects at 2021-05-06 16:44:19 - 5 comments
  3703. E0603 is misleading on non-exhaustive enums

    139f2fd Opened by Jacob Pratt at 2021-10-24 11:08:08 - 2 comments
  3704. The compiler looses vector capacity information

    1888be4 Opened by MSxDOS at 2025-02-14 03:58:23 - 12 comments
  3705. Method resolution fails when through a reference to a trait object on Self: Sized methods

    45e646f Opened by Gus Wynn at 2024-12-21 06:14:36 - 1 comment
  3706. Very long iterative compile times for cargo doc on workspaces with many crates

    850cb96 Opened by Alice Cecile at 2021-04-23 19:36:45 - 10 comments
  3707. suggest .into_iter() when trying to collect Vec<T> into Vec<T>

    b1a5f52 Opened by Matthias Krüger at 2021-03-06 23:34:04 - 1 comment
  3708. Implementing Drop leads to SIGILL: Illegal instruction in tests but not in normal run

    f30cf58 Opened by Mathijs Kwik at 2024-02-18 18:42:08 - 5 comments
  3709. Rustdoc does not substitute const parameters

    674d89f Opened by León Orell Valerian Liehr at 2021-11-02 14:18:50 - 10 comments
  3710. the trait for<'r> FnMut<(&'r char,)> is not implemented for char

    0dc8f8b Opened by Cyk at 2023-04-09 04:06:35 - 1 comment
  3711. Account for incorrect cfg in fn argument types

    dc5ad55 Opened by Esteban Kuber at 2021-03-07 19:31:23 - 1 comment
  3712. Imprecise visibility error message

    edad6c8 Opened by Vadim Chekan at 2021-03-08 18:33:19
  3713. Join does not work on borrowed Strings

    632f02e Opened by fugu13 at 2023-02-03 23:58:10 - 3 comments
  3714. Add nuance to suggestion of !Copy expressions in for loops

    43e7994 Opened by Esteban Kuber at 2023-07-31 16:41:23 - 1 comment
  3715. Async fn disagrees on its own return type ("one of the expected opaque types" vs "one of the found opaque types")

    640360c Opened by David Tolnay at 2022-09-21 18:52:02 - 4 comments
  3716. Scope ID should be on Ipv6Addr, not SocketAddrV6

    c1816ce Opened by Casey Dahlin at 2024-02-18 18:43:20 - 1 comment
  3717. Unnecessary stack writes when using write_volatile with arrays

    29313bb Opened by niluxv at 2025-02-14 03:58:24 - 3 comments
  3718. core::ptr::copy_nonoverlapping crashes when writing to odd addresses on ARM thumbv7em-none-eabihf

    0a54649 Opened by Birk Tjelmeland at 2024-02-18 18:49:21 - 14 comments
  3719. Trait implementation changes cross-crate with const_generics and const_evaluatable_checked

    5cc0b2a Opened by Aurorans Solis at 2023-03-04 23:33:52 - 2 comments
  3720. Tracking Issue for linux_pidfd

    919e8b2 Opened by Dominik Stolz at 2024-06-24 16:43:28 - 27 comments
  3721. impl PartialOrd<str> for String

    aeedcc0 Opened by Tyler Mandry at 2023-05-29 21:28:21 - 1 comment
  3722. Rust-src not included in the standalone installer

    d084900 Opened by ExMatics HydrogenC at 2022-12-29 14:57:12 - 3 comments
  3723. Bug when mixing /**/ and // comments on * operator

    c7c6f97 Opened by Amaury Bouchra Pilet at 2024-01-25 12:54:13 - 3 comments
  3724. Logical bug in thread_local! macro implementation for Apple targets

    1e1c74a Opened by Olivier at 2024-10-09 10:01:19 - 2 comments
  3725. Add non-generic constants' value to metadata and stop encoding their MIR

    1834980 Opened by Oli Scherer at 2021-03-11 12:33:56 - 3 comments
  3726. Check if expr and value are both needed in rustdoc clean::ConstantKind

    d5a59e9 Opened by Guillaume Gomez at 2021-04-23 19:36:45
  3727. Nested async closures result in exponential compilation time increase

    ad9b687 Opened by Krishna Rajendragon at 2021-03-19 17:49:29 - 6 comments
  3728. Extend "similarly named" to handle different word order (like assert_debug)

    5b619ae Opened by Christopher Jefferson at 2021-03-25 21:58:30 - 1 comment
  3729. rustdoc: Fix inconsistencies in const value rendering

    25ed2aa Opened by Noah Lev at 2023-09-18 09:59:07 - 30 comments
  3730. rustdoc: broken_intra_doc_links triggers on link to private item

    edc80fb Opened by Noah Lev at 2023-09-26 08:34:43 - 12 comments
  3731. Regressions with large (2-4GB) stack arrays on large stacks

    43747a0 Opened by Josh Triplett at 2024-08-03 18:52:54 - 22 comments
  3732. Confusing error reported for trait impls on DST with the last field being Sized

    d3319b3 Opened by Boxy at 2024-03-26 13:20:26 - 3 comments
  3733. Tracking Issue for NOOP_METHOD_CALL lint

    59d61e2 Opened by Aaron Hill at 2023-12-04 14:38:05 - 3 comments
  3734. Inline generators before state machine conversion in order to reduce branching

    d59846b Opened by Patrick Walton at 2023-10-08 20:39:49
  3735. Tracking Issue for proc_macro_back_compat

    c9a6a45 Opened by Aaron Hill at 2024-06-09 23:54:42 - 24 comments
  3736. found unstable fingerprints for extern_mod_stmt_cnum

    ba1a446 Opened by est31 at 2023-09-09 06:01:31 - 13 comments
  3737. write_all for a single byte to a slice is turned into a memset, sometimes

    e16015f Opened by Ben Kimock at 2025-02-14 03:58:24 - 1 comment
  3738. rustc book should document the ABIs rustc supports

    c4880df Opened by mcclure at 2021-03-15 18:12:59 - 2 comments
  3739. Compilation fails with "overflow evaluating the requirement" when an unrelated impl for a reference is present

    16291e9 Opened by Koute at 2024-12-28 06:27:22 - 1 comment
  3740. compiletest SRC_DIR rewriting mishandles symlinks to other disks

    241604d Opened by Felix S Klock II at 2024-10-17 02:10:29 - 3 comments
  3741. Returning unsized objects allowed in Fn traits but fails to compile when called

    be65dff Opened by Hrvoje Nikšić at 2021-03-17 21:54:51 - 4 comments
  3742. remove redundant clones via mir opt?

    fa5a03a Opened by Matthias Krüger at 2023-10-08 20:39:50 - 2 comments
  3743. Compilation error using a macro as a const generic argument (Rust 1.51 beta)

    c4fc094 Opened by John Gallagher at 2024-01-28 01:35:13 - 3 comments
  3744. Improve attribute list syntax suggestion

    a519943 Opened by Ivan Tham at 2021-04-04 04:04:48 - 1 comment
  3745. rustc could explain that dyn Trait sometimes implies 'static

    018d4c7 Opened by comex at 2024-02-16 19:56:45 - 1 comment
  3746. Support importing enum variants through type aliases

    47c5db2 Opened by bstrie at 2021-03-24 14:20:06 - 3 comments
  3747. It would be great, if failed to resolve/unresolved import diagnostics suggested declaring modules

    5b9ad69 Opened by waffle at 2021-03-18 11:14:42
  3748. Vec::splice() has noticeable overhead for some use cases

    770031b Opened by Adrian Wielgosik at 2025-04-11 05:22:25 - 3 comments
  3749. error: found unstable fingerprints for evaluate_obligation

    2ed332a Opened by Xavier Lau at 2023-12-25 17:31:09 - 18 comments
  3750. Suggest creating an Iterator when calling iterator method directly on data structures that implement Iterator

    0d5fe29 Opened by b-naber at 2023-04-05 17:30:31 - 1 comment
  3751. [ER] Warn against unused braces for const value argument

    64a7ef4 Opened by leonardo-m at 2024-12-21 04:47:35 - 3 comments
  3752. Tracking Issue for must_not_suspend lint (RFC #3014)

    d96c4dc Opened by Niko Matsakis at 2021-10-13 11:17:40 - 24 comments
  3753. Error message suggests invalid Rust code with PartialEq<OtherType> and ToString

    4e89c7e Opened by Elina at 2024-05-29 15:45:43 - 1 comment
  3754. ToSocketAddrs should be implemented for Iterator<Item=SocketAddr>

    c103e4e Opened by Max Blachman at 2023-03-30 20:15:18 - 1 comment
  3755. Confusing error message when trying to use a lifetime on an Any trait object

    3117653 Opened by asquared31415 at 2024-12-21 07:01:14 - 1 comment
  3756. Handing Ctrl+C in test harness

    0e1c967 Opened by Clar Fon at 2021-03-22 16:57:57 - 3 comments
  3757. Expand #[cfg] and #[cfg_attr] left-to-right for consistency with other attributes

    7fb2910 Opened by Aaron Hill at 2022-01-01 12:14:03 - 3 comments
  3758. Compile slow down against trait bound of nested structs

    3fe73b5 Opened by κeen at 2025-02-14 04:04:30 - 1 comment
  3759. Comparing explicitly typed None gives different diagnostic then implicitly typed None

    58e4a22 Opened by Marijn Schouten at 2021-03-30 06:35:22 - 1 comment
  3760. io::Error::new(_, string literal) allocates Box<Box<String>> and copies the string

    dd678fd Opened by Mara Bos at 2023-07-13 10:47:00 - 5 comments
  3761. Bad location of #[must_use = "message"] note in the output.

    ec935de Opened by et342 at 2021-03-30 06:37:27 - 1 comment
  3762. Rustc should warn if you have a stability attribute on a non-public item

    991cbef Opened by jyn at 2023-01-02 10:46:41 - 4 comments
  3763. Bad compiler error messages while using diesel

    700ff5b Opened by Georg Semmler at 2021-04-21 01:53:46 - 4 comments
  3764. [ER] Uplift clippy::unnecessary_mut_passed

    c896548 Opened by leonardo-m at 2024-12-21 04:47:35 - 1 comment
  3765. [ER] Help for boxed array => slice/array

    bc808f5 Opened by leonardo-m at 2023-02-21 07:07:13 - 1 comment
  3766. Misleading error message with negative range

    2d1b200 Opened by vultix at 2023-11-16 17:36:05 - 3 comments
  3767. if let scoping of lifetime creates compiler warning

    07a3d73 Opened by Kubik at 2024-12-28 12:34:48
  3768. Adding #[track_caller] on #[alloc_error_handler] seems to cause undefined behavior

    984d2ba Opened by Wesley Norris at 2024-12-12 17:54:22 - 11 comments
  3769. run-make-fulldeps/rustdoc-io-error passes even without chmod calls

    5974516 Opened by Noah Lev at 2021-04-23 19:36:45
  3770. rustc hides linker warnings

    e5380b5 Opened by Adam Leventhal at 2025-02-20 13:27:42 - 1 comment
  3771. Confusing lifetime error with 'static bound in ? implicit From

    648b83c Opened by Alona Enraght-Moony at 2021-08-16 16:57:30 - 2 comments
  3772. Doc tests fail on armv7 for error codes E0778 and E0779 (instruction_set attribute)

    ee5639a Opened by Rémi Verschelde at 2021-03-24 23:43:48 - 1 comment
  3773. Hint to suggest annotating type to assist unsized coercion

    3e77da6 Opened by Michael Goulet at 2024-12-28 12:35:58 - 1 comment
  3774. ICE: panicked at 'already borrowed: BorrowMutError' and thread panicked while panicking. aborting.

    e2596fc Opened by Chengnian Sun at 2022-12-22 11:24:07 - 3 comments
  3775. Detect accidental Err(Err()) when Err() would work

    3b25a75 Opened by teor at 2021-03-26 10:14:03 - 2 comments
  3776. Tracking Issue for large_assignments lint

    6139783 Opened by Oli Scherer at 2024-12-21 04:47:36 - 23 comments
  3777. Tracking Issue for RFC 3086: macro metavariable expressions

    448e9cf Opened by Niko Matsakis at 2024-10-13 19:02:45 - 49 comments
  3778. rustdoc: Try removing Cache.stack and instead working directly with the item path

    5870af1 Opened by Noah Lev at 2021-04-27 20:33:33 - 2 comments
  3779. Type coercion of tuples of arrays vs. slices in if/else

    0c0c320 Opened by Mike Hommey at 2024-01-23 23:00:40
  3780. Misleading diagnostic when Deref is implemented. [E0308]

    b9d7d79 Opened by Jasmine Burnside at 2021-03-27 16:30:12 - 1 comment
  3781. Panic about invalid identifier "SomeIdentifier::Something" from proc macro produces ICE at call-side code

    edda602 Opened by George C. at 2023-09-07 03:28:02 - 1 comment
  3782. PrefixComponent cannot be constructed in any way

    5e626cc Opened by Boscop at 2024-01-31 11:11:19 - 1 comment
  3783. Tracking issue for future-incompatibility lint proc_macro_derive_resolution_fallback

    debfa3e Opened by Vadim Petrochenkov at 2024-09-14 10:54:28 - 12 comments
  3784. &Box<[T]> does not impl IntoIterator

    9f9c329 Opened by Ryan Lopopolo at 2024-10-01 07:45:46 - 4 comments
  3785. "overflow evaluating the requirement" caused by a blanket impl with a wrapper on one of the trait's type parameters

    edcbab4 Opened by Maxwell at 2024-12-21 04:57:14 - 2 comments
  3786. Unknown imports appear randomly in wasm with wasm32-unknown-unknown

    2ceea1c Opened by Maik Klein at 2022-12-12 19:59:16 - 3 comments
  3787. && operator chains (and ||, possibly) generates unoptimizable LLVM IR

    dc74669 Opened by AngelicosPhosphoros at 2024-06-08 00:31:04 - 21 comments
  3788. Failure to infer closure argument type under some circumstances

    7dfad48 Opened by Mike Hommey at 2021-04-07 02:27:21
  3789. hash_map::OccupiedEntry should provide original key back.

    703b4cb Opened by Kevin Cox at 2023-03-30 20:17:46 - 4 comments
  3790. Switch table generated when code for all match arms are identical

    ee55e35 Opened by Gary Guo at 2025-02-14 03:58:25 - 2 comments
  3791. Handle fn parameter type with named borrow missing a leading '

    230be44 Opened by Esteban Kuber at 2024-02-29 21:40:36 - 1 comment
  3792. feature use after accidentally using an outer comment might give lots of 'enable feature' errors

    ba714b3 Opened by jjl at 2021-03-30 19:41:44
  3793. Signature mismatch in __wasilibc_find_relpath

    6a6499e Opened by Joshua C. Randall at 2022-12-12 12:16:24 - 6 comments
  3794. ICE: get_adt_def called on a non-ADT, caused by build caching issues

    01fb18c Opened by Sebastian Schmidt at 2024-02-28 02:34:56 - 3 comments
  3795. Tracking Issue for Iterator::{dedup, dedup_by, dedup_by_key}

    902800b Opened by Aaron Bies at 2021-08-20 12:16:23 - 3 comments
  3796. Windows - std::fs bug - specific file name causes thread to hang or false positive on file open.

    7375d20 Opened by nothingbutnetcode at 2023-03-19 09:44:12 - 17 comments
  3797. Deref coercion does not work for some await returned values

    013dade Opened by EFanZh at 2022-03-03 17:37:38 - 5 comments
  3798. rustdoc: follow-up work for --emit=toolchain-shared-resources

    0f946dc Opened by jyn at 2024-02-29 14:59:29 - 1 comment
  3799. False positive for unstable_name_collisions lint

    545ba2f Opened by Noa at 2021-04-04 18:29:35 - 4 comments
  3800. UI tests linkage-detect-local-generated-name-collision.rs and linkage-detect-extern-generated-name-collision.rs trigger LLVM asserts when compiled with CGUs = 1

    b476bcd Opened by the8472 at 2023-07-13 18:09:39 - 3 comments
  3801. rustdoc: Suggest a correct disambiguator if the link is otherwise correct

    135ace6 Opened by jyn at 2021-04-23 19:36:45
  3802. Duplicate error when impl associated type is not well-formed

    44e4c8c Opened by Aaron Hill at 2021-04-21 01:54:39 - 2 comments
  3803. Private supertraits are not callable on concrete types

    78c7111 Opened by Maik Klein at 2021-08-08 13:32:00 - 4 comments
  3804. Incorrect 'unused extern crate warning' with extern crate alloc

    84a270c Opened by jyn at 2024-12-21 14:40:01 - 1 comment
  3805. Path::components().as_path() for "///a/b" failing to normalize multiple slashes for root dir on Unix

    03cd4d8 Opened by Jacob Lifshay at 2021-04-06 10:06:12 - 12 comments
  3806. Unhelpful / misleading error message and help message when using a reference to a vector

    bd57a53 Opened by Jor at 2021-04-06 14:30:55 - 5 comments
  3807. no_std: binary size blowup using Result::unwrap since 1.49.0

    d046563 Opened by benma at 2025-02-14 04:02:40 - 13 comments
  3808. Misleading compiler errors from match expressions inside loops with branches of infallible

    924535a Opened by Simon Larsson at 2022-07-16 20:58:55 - 3 comments
  3809. Compiling std with multivalue feature on wasm32-unknown-unknown target fails

    02b6fe2 Opened by ProTheory8 at 2021-12-15 09:42:07 - 3 comments
  3810. Allow non-ascii-idents in extern blocks

    5946404 Opened by Manish Goregaokar at 2023-02-13 18:54:46
  3811. Switch #[derive(PartialEq)] to have separate lhs and rhs lifetimes

    d0c0194 Opened by Jacob Lifshay at 2021-04-08 00:31:25 - 8 comments
  3812. rustc segfaults on small program using rayon

    f22acd4 Opened by larswirzenius at 2025-03-26 18:46:19 - 5 comments
  3813. ICE when moving bin to a new place when having a bin and a lib in one project

    ce8d26d Opened by Andrei Stepanenko at 2023-09-19 15:53:58 - 2 comments
  3814. Two diagnostics emitted for unsolved const inference variable for parent tyoe in method call

    1bf5dfa Opened by MouseProducedGames at 2024-12-28 12:44:12 - 1 comment
  3815. rustdoc: Incorrect link to item when the item is reexported and inlined

    16b964f Opened by Samuel at 2021-04-23 19:36:45 - 2 comments
  3816. Float min/max/clamp follow IEEE754-2008 (and not IEEE754-2019) WRT negative zeros

    57aa52b Opened by Thom Chiovoloni at 2025-02-02 10:53:45 - 48 comments
  3817. Rustc should hint at accidental member access instead of associated function call on local variables

    75f5bad Opened by Riccardo D'Ambrosio at 2021-04-08 00:34:17 - 1 comment
  3818. UI test sanitize/hwaddress.rs fails with linker error on aarch64 when executed with 1 CGU

    9791c47 Opened by the8472 at 2024-03-19 17:51:28 - 1 comment
  3819. Slices that cover the last byte of the address space are invalid

    9036f08 Opened by Jonas Böttiger at 2023-06-16 12:45:38 - 14 comments
  3820. LLVM ERROR: fixup value too large for data type

    52d1598 Opened by Chip Senkbeil at 2023-04-05 17:35:25 - 4 comments
  3821. rustdoc: Rename --show-coverage to --output-format coverage (and coverage-json)

    210ee36 Opened by jyn at 2021-05-01 23:19:49 - 8 comments
  3822. E0195 on where Self: 'a bounds when they are unconditionally satisfied by Self

    24ccf9b Opened by Michael Lamparski at 2021-04-09 16:27:34 - 3 comments
  3823. ICE: index out of bounds: the len is 0 but the index is 0

    b0c759d Opened by Chris Bailey at 2023-05-01 10:25:32 - 1 comment
  3824. Refactor the linkage handling of libunwind

    594a97a Opened by 韩朴宇 at 2023-03-21 17:56:26 - 5 comments
  3825. [ER] After Vec::resize LLVM seems to lose slice length knowledge

    729d38e Opened by leonardo-m at 2025-02-14 03:58:25 - 2 comments
  3826. Confusing lifetime error on impls involving self and ADTs with lifetimes

    5a5c33c Opened by Esteban Kuber at 2024-12-28 12:50:04 - 1 comment
  3827. Deleting enum variant unexpectedly changes behavior in match statement

    4366b78 Opened by Jeremy Mikkola at 2024-12-21 04:47:36 - 4 comments
  3828. Feature request: Silence not-found error when a suggested import is already in-place but typo'd

    81a37b3 Opened by Jonas Platte at 2021-04-13 00:34:32 - 1 comment
  3829. [ER] Vec::push followed by indexing gives a bound test

    7384ff3 Opened by leonardo-m at 2023-02-21 15:22:21 - 2 comments
  3830. Wrong span of Path if ModSep is inserted by proc macro

    17fcc83 Opened by Yoshitomo Nakanishi at 2021-04-13 04:48:16 - 2 comments
  3831. Wrong line numbers produces in rustc_span::SourceFile::lookup_file_pos*

    d6fad1d Opened by klensy at 2025-01-28 13:27:34 - 11 comments
  3832. Incomplete diagnostic notes when closure returns conflicting instantiations of generic type

    06e3a42 Opened by eggyal at 2022-08-06 21:29:53 - 5 comments
  3833. Make TokenCursor cheaper to clone

    5ed70db Opened by Aaron Hill at 2021-04-12 21:25:49
  3834. Include explicit (de)referencing in E0283

    ebb8603 Opened by eggyal at 2023-07-31 16:46:23 - 2 comments
  3835. Presence of Homebrew GCC breaks cargo test

    e980de0 Opened by Richard Barnes at 2024-12-01 23:03:13 - 4 comments
  3836. Tracking Issue for -C export-executable-symbols

    5315e09 Opened by Niko Matsakis at 2025-03-23 12:24:38 - 9 comments
  3837. Collect tokens for inner attributes at crate or outline module root

    b1d31e8 Opened by Aaron Hill at 2021-04-13 17:38:44
  3838. error using Vec::<dyn Any>::new() in a const fn

    92def73 Opened by David Roundy at 2024-12-01 15:03:24 - 4 comments
  3839. [ER] Two ideas for stdlib sorting

    a3068b8 Opened by leonardo-m at 2024-06-15 19:42:28 - 1 comment
  3840. Share drop glue too when -Zshare-generics is enabled

    a3f736e Opened by bjorn3 at 2025-02-11 23:11:41 - 3 comments
  3841. Tracking Issue for nonzero_ops

    c0d0820 Opened by Iago-lito at 2022-06-08 19:47:24 - 20 comments
  3842. #[cfg(target_thread_local)] is true for WebAssembly targets without atomics enabled

    8ae7945 Opened by Alex Crichton at 2021-04-15 15:47:02
  3843. Audit all UNTRACKED options

    7d5cd6a Opened by jyn at 2024-08-14 08:28:11 - 4 comments
  3844. Code compiled with rwpi relocation model is linked to alloc crate with static relocation model.

    740368f Opened by Zhiyao Ma at 2021-04-16 12:20:20 - 1 comment
  3845. Imprecise span used when emitting 'borrow later used by call' note

    e5289a3 Opened by Aaron Hill at 2023-04-05 17:29:32
  3846. Tracking Issue for try_trait_v2, A new design for the ? desugaring (RFC#3058)

    4c4d086 Opened by scottmcm at 2025-03-06 20:03:24 - 134 comments
  3847. ? can lead to lifetime being inferred as 'static, causing a confusing error message

    e271126 Opened by leo60228 at 2021-04-17 22:14:01
  3848. [ER] Two for the price of one nightly suggestion (import and enable)

    811b45b Opened by leonardo-m at 2023-04-05 17:29:33 - 1 comment
  3849. Unable to pass hook to panic::set_hook as a variable or without specifying type

    35a90df Opened by Wooster at 2024-01-31 11:10:30
  3850. Wrong error message shown when a _ is used in place of generic constant

    3dfa176 Opened by Innokentii Meleshchenko at 2021-05-07 05:28:09 - 2 comments
  3851. rustdoc: Get rid of Item::Attributes

    2896041 Opened by jyn at 2021-04-23 19:36:45 - 6 comments
  3852. matches!(n, -1 | 1) for signed NonZero suboptimal

    2db24e8 Opened by James at 2024-12-30 14:38:36 - 3 comments
  3853. Rust compiler attempting to resolve unrelated trait methods.

    3ca7727 Opened by Gaurav Agarwal at 2023-04-05 17:29:34
  3854. [ER] Array bound tests in a simple enough case

    e0b447c Opened by leonardo-m at 2025-02-14 03:58:25 - 7 comments
  3855. rustdoc: search URLs should be based off the documentation root

    b83a41a Opened by Jacob Hoffman-Andrews at 2024-11-06 01:53:12 - 2 comments
  3856. rustdoc: remove redundant toggles for "undocumented items"

    ba598a9 Opened by Jacob Hoffman-Andrews at 2021-10-10 19:35:54 - 34 comments
  3857. Provide const generics hints when a token is forgotten

    bda25b7 Opened by teor at 2024-02-29 21:39:29 - 4 comments
  3858. Incremental compilation ICE with predicates_of

    285ae8b Opened by Aaron Hill at 2024-03-25 18:48:48 - 3 comments
  3859. Provide suggestions for unsized type parameters and when involving iterators

    c2e8844 Opened by Esteban Kuber at 2021-04-19 21:49:59
  3860. Missing different-size int <-> NonZeroInt conversions

    571f3a0 Opened by Clar Fon at 2023-02-22 10:46:37 - 2 comments
  3861. rustdoc: add tests that validate emitted JS and HTML

    8b042eb Opened by Jacob Hoffman-Andrews at 2021-04-23 19:36:45 - 1 comment
  3862. [ER] Possible improvements for impl block and self object errrors diagnostic

    ebc1aa5 Opened by leonardo-m at 2023-04-05 17:29:34 - 2 comments
  3863. Cannot borrow *self as mutable more than once at a time

    2037b4a Opened by Alik Aslanyan at 2021-04-26 09:26:11 - 10 comments
  3864. 'static closures/FnDefs/futures with non-'static return type are unsound

    e5654e0 Opened by Frank Steffahn at 2024-05-01 12:21:04 - 11 comments
  3865. rustdoc: Documentation exposes the original private name instead of the public one

    d1b0b2a Opened by Juan at 2024-09-14 16:54:45 - 1 comment
  3866. Document environment variables used by programs rustc invokes underneath (linkers, etc)

    2a2e729 Opened by Boris Kolpackov at 2024-10-31 17:18:38 - 3 comments
  3867. StructuralEq and derive(PartialEq,Eq) in the stdlib

    e911ade Opened by Connor Horman at 2021-05-14 19:28:11 - 2 comments
  3868. Passing -lto-embed-bitcode=optimized to the lld gives a corrupted .llvmbc section.

    c0fccc4 Opened by Edd Barrett at 2022-06-13 15:44:43 - 19 comments
  3869. Confusing diagnostic - error[E0308]: mismatched types

    e07e6b6 Opened by Elichai Turkel at 2023-06-27 17:44:02 - 6 comments
  3870. Inefficient array initialization when moving data into an Option

    1287981 Opened by Robert Jördens at 2023-03-07 05:33:19 - 1 comment
  3871. Weird error in trait with HRTB for the same trait on Self in a method. Also bad diagnostic with nonsensical suggestion.

    4db3c2f Opened by Frank Steffahn at 2024-09-24 22:03:46 - 5 comments
  3872. Tracking Issue for panic::always_abort()

    3e613e3 Opened by Ian Jackson at 2024-08-24 17:15:18 - 5 comments
  3873. [ER] Useless array bound test after a while loop

    1798f0b Opened by leonardo-m at 2025-02-14 03:58:26 - 4 comments
  3874. Implement HashStable for StableMap/StableSet instead of HashMap/HashSet

    ff3d0b7 Opened by Aaron Hill at 2021-04-22 22:32:28 - 4 comments
  3875. Audit and handle remaining cases of rustc::potential_query_instability lint (iterating HashMaps)

    739116c Opened by Aaron Hill at 2025-04-09 08:50:16 - 20 comments
  3876. Moving aarch64-unknown-netbsd to Tier 2

    5261000 Opened by nia at 2023-02-21 07:04:43 - 2 comments
  3877. ICE: could not fully normalize (wrap + foundationdb)

    90ee3cc Opened by Vincent Rouillé at 2024-10-26 20:21:11 - 2 comments
  3878. Incorrect HIR pretty printing for if / else

    722a90d Opened by Tomasz Miąsko at 2021-04-26 09:13:53 - 2 comments
  3879. Tracking Issue for edition-dependent IntoIterator for arrays

    eba919e Opened by Mara Bos at 2024-04-06 00:05:27 - 11 comments
  3880. Functions, closures, and HRTB-trait-objects can implement traits such that validity of associated types is never checked.

    b9a4c06 Opened by Frank Steffahn at 2025-03-07 18:54:07 - 13 comments
  3881. Stray dummy span in trait bound JSON error message

    325759c Opened by Eric Huss at 2023-04-05 17:29:35 - 1 comment
  3882. Rustc unable to see through Vec/RawVec abstraction for push (and other cases)

    0901b1b Opened by Thom Chiovoloni at 2025-02-14 03:58:26 - 8 comments
  3883. types_escaping_snapshot cleanup finalization

    5534b7a Opened by Mark Rousskov at 2021-04-27 22:56:38 - 4 comments
  3884. Future not Iterator. Diagnostic could say: FuturesExt needed

    57c2b72 Opened by Squirrel at 2021-04-26 07:47:21
  3885. (signal: 11, SIGSEGV: invalid memory reference) x86_64-unknown-linux-musl

    7d55c45 Opened by sabirmgd at 2024-02-18 19:00:27 - 4 comments
  3886. Equal CTFE function pointers are unequal after codegen

    1d21d40 Opened by Tomasz Miąsko at 2024-04-14 09:40:27 - 12 comments
  3887. #[deprecated] on re-exported items does not work

    c8485a6 Opened by Daniel Henry-Mantilla at 2024-12-28 13:34:22 - 1 comment
  3888. HRTB on subtrait unsoundly provides HTRB on supertrait with weaker implied bounds

    e2be53c Opened by Frank Steffahn at 2024-09-24 21:40:10 - 7 comments
  3889. Tracking issue for function attribute #[coverage]

    513884c Opened by Rich Kadel at 2025-04-16 16:01:46 - 126 comments
  3890. Too strict inferencing conflicting implementations with generic associate types

    8b56fd9 Opened by Jakku Sakura at 2024-12-21 04:57:16 - 1 comment
  3891. Use of step_by causes some optimizations to fail to engage

    95f2637 Opened by Felix S Klock II at 2021-05-02 19:05:20 - 6 comments
  3892. cfg(test) is not set during integration tests

    80e635a Opened by Tim Hutt at 2024-01-25 13:12:09 - 6 comments
  3893. Trait bounds of methods from Deref impls are not rendered

    46c2a01 Opened by Matthijs Brobbel at 2021-04-28 00:30:58
  3894. Cannot determine resolution for absolute-path-reexported-macro-generated-#[macro_export]ed-macros in some contexts

    231e861 Opened by Nemo157 at 2023-04-05 17:33:40 - 3 comments
  3895. Suggest removing let when unused variable shadows another variable

    9c9250d Opened by Maja Kądziołka at 2021-06-12 17:15:32
  3896. global_asm! rejects real mode far jmp even if correct

    fc8e088 Opened by Luis Hebendanz at 2023-10-25 21:41:28 - 4 comments
  3897. Intereleaved text in "cargo test" output

    3180e88 Opened by Daniel Alley at 2022-12-12 17:09:26 - 4 comments
  3898. Rustdoc omits source line numbers in diagnostics if they originate in a macro

    13764fc Opened by jyn at 2023-04-05 17:29:36 - 1 comment
  3899. rustdoc: Structured suggestion for intra-doc links based on current crate name

    9794fee Opened by Josh Triplett at 2021-04-30 02:13:13 - 7 comments
  3900. rustdoc: Display crate:: as the name of the crate in intra-doc links

    1fb1522 Opened by Noah Lev at 2021-04-30 04:48:14 - 6 comments
  3901. -Zlink-native-libraries=no causes link to fail with missing __libc_start_main on fuchsia

    b75591c Opened by Tyler Mandry at 2024-12-31 02:49:54 - 1 comment
  3902. Bad diagnostic on second borrow of mutable self

    3f7cc6e Opened by Ryan Levick at 2023-05-10 07:33:23 - 2 comments
  3903. Support building and testing std with panic=abort

    6064e2b Opened by Tyler Mandry at 2021-04-30 23:04:04 - 1 comment
  3904. More helpful output for slightly-wrong dyn with multiple traits.

    f13b749 Opened by Jon Gjengset at 2021-05-07 16:51:41 - 1 comment
  3905. Suboptimal code generation in 8byte copy loop

    5fb3f57 Opened by PSeitz at 2024-01-31 11:09:41 - 6 comments
  3906. rustdoc: allow searching by trait bounds

    c593b4a Opened by Ivan Tham at 2021-12-15 00:08:42 - 4 comments
  3907. rustdoc fails to properly resolve Self in a submodule when the type is not in scope

    0350a5f Opened by Maarten de Vries at 2021-05-02 20:53:41 - 7 comments
  3908. Adding where Self: Sized to a required method forces implicit Sized bounds on trait

    f1e66c5 Opened by Clar Fon at 2023-11-21 14:19:03 - 3 comments
  3909. dsymutil hits SIGBUS during cargo build, and spams warnings like "could not find object file symbol for symbol"

    58a813c Opened by Thom Chiovoloni at 2021-05-28 11:04:48
  3910. x.py install does not support Windows MSVC.

    06e5070 Opened by XAMPPRocky at 2021-05-03 13:47:53
  3911. error[E0117] provides misleading explanation.

    d47f1a9 Opened by Caius Iulius Caesar at 2022-02-21 15:48:14 - 4 comments
  3912. Compile time+memory regression between 1.49.0 and 1.50.0

    739d96f Opened by Oliver Gould at 2022-11-19 23:59:02 - 20 comments
  3913. Native CPU is not reported on Raspbian

    7563437 Opened by kryptan at 2024-02-18 19:02:01 - 1 comment
  3914. -Zinstrument-coverage and matches!()

    fd9bc58 Opened by Steven Cole at 2023-12-31 16:32:37 - 6 comments
  3915. Add test to ensure that index is valid when using --emit=toolchain-shared-resources

    559a6ff Opened by Guillaume Gomez at 2021-05-04 14:40:25 - 1 comment
  3916. Tracking Issue for ExitStatusError

    fe7b48b Opened by Ian Jackson at 2023-09-28 13:49:18 - 15 comments
  3917. Rust is inconsistently re-exporting rlib symbols from a binary

    26f102c Opened by Erick Tryzelaar at 2024-02-18 19:02:59 - 3 comments
  3918. Surprising missing stability attribute error

    670ee91 Opened by Daniel Wagner-Hall at 2023-04-27 03:51:43 - 2 comments
  3919. Support instrumenting only selected files or functions with -Z instrument-coverage

    f384600 Opened by Petr Hosek at 2023-07-12 06:55:31 - 2 comments
  3920. Incremental compilation ICE with from compiler-state-dependent overflow errors

    91ad072 Opened by Frank Steffahn at 2023-09-10 22:07:38 - 7 comments
  3921. Unstable fingerprints tracking issue

    5f5ede0 Opened by Mark Rousskov at 2025-04-08 20:42:47 - 88 comments
  3922. Reserved Prefixes RFC: How to handle TokenStream::from_str?

    df05a18 Opened by Niko Matsakis at 2021-05-31 11:43:48 - 11 comments
  3923. Compiler fails to compile to macOS x86_64/arm64 on Linux

    dce5a3f Opened by Mahmoud Moursy at 2024-10-15 20:24:36 - 9 comments
  3924. Coverage only applies to spans in a contiguous span of source code (not both macro and caller)

    3318074 Opened by Rich Kadel at 2023-03-30 20:29:55 - 5 comments
  3925. Consider deprecating LLVM-specific feature names for -Ctarget-feature flag

    95a5be2 Opened by Simonas Kazlauskas at 2021-05-06 21:20:45
  3926. doc_cfg does not have a correct effect on use items referencing other public items

    fc67bea Opened by Simonas Kazlauskas at 2021-12-15 00:10:12 - 2 comments
  3927. #[link_section] does not work in libraries on release

    f076399 Opened by Asaf Fisher at 2024-01-25 14:34:30 - 6 comments
  3928. Provide example when suggesting to import private trait directly

    d6e241f Opened by Andy at 2021-05-07 18:17:57
  3929. LLVM-reserved registers can't be used in inline assembly

    799d8b2 Opened by jethrogb at 2025-03-12 04:00:03 - 5 comments
  3930. rustdoc tests error output without tidy is very bad

    3e0ceb0 Opened by Tyler Mandry at 2024-10-19 17:53:12 - 7 comments
  3931. Endless recursion while evaluating trait requirements

    41da227 Opened by Mitchell Kember at 2022-04-20 19:27:08 - 4 comments
  3932. rustc segfaults with mimalloc

    b462f4f Opened by Thomas F Steeples at 2024-01-31 11:18:59 - 1 comment
  3933. Tracking Issue for _ as a const argument: feature(generic_arg_infer)

    d8f69dd Opened by Julian Knodt at 2023-12-23 01:11:48 - 26 comments
  3934. Compiler generating extra memcpy, inconsistently depending on used types

    cc96a74 Opened by Adrian Wielgosik at 2023-04-05 17:35:28 - 4 comments
  3935. A Pin unsoundness involving an impl DerefMut for Pin<&dyn LocalTrait>

    65c5c31 Opened by Frank Steffahn at 2024-03-03 23:43:50 - 26 comments
  3936. Index argument for simd_insert no longer a const

    738d6f5 Opened by bjorn3 at 2025-01-10 10:05:36 - 10 comments
  3937. Unknown feature not reported in presence of another error

    3db3eb5 Opened by XAMPPRocky at 2021-05-09 09:22:25 - 1 comment
  3938. Idea: A lint to allow user to convert usages of "drop flag"s into warning or error.

    fc7b1e4 Opened by Charles Lew at 2021-05-09 09:35:51
  3939. Verbose Sized errors when for-looping over an error type

    ee97279 Opened by SNCPlay42 at 2023-02-13 09:12:54
  3940. Document error suppression in standard stream & move upstack

    8c7d0cf Opened by masklinn at 2023-02-21 06:57:48 - 1 comment
  3941. Tracking Issue for inherent unchecked integer methods

    93fd8ec Opened by Clar Fon at 2024-05-25 21:35:19 - 51 comments
  3942. Better diagnostics for inappropriate lifetime from (large) match statement

    694b4e0 Opened by Dirkjan Ochtman at 2022-06-24 10:44:40 - 3 comments
  3943. Add information about why a closure is inferred to be FnMut

    98c180a Opened by Frederik-Baetens at 2021-05-12 20:53:39 - 1 comment
  3944. Wrongly typing a collect with async streams causes confusing error messages alongside a cascade of unhelpful error messages

    d256220 Opened by Frederik-Baetens at 2022-02-15 20:12:17 - 3 comments
  3945. Confusing error message when trying to call a method from an extension trait that does not apply

    e3368ad Opened by Alice Ryhl at 2021-05-10 15:36:04 - 2 comments
  3946. const cycle detected error messages are confusing

    c28bdcd Opened by Nemo157 at 2021-05-10 16:15:36 - 1 comment
  3947. Associated type projection fails within Diesel Insertable constraint

    d0caa47 Opened by Oliver Cooper at 2024-12-21 04:57:16
  3948. Bad error messages when passing and using 2 PartialEq or PartialOrd traits to function.

    90fbacb Opened by Petros at 2021-05-10 22:27:23 - 1 comment
  3949. Automatic &mut reborrowing doesn't happen when arguments are for impl Trait

    127875e Opened by Alex Crichton at 2023-11-19 18:28:21 - 7 comments
  3950. Following compiler suggestions for fixing errors sends me in a loop between tuple syntax and struct syntax.

    673db23 Opened by Drew Vogel at 2023-04-05 17:29:38 - 2 comments
  3951. Unhelpful error on implicit 'static lifetime for dyn Trait

    65fda13 Opened by J. Frimmel at 2021-05-17 19:36:58 - 3 comments
  3952. Lifetime coercion with lifetime bounds on traits

    221aca6 Opened by Knobibrot at 2024-01-21 18:41:07 - 1 comment
  3953. Suggest restricting a type parameter with clone when attempting to clone out a ref

    bb37a8a Opened by jjl at 2021-05-12 11:12:32
  3954. Specialization on associated type

    0ada328 Opened by Bram van den Heuvel at 2023-04-05 17:29:39 - 4 comments
  3955. simd_shuffle, simd_insert, simd_extract should use const generics

    5df72ca Opened by Ralf Jung at 2024-02-20 14:06:26 - 21 comments
  3956. Stack space not reused

    6f8c384 Opened by Jeff Muizelaar at 2023-11-19 06:21:28 - 5 comments
  3957. Doc example with feature dependency does not compile

    93a4693 Opened by mordak at 2024-11-16 00:04:24 - 5 comments
  3958. Stack overflow/infinite recursion in rustc_middle::ty::fold::TypeFoldable::fold_with

    cebcf78 Opened by Avi Weinstock at 2024-12-21 05:08:11 - 2 comments
  3959. Error message contains $crate instead of crate name

    ebc5789 Opened by Aaron Hill at 2023-04-05 17:29:39
  3960. [ER] Help for unresolved super::X imports too.

    17ab055 Opened by leonardo-m at 2021-09-27 06:21:04 - 3 comments
  3961. if and match produce different assembly

    24b2847 Opened by Alik Aslanyan at 2023-02-21 15:24:04 - 1 comment
  3962. LLVM backend does not generate debuginfo for const generics

    f9ba390 Opened by Michael Woerister at 2023-04-05 17:43:53
  3963. Cannot build + install with target = ["thumbv7m-none-eabi"]

    7a0ff44 Opened by Oskar Senft at 2023-04-27 03:48:06 - 3 comments
  3964. On Windows the maximum size of the main thread's stack should at least match that of new threads

    a06ead1 Opened by Chris Denton at 2021-05-14 21:05:08 - 1 comment
  3965. Invalid trait bounds and equality constraints should suggest appropriate code

    1dd2880 Opened by Esteban Kuber at 2021-05-14 22:23:45
  3966. 'Undefined reference' errors when building rustc with incremental compilation

    f679ce5 Opened by Aaron Hill at 2023-04-05 17:35:29 - 4 comments
  3967. Does not warn unused_imports for unused modules imports with the same name as a type

    7cca5ad Opened by EFanZh at 2024-05-13 15:34:38
  3968. Array repeat expressions with nested blocks do not recognize constants

    4767d91 Opened by Ralf Jung at 2023-03-07 05:33:22 - 2 comments
  3969. [ER] Iterator::zip_exact

    51014ee Opened by leonardo-m at 2021-06-04 08:51:27 - 8 comments
  3970. Less helpful compiler error upon module/trait name clashes

    90028c1 Opened by Tommy Thorn at 2021-07-30 16:42:21 - 4 comments
  3971. strong performance issue when using struct instead of multiple variables

    1cdaf8f Opened by Manuel Drehwald at 2023-10-08 20:43:37 - 24 comments
  3972. Vec::pop() sometimes returns value inefficiently.

    545f885 Opened by human-0 at 2025-03-03 00:33:19 - 7 comments
  3973. Tracking Issue for async {} blocks in const expressions

    6d0a4f6 Opened by Jonas Schievink at 2024-12-01 15:03:24 - 5 comments
  3974. Orphan rules work differently when supertrait is specified in trait bounds

    2a810f6 Opened by Zakarum at 2024-12-21 04:57:17 - 2 comments
  3975. rustdoc: make [-] invisible in most cases

    f3d4895 Opened by Jacob Hoffman-Andrews at 2021-05-17 08:50:28 - 1 comment
  3976. Type inference for function-traits is different from other traits if an argument is a reference

    4ba6345 Opened by Lucas at 2024-02-18 19:08:23 - 1 comment
  3977. Is this difference in lifetime elision for impl Trait arguments between async and non-async function intended?

    8e82be9 Opened by Lukas Kalbertodt at 2022-09-01 21:43:42 - 4 comments
  3978. rustdoc: render problems for re-exported implementors

    e86f065 Opened by Jacob Hoffman-Andrews at 2021-10-06 17:29:39 - 12 comments
  3979. x.py test does not handle spaces in filenames for build-aux files

    dbe74d3 Opened by jyn at 2021-05-18 04:44:19
  3980. Random test ordering for cargo test

    4a584f4 Opened by Christian Stefanescu at 2023-03-10 00:30:21 - 9 comments
  3981. docs not loading properly in Safari unless Develop Menu is enabled

    1045a29 Opened by Jan at 2024-10-04 18:49:24 - 24 comments
  3982. Lifetime bound not accepted for wrapped associated type of a generic trait

    03170c2 Opened by Eric Langlois at 2024-09-24 21:13:49 - 3 comments
  3983. [ICE]: cargo build release fails

    e334bfa Opened by Stephen Eckels at 2023-08-18 18:07:49 - 2 comments
  3984. rustdoc: confusing sidebar for items with multiple impls (like Any)

    70a0ba9 Opened by Jacob Hoffman-Andrews at 2022-08-13 17:28:58 - 1 comment
  3985. Unstable fingerprints: defined_lang_items

    985482c Opened by Jack Huey at 2023-12-28 06:17:53 - 1 comment
  3986. Confusing error message for E0631

    b7a54e9 Opened by Felix Rath at 2023-07-31 16:50:36 - 1 comment
  3987. "not general enough" error points to the async spawn site as opposed to the offending code

    752e08a Opened by Gus Wynn at 2021-05-25 15:16:28 - 2 comments
  3988. #[global_allocator] and #[thread_local] should not be usable together on the same static

    7e7b766 Opened by Wesley Norris at 2021-05-20 19:44:12 - 1 comment
  3989. missing_docs lint does not take doc(hidden) into account on re-exports

    e9a1df2 Opened by Nemo157 at 2021-05-20 19:55:47
  3990. The compiler suggests the same thing twice

    408e78f Opened by Yoh Deadfall at 2021-07-21 02:51:04 - 12 comments
  3991. Tracking Issue for bigint helper methods

    b0cf7d2 Opened by Clar Fon at 2025-01-20 06:44:50 - 91 comments
  3992. Documenting that Into implies TryFrom in a more visible manner.

    70acc03 Opened by Luca Di sera at 2023-02-13 08:53:00 - 2 comments
  3993. segfault running debug static musl hello world app on Linux

    87d3773 Opened by Luke Bond at 2024-01-25 14:37:47 - 5 comments
  3994. Generating documentation using fabricate fails during copy stage on Windows due to long destination paths

    62cd379 Opened by Adam Gross at 2023-04-27 03:48:07 - 3 comments
  3995. Tracking Issue for libtest's JUnit reporter

    ee8f3e6 Opened by Andrey Snow at 2023-06-08 11:04:34 - 10 comments
  3996. Misleading diagnostic when type inference for Box<dyn FnOnce()> fails

    b1653b6 Opened by Lukas at 2021-05-21 20:17:17
  3997. Potential missed optimization with mutable noalias

    d3b0b96 Opened by Alex Veber at 2025-02-14 03:58:27 - 3 comments
  3998. Tracking Issue for dir_entry_ext2

    98a0ad6 Opened by Aaron Rennow at 2024-06-27 17:26:11 - 5 comments
  3999. Implementing From for associated type results in confusing error

    cb4676b Opened by oliver-giersch at 2024-10-30 12:32:05 - 4 comments
  4000. force-unwind-tables has no effect

    94280ec Opened by Stephen Eckels at 2024-02-28 03:00:27 - 1 comment
  4001. [PowerPC64] Rust performs improper function call linkage when using LLVM's linker

    21edb64 Opened by Justin Moore at 2023-04-05 17:35:30 - 1 comment
  4002. bootstrap unable to copy rust-llvm-dwp when cross compiling rustc

    ca9670b Opened by jam1garner at 2021-11-26 21:37:12 - 3 comments
  4003. Opaque error error message if LLVM OOMs during full LTO

    5dd864e Opened by Alex Kladov at 2023-03-04 00:15:54 - 2 comments
  4004. IPv6 Unicast Interface

    7ded209 Opened by Christiaan Dirkx at 2023-02-22 06:05:49 - 4 comments
  4005. IPv4-in-IPv6 Address Support

    5585a7c Opened by Christiaan Dirkx at 2024-01-19 21:12:37 - 2 comments
  4006. IP Utility Methods

    95c0dc1 Opened by Christiaan Dirkx at 2024-05-29 04:15:29 - 5 comments
  4007. rustdoc: Vec's Methods for Deref<Target = [T]> don't indicate which T is active

    a9376f3 Opened by Jacob Hoffman-Andrews at 2022-07-16 17:51:49 - 1 comment
  4008. Rust does not follow System V Amd64 ABI calling convention for small enum values, resulting in incorrect debugger output

    fb80cb6 Opened by Kyle Huey at 2024-03-04 20:39:03 - 14 comments
  4009. Signature suggested for missing trait item implementation is missing ?Sized bound

    91b33ba Opened by Adam Reichold at 2021-05-24 18:59:55 - 1 comment
  4010. Tracking Issue for llvm-tools-preview

    6c1b137 Opened by Eric Huss at 2025-04-01 08:35:41 - 14 comments
  4011. [ER] A harder case of missed array bound test elision

    8c68255 Opened by leonardo-m at 2025-04-18 11:09:03 - 5 comments
  4012. Const generics in closure arguments result in false "closure/generator type that references itself" error

    e1dab61 Opened by mastopgunaf at 2023-03-04 23:33:53 - 7 comments
  4013. Compiler warning about dead code when enum is used in a match against return value of FFI call

    269cad1 Opened by Felipe de A. Mello Pereira at 2024-07-09 12:29:17 - 2 comments
  4014. Error message ascii art pointer / arrow points to wrong argument

    3a84a87 Opened by Marko Mikulicic at 2021-05-27 10:23:07 - 3 comments
  4015. DepNodeIndex does not uniquely identify anonymous queries

    6154967 Opened by Camille Gillot at 2023-12-17 10:15:48 - 2 comments
  4016. rustc output could be more clear for double Result consumtption with ? / Try

    d48103b Opened by Jeremiah Senkpiel at 2021-05-25 19:41:00
  4017. Using ? behind collect without turbofish gives confusing error message, not hinting at wrong type.

    154b52f Opened by Hielke Walinga at 2025-02-04 12:14:16 - 2 comments
  4018. Properly handle cross-crate SyntaxContext::root and ExpnId::root

    b2e5c83 Opened by Aaron Hill at 2023-04-09 04:12:39
  4019. Improve help message when using &'a mut &'a T and &'a mut [&'a T]

    46d9265 Opened by Robin Moussu at 2021-12-27 03:59:00 - 1 comment
  4020. Tracking Issue for trusted_step

    08110ef Opened by Jacob Pratt at 2021-05-26 22:04:33 - 1 comment
  4021. Regression: undefined symbol __atomic_load_4 on risvc32imac-unknown-none-elf

    3c9ea33 Opened by Sean Cross at 2024-02-01 18:34:09 - 11 comments
  4022. rustdoc emits confusing error for link to enum struct field

    bba916e Opened by Joshua Liebow-Feeser at 2023-04-05 17:29:40 - 3 comments
  4023. Put the workspace crates first in the side panel

    59def93 Opened by Félix at 2021-06-03 15:47:35 - 2 comments
  4024. if Result::is_ok() followed immediately by Result::unwrap() fails to optimize out the second err check

    114e335 Opened by Matt Corallo at 2025-03-04 02:15:37 - 10 comments
  4025. Compiler emits warning: value assigned is never read even though it is read

    ca153d6 Opened by BLucky at 2023-04-05 17:29:41 - 11 comments
  4026. Semantics of char comparison operations is not clear

    114d545 Opened by Ömer Sinan Ağacan at 2023-07-22 20:07:51 - 3 comments
  4027. Consider enabling unstable fingerprint check for cache-loaded query results too

    6c3fd23 Opened by Michael Woerister at 2021-06-05 22:42:08 - 4 comments
  4028. Better diagnostics for trait impl method return value lifetimes not matching trait definition

    1bc0d48 Opened by Dirkjan Ochtman at 2021-05-30 14:58:55 - 1 comment
  4029. Documentation request: include_str and format_args combination

    6674214 Opened by Jonathan Kelley at 2021-06-05 23:14:16 - 2 comments
  4030. Rust is not able to infer equivalence when it applies to trait associated types.

    6cbf00f Opened by Olivier at 2021-06-05 22:45:53 - 3 comments
  4031. no_hash queries bypass -Z verify-ich checks

    68b140b Opened by Michael Woerister at 2021-06-05 22:42:50 - 7 comments
  4032. Extremely bad codegen of leading_zeros on several architectures

    8f758d7 Opened by Aaron Kutch at 2022-01-26 19:43:54 - 4 comments
  4033. Leaking private structs in public functions

    aa4973b Opened by Conrad Ludgate at 2022-01-06 09:40:18 - 13 comments
  4034. Internal Compiler Error while compiling a special diesel change

    58294fd Opened by Georg Semmler at 2021-07-01 20:33:32 - 3 comments
  4035. Associated types from foreign trait impls are considered as conflicting with every other type

    dd91adc Opened by Elinor B. at 2024-05-12 01:59:50 - 3 comments
  4036. slice docs could use example functions, clear header

    d07d3b7 Opened by Jubilee at 2021-08-12 09:23:42 - 2 comments
  4037. rustdoc intra-doc links cannot disambiguate inherent methods on generic types

    05e273d Opened by Mario Carneiro at 2021-06-22 00:06:37 - 4 comments
  4038. AtomicUsize fetch_add hangs indefinetly on aarch64 (ThunderX)

    6da027b Opened by Heinz N. Gies at 2022-03-18 01:38:38 - 5 comments
  4039. trait extension trait methods not always visible in rustdoc output

    3ef6020 Opened by Ian Jackson at 2024-06-03 00:59:10 - 3 comments
  4040. Tracking Issue for windows_case_insensitive

    831b405 Opened by Christiaan Dirkx at 2023-03-19 09:44:12 - 4 comments
  4041. Suggest the extra comma for 1-ary tuple when warning about unnecessary parentheses around type

    855b4c5 Opened by Nicolas Di Prima at 2024-05-13 15:10:09 - 4 comments
  4042. Footgun with catch_unwind when catching panic-on-drop types

    6c6a835 Opened by Mara Bos at 2024-03-30 13:15:09 - 20 comments
  4043. Missing linker symbols with incremental build

    32a6514 Opened by moxian at 2021-12-24 07:05:23 - 6 comments
  4044. Timing profiles don't include non-CPU times

    ac4f77a Opened by Andrew Banchich at 2021-06-26 17:19:57 - 6 comments
  4045. Parser finds nonexistent tokens after unclosed delimiters

    f869a33 Opened by FabianWolff at 2021-06-07 20:56:25 - 1 comment
  4046. Trailing newlines affect spans

    b1d47d0 Opened by FabianWolff at 2021-06-07 20:52:59
  4047. matches! accepts unusable bindings in the pattern

    e7d6fae Opened by Jeremiah Senkpiel at 2024-08-04 20:23:51 - 16 comments
  4048. Can rustc-dev be made available for the wasm32-unknown-unknown target?

    eb86722 Opened by Thomas Eizinger at 2021-08-21 02:47:39 - 5 comments
  4049. Windows linker error when importing a crate that has external symbols

    0f22684 Opened by Radu Matei at 2021-06-09 13:47:56 - 1 comment
  4050. Misleading diagnostic when Clone::clone is called on an unclonable type

    d1bb74d Opened by Dmitry at 2024-12-28 19:10:05 - 5 comments
  4051. Debuginfo type names: Clarify how to handle impl-prefixed paths

    db00ff3 Opened by Michael Woerister at 2021-06-09 13:39:07
  4052. Compile error: static lifetime not satisfied but it is

    f86f199 Opened by Jack Rickard at 2025-01-07 23:23:31 - 9 comments
  4053. generic const exprs in diagnostics aren't printed with substs applied

    7a17eaf Opened by Boxy at 2022-06-24 14:05:14
  4054. Confusing error when borrowing members in an automatic dereference

    74683e6 Opened by Christopher Jefferson at 2023-11-16 17:46:14 - 2 comments
  4055. Generators generating wrong lifetimes

    11cddcf Opened by Marco Napetti at 2024-12-21 04:57:17
  4056. The check_abi function in typeck is not called for ABIs in trait declarations or type aliases

    e3117be Opened by Simonas Kazlauskas at 2024-01-25 13:35:48 - 1 comment
  4057. ptr-meta: DynMetadata and Pointee::Metadata are not UnwindSafe

    522cfec Opened by Nathan Sharp at 2021-06-26 21:11:46 - 1 comment
  4058. Large memory usage and long time on compiling large number of println

    6575ee4 Opened by Xidorn Quan at 2025-01-16 11:21:36 - 10 comments
  4059. type aliases dont propagate implied ConstEvaluatable bounds of rhs

    b850990 Opened by Charles Lew at 2022-06-24 14:04:52 - 4 comments
  4060. as *mut _ does not cause by-mut place evaluation, causing an error stating DerefMut is not implemented, but it is

    90dc198 Opened by Crystal Durham at 2023-01-09 05:47:25 - 3 comments
  4061. Document the usage scenario of "as" keyword for trait coercion

    9d3b0ca Opened by Dmitry D. Chernov at 2021-06-22 21:48:19 - 2 comments
  4062. Debuginfo type names: Correctly handle generic arguments in paths

    c929eeb Opened by Michael Woerister at 2021-06-23 14:10:42 - 1 comment
  4063. Confusing error when populating a struct with a field called 'start' without an explicit value and a variable called start is not defined

    82ea4ff Opened by jjl at 2022-08-14 02:47:56 - 4 comments
  4064. Better documentation of our MIR dialects

    7da237f Opened by Ralf Jung at 2022-09-02 10:00:10 - 14 comments
  4065. Recover from | -> => typo

    b9908e6 Opened by Esteban Kuber at 2021-07-01 18:23:27
  4066. Tracking Issue for Path::file_prefix

    ff7c474 Opened by Michael Hall at 2024-12-05 16:33:26 - 29 comments
  4067. Empty Implementors section in doc

    02f5cdc Opened by Wooster at 2024-09-16 20:18:16 - 6 comments
  4068. run non-const Display/Debug impls for const panic message

    17b58ec Opened by Oli Scherer at 2024-12-01 15:03:24 - 5 comments
  4069. Tracking Issue for io::Cursor::{split, split_mut}

    2cc5546 Opened by Sören Meier at 2024-07-28 20:27:03 - 29 comments
  4070. Poor diagnostics for associated type mismatch on inherent method.

    e42d5d1 Opened by Jon Gjengset at 2023-01-11 04:16:37 - 3 comments
  4071. rustdoc: inconsistency on which items have §

    66ada54 Opened by Jacob Hoffman-Andrews at 2024-11-06 02:16:39 - 3 comments
  4072. Tracking Issue for BufRead::has_data_left

    46a4bfa Opened by Yuhan Lin at 2021-12-24 01:38:41 - 14 comments
  4073. Tracking Issue for io_error_more

    e269dc7 Opened by Ian Jackson at 2024-09-10 13:31:38 - 94 comments
  4074. Rustdoc fails on modules with reserved file names

    416303b Opened by Violeta Hernández at 2024-11-15 23:59:15 - 4 comments
  4075. guess_head_span depends on untracked state when used with an imported file

    503660a Opened by Aaron Hill at 2023-04-05 17:42:29
  4076. Actual crate name of renamed crate is leaked through unexpected type error

    e111197 Opened by Wooster at 2021-06-21 06:19:17 - 1 comment
  4077. confusing "lifetime mismatch" error when spawning task

    7fa7be2 Opened by Yosh at 2021-06-25 17:25:29 - 3 comments
  4078. E0277 incorrect suggested where bound when type is impl Trait argument

    2621459 Opened by delan azabani at 2025-03-20 06:53:20 - 7 comments
  4079. error from missing ? is quite confusing

    424da50 Opened by Niko Matsakis at 2021-06-21 08:33:10 - 1 comment
  4080. Compiler fails to recognize that println! does not mutate the value

    dfeb289 Opened by beef at 2021-06-21 10:02:49
  4081. match an std::cmp::Ordering generates less optimized code in nightly

    265678c Opened by Simon Chan at 2022-11-18 15:35:59 - 22 comments
  4082. Unknown lifetime mentioned in error

    22eb2a1 Opened by SpecificProtagonist at 2021-06-21 13:41:54
  4083. Test ui\abi\stack-probes-lto.rs fails on Windows-mvsc

    26c857c Opened by Wesley Wiser at 2021-06-22 21:01:41 - 4 comments
  4084. Improve error message for IntoIterator for arrays misuse

    c9744b1 Opened by alexxbb at 2021-06-22 11:02:57 - 2 comments
  4085. document and test the precise span that triggers edition-dependent behavior

    9fb9129 Opened by Niko Matsakis at 2023-06-30 15:44:19 - 7 comments
  4086. Default implementation of CrateNum encoding/decoding should be disabled

    7e053ea Opened by Michael Woerister at 2021-06-22 09:03:14
  4087. Confusing compiler error when returning a Result<Result> via ?-operator

    ae59b2b Opened by Sebastian Dröge at 2021-07-10 23:18:14 - 5 comments
  4088. cargo check failed but cargo run always work

    0505eec Opened by Ivan Tham at 2024-02-28 02:39:46 - 9 comments
  4089. Tracking Issue for RFC 2528: type-changing struct update syntax

    004dcdf Opened by Josh Triplett at 2024-03-13 16:51:40 - 7 comments
  4090. Can't infer type

    9bddadc Opened by Tobias at 2021-07-01 19:55:58 - 3 comments
  4091. Confusing error message when associated type has same name as other type

    6938bbf Opened by Alex Rawson at 2021-06-30 01:07:00 - 2 comments
  4092. cargo fix --broken-code incorrectly applies integer casts

    e021b80 Opened by Jess at 2024-08-12 17:21:24 - 2 comments
  4093. Are the #![feature(layout_for_ptr)] functions sound to call on invalid data pointers?

    5b187f7 Opened by Wesley Norris at 2021-06-26 10:47:25 - 3 comments
  4094. borrowck error does not suggest missing await

    227446f Opened by Niko Matsakis at 2021-06-25 00:40:13
  4095. Binary size is significant increased from 1.46.0 to 1.51.0

    2538712 Opened by Chaotic Longhair at 2021-08-19 14:51:19 - 4 comments
  4096. rustdoc: trait implementors sections contains duplicate entries

    832b61a Opened by cynecx at 2022-04-14 07:16:58 - 7 comments
  4097. rustdoc: some trait implementors don't have src link

    4e1e189 Opened by cynecx at 2022-10-18 18:19:45 - 4 comments
  4098. Trait bound claims missing requirements despite those bounds being implied by the trait

    ce052f8 Opened by Rune Tynan at 2023-04-05 17:39:49 - 3 comments
  4099. Path attribute on module fails to compile on non-windows platforms when going up a directory

    f4d895e Opened by David Sherret at 2024-01-25 14:00:50 - 1 comment
  4100. Erroneous drop_bounds lint

    5d3e629 Opened by Jon Gjengset at 2021-11-13 15:49:33 - 3 comments
  4101. Cannot use function pointer with dynamic dispatch without identity cast

    c343bb8 Opened by Jon Gjengset at 2023-04-05 17:29:42 - 10 comments
  4102. Tracking Issue for RFC 2948: Portable SIMD

    537afc6 Opened by Caleb Zulawski at 2025-03-08 00:17:37 - 38 comments
  4103. Error with static lifetime inference in consts when using types with drop implementation

    3288694 Opened by Jaro Fietz at 2021-06-28 00:35:11 - 1 comment
  4104. proc macro invoked by normal macro has weird call_site

    d55130e Opened by anuejn at 2021-06-28 00:43:22 - 4 comments
  4105. E0581/E0582 (lifetime not found in input type) occurs even when the lifetime is in traits used as inputs

    954eea2 Opened by Manish Goregaokar at 2024-01-23 23:36:41 - 5 comments
  4106. ABI: Ownership transfer through pointer involves unnecessary copies

    b949798 Opened by Christopher Serr at 2021-07-23 12:56:59 - 2 comments
  4107. Rust musl build segfaults on startup when linked with LLD 12

    be5bd5b Opened by Robert O'Callahan at 2022-12-21 12:03:39 - 9 comments
  4108. Add search for external crates

    5459486 Opened by Guillaume Gomez at 2022-06-13 03:23:38 - 23 comments
  4109. Add the possibility to filter on more than one crate

    4cccad4 Opened by Guillaume Gomez at 2024-11-06 01:58:23 - 11 comments
  4110. ICE with --crate-type staticlib: compiler/rustc_codegen_llvm/src/intrinsic.rs:306:18: unknown intrinsic 'rustc_peek'

    f625249 Opened by Chengnian Sun at 2021-07-06 00:44:20
  4111. Non-terminals, e.g. expr, have diverged between parser and macro matcher

    8e5b1f4 Opened by Felix S Klock II at 2024-04-17 15:31:39 - 15 comments
  4112. min_type_alias_impl_trait: poor diagnostics when TAIT is unconstrained

    1a4ca9c Opened by Niko Matsakis at 2023-01-26 08:24:14 - 4 comments
  4113. Rust does not perform cross language LTO for C functions forwarding to C++

    e731a12 Opened by Timo Nicolai at 2024-02-28 03:05:20 - 1 comment
  4114. Error message becomes worse when lifetime is elided via '_

    7433c6f Opened by Aaron Hill at 2021-11-27 11:10:21 - 1 comment
  4115. rustdoc: align .stab to the right on desktop

    0b02336 Opened by Stefan Schindler at 2021-07-10 11:27:48 - 1 comment
  4116. rustdoc: Some items in cache.paths are non-local

    3a498d0 Opened by jyn at 2021-07-03 08:59:06 - 5 comments
  4117. uncommon_codepoints is ignored unless specified at crate level

    f666234 Opened by Nemo157 at 2024-05-13 15:33:53 - 2 comments
  4118. refactor queries that don't accept inference variables to use canonicalization

    e19ad9f Opened by Niko Matsakis at 2024-11-01 13:25:14 - 6 comments
  4119. Compiling small program with -C opt-level=2 takes hours or never finishes without -Cinline-threshold flag

    37c4cdf Opened by Aaron B at 2024-01-23 23:37:29 - 8 comments
  4120. Feature Request: Focusing search results when directly navigating to rustdoc search

    722acc5 Opened by Zac Kologlu at 2021-07-17 01:18:20 - 10 comments
  4121. Incorrect "expected associated type, found tuple" error in trait implementation

    b7828d6 Opened by Mark Drobnak at 2021-07-05 15:04:04
  4122. Closures of different types that do not capture the environment are automatically coerced to function pointers

    2a2e355 Opened by Jake Goulding at 2021-07-06 12:54:30 - 3 comments
  4123. E0493 emitted without drop when destructuring

    e79bdf5 Opened by Crystal Durham at 2024-12-01 15:03:24 - 3 comments
  4124. Description of E0495 failure difficult to parse

    9318c8e Opened by Miguel Young at 2021-12-27 03:56:24 - 1 comment
  4125. array::map stack usage

    8fea398 Opened by Jacob Lifshay at 2025-02-14 03:58:28 - 12 comments
  4126. Unterminated block comment that contains /* anywhere, including in a doctest

    45c50cd Opened by Jacob Rothstein at 2024-08-15 00:30:30 - 12 comments
  4127. Make lifetime elision rules for closures consistent with lifetime elision rules for functions

    52597f2 Opened by bstrie at 2021-12-20 01:20:16 - 7 comments
  4128. Tracking Issue for "More Qualified Paths"

    1645e10 Opened by Ryan Levick at 2025-04-20 12:27:05 - 22 comments
  4129. Unnecessary parentheses warning for (A | B) as :pat in 2018 edition

    f837a29 Opened by Michael Lamparski at 2024-05-13 15:09:39 - 4 comments
  4130. Conversion between the same type with different const generic values

    31d05ad Opened by René Léveillé at 2023-11-17 20:07:48 - 4 comments
  4131. Inconsistent lifetime rules with parameter patterns

    ce74f67 Opened by Josh Stone at 2021-07-19 19:03:18
  4132. don't eagerly emit errors when evaluating constants during selection

    3737be8 Opened by lcnr at 2022-06-24 15:16:19 - 3 comments
  4133. Test suite compilation spends a large amount of time in evaluate_obligation

    0a52cb4 Opened by Patrick Freed at 2025-02-14 04:04:31 - 20 comments
  4134. Undetailed diagnostics for object safety of supertraits defined in dependencies

    fc823bf Opened by jade at 2025-01-15 22:22:43 - 2 comments
  4135. Improve error messages for HashSet with non-Hash type

    ed5dbc2 Opened by Kevin Menard at 2021-08-18 22:26:34 - 5 comments
  4136. rustdoc: Tracking issue for --no-run

    3fbb50b Opened by Squirrel at 2023-11-24 04:06:31 - 6 comments
  4137. rustdoc: When rendering const values, show ADTs in addition to primitives.

    ac4044b Opened by Aaron Hill at 2023-12-03 11:21:51 - 4 comments
  4138. rustdoc: cache.access_levels is wrong

    d893e1d Opened by jyn at 2022-04-24 08:53:44 - 9 comments
  4139. Tracking Issue for Iterator::try_reduce (feature iterator_try_reduce)

    33f20bd Opened by kit at 2023-03-25 15:58:42 - 9 comments
  4140. Borrowed Fn closure gives "implementation of FnOnce is not general"

    c93fc9f Opened by Devin Ragotzy at 2024-06-07 19:25:01 - 1 comment
  4141. Functions/closures do not coerce to trait objects and give confusing diagnostics

    5d7f549 Opened by Deleted user at 2024-12-21 05:45:24 - 2 comments
  4142. Simple for statement can be broken with linker error since nightly-2021-06-10-x86_64-unknown-linux-gnu

    d14c0f1 Opened by kyasbal at 2021-07-13 23:25:52 - 2 comments
  4143. "expect slice, found Vec" error is unrelated to the actual issue

    a518a13 Opened by jyn at 2023-11-16 18:48:04 - 2 comments
  4144. Compiler should warn if "unused" shadowed variable is actually used in inner block

    cca9c8d Opened by Tim-Philipp Müller at 2021-08-31 16:18:32 - 2 comments
  4145. Tracking issue: deref patterns

    4d28e7d Opened by Nick Cameron at 2024-08-02 08:33:19 - 67 comments
  4146. Poor diagnostic for closure not returning Result when there is a return Ok/Err in it

    db29982 Opened by jade at 2025-02-03 02:22:09 - 4 comments
  4147. Vec::iter not found in search in rustdoc

    90589e7 Opened by Ivan Tham at 2024-08-22 21:56:29 - 6 comments
  4148. Feature : rustc args check on mir-dump

    f5a7cad Opened by lyj at 2023-03-30 20:35:55 - 2 comments
  4149. Allow to provide a custom map of rendered strings for doc(cfg(...))

    e9b5dff Opened by Miguel Ojeda at 2025-04-10 22:58:58 - 2 comments
  4150. Codegen bug: repr(C) consts containing a reference don't inline

    1e3a2f3 Opened by Riley Denoyer at 2021-07-18 09:17:16
  4151. Tracking Issue for Iterator::map_windows (feature iter_map_windows)

    5cfebbc Opened by Lukas Kalbertodt at 2025-04-19 07:33:50 - 8 comments
  4152. Missing debug symbols for x86_64-unknown-uefi binaries

    fb3af0d Opened by xitan at 2023-06-10 01:08:00 - 6 comments
  4153. Not detailed error message when trying to move self-referential vector

    689ff60 Opened by Askar Safin at 2021-07-16 17:17:43
  4154. Associated type not resolved based on lifetimes

    508e8ff Opened by Jacob Lifshay at 2021-12-23 03:31:21 - 2 comments
  4155. Confusing error: Immutable reference to future is not a future

    76d2085 Opened by Alice Ryhl at 2021-09-16 16:34:44 - 11 comments
  4156. Include function signature hash in v0 mangled names

    a2fd61d Opened by bjorn3 at 2021-10-26 15:15:24 - 5 comments
  4157. Pretty-printing of Fn* traits in diagnostics leaks unstable details

    00bfbae Opened by Miguel Young at 2023-11-09 10:34:07 - 3 comments
  4158. Unreachable code warning missing at if expression with false condition

    677f48b Opened by Gheorghe Anghelescu at 2024-05-13 15:34:09 - 1 comment
  4159. Constructing Option<&'static dyn T>::None in a const fn requires const_fn_trait_bounds

    1054e9f Opened by Charles Eckman at 2021-10-08 06:29:19 - 5 comments
  4160. Inferred struct lifetime bounds result in bad diagnostics around HRTBs

    6a8f945 Opened by Miguel Young at 2024-09-24 21:41:28 - 2 comments
  4161. Change rustc's AST to support formatting code around unrecognized literals

    345263f Opened by Jacob Lifshay at 2023-03-30 20:37:05 - 1 comment
  4162. Speed up string to integer conversion too

    8b8e50c Opened by Wooster at 2023-10-19 21:32:57 - 5 comments
  4163. Make VtblEntry::MetadataDropInPlace carry Instance value.

    0655495 Opened by Charles Lew at 2021-07-19 11:24:10 - 2 comments
  4164. Incorrect suggestion to add a bound where another bound is needed

    ea39369 Opened by Jean SIMARD at 2022-01-11 09:21:59 - 1 comment
  4165. unexpected panic in rustc

    836b92f Opened by muellerpeter-pms at 2023-09-08 17:31:37 - 7 comments
  4166. Explicit non-'static lifetimes ignored in explicit closure argument types

    2d8f97a Opened by Miguel Young at 2021-07-19 18:52:29
  4167. Confusing error when accidentally inserting - in some lines

    8b619d7 Opened by Elichai Turkel at 2024-12-05 22:13:11 - 2 comments
  4168. Missing trait implementation error follows one possible implmentation too greedily

    9f63d6b Opened by KarelPeeters at 2021-07-19 19:41:16
  4169. Invalid derive proc macro output silently ignored

    82be08d Opened by Mara Bos at 2023-04-17 12:09:10 - 6 comments
  4170. this "cannot infer an appropriate lifetime" diagnostic doesn't communicate anything

    704e447 Opened by Jacob Rothstein at 2024-02-16 05:37:49 - 2 comments
  4171. Lifetime error in scoped spawn doesn't identify the captured lifetime

    7754c2c Opened by Josh Stone at 2021-09-10 13:04:45
  4172. type_length_limit is inconsistently warned about with incremental

    a270dda Opened by Daniel Wagner-Hall at 2023-04-05 17:42:30 - 4 comments
  4173. Specifying lint levels does not work on macros

    0b65b16 Opened by asquared31415 at 2024-01-24 13:56:21 - 1 comment
  4174. Add more artifact size profiling

    afee01f Opened by Ryan Levick at 2021-07-23 14:30:37
  4175. Tracking Issue for #[track_caller] on closures

    b7e8fad Opened by Aaron Hill at 2023-08-28 11:35:35 - 13 comments
  4176. implementation of Debug is not general enough when making async block into &dyn Future + Send

    5f5ba7d Opened by Vitalii Kryvenko at 2024-02-26 16:57:44 - 1 comment
  4177. rustc: native on znver2 CPU picks znver1 for target-cpu

    a2bcc2c Opened by Jonathan Davies at 2024-08-03 16:52:20 - 4 comments
  4178. Pointer equality of ZST in debug build is inconsistent with that in release build

    fa1006c Opened by Daniel Julius Lasiman at 2021-07-30 22:47:41
  4179. GATs: Decide whether to have defaults for where Self: 'a

    462c7a3 Opened by Niko Matsakis at 2025-02-22 13:18:59 - 53 comments
  4180. short backtraces do not always work on Windows without debug info

    969cda0 Opened by Eric Huss at 2021-07-27 17:32:04 - 2 comments
  4181. Unexpected lifetime bound requirement on trait impl method returning a ref

    ed0e26c Opened by Diggory Hardy at 2024-12-21 04:57:18
  4182. [Missed Optimization] Checked and overflowing shifts don't unify

    df242d8 Opened by Chase Wilson at 2024-01-25 23:20:27
  4183. v0 mangling should avoid backrefs when they're not shorter than their target.

    e919bdf Opened by Eduard-Mihai Burtescu at 2022-08-05 14:25:53 - 2 comments
  4184. Which patterns on union fields should be considered safe?

    7f35ed0 Opened by Léo Lanteri Thauvin at 2024-10-30 18:25:35 - 9 comments
  4185. Diagnostics for trait impls on trait objects confusing around implicit lifetime bounds

    ca4a1e6 Opened by Manish Goregaokar at 2024-12-21 05:20:45 - 2 comments
  4186. Specialized trait impls appear unannotated in the docs

    59b396d Opened by Nemo157 at 2023-07-24 14:29:38 - 2 comments
  4187. enabling const-generics interferes with object safety

    4bfb0f7 Opened by Juniper Tyree at 2022-06-24 14:13:21 - 1 comment
  4188. Tracking Issue for RFC2509: concat_bytes!()

    68f022e Opened by Mara Bos at 2025-02-21 22:41:03 - 16 comments
  4189. Tracking Issue for for-loops in constants

    5635617 Opened by Jonas Schievink at 2024-12-01 15:03:24 - 10 comments
  4190. ICE: Should not have unglued last token with cfg attr

    48670b5 Opened by samlich at 2024-09-06 22:51:57 - 3 comments
  4191. Ignored doctests are run with cargo test -- --ignored.

    f086533 Opened by Thom Chiovoloni at 2024-01-06 14:16:11 - 8 comments
  4192. Explain Fn+Sync requirement

    492ee2f Opened by Sergey Bugaev at 2021-07-30 17:57:07
  4193. LLVM error while building Rust Crypto's AES-GCM usage example code for target x86_64-unknown-none-linuxkernel

    8d79851 Opened by prathik at 2023-04-05 17:35:32 - 5 comments
  4194. WASM float to int performance regression since 1.53.0

    e2e5f75 Opened by Christopher Serr at 2021-12-17 06:34:45 - 5 comments
  4195. Improve Vec::extend(repeat(once)) error output

    79f2bdd Opened by Filipp Samoilov at 2021-07-31 14:35:42
  4196. Module path attribute override with nested macros doesnt work

    7163a20 Opened by Vitalii Kryvenko at 2023-11-26 17:03:51 - 14 comments
  4197. Rust confused by associated types in default generic

    1cfe918 Opened by Maja Piechotka at 2024-12-21 04:57:18 - 9 comments
  4198. Warn that trait implementation is gated by a feature flag

    97bd0d1 Opened by Edward Shen at 2021-08-03 18:33:38 - 3 comments
  4199. Suggest dereferencing smart pointers to satisfy mismatched types [E0308] in match argument

    d6af170 Opened by Parth Nobel at 2021-08-03 08:25:15
  4200. $pat followed by a : is used in the language, but isn't allowed for MBE

    1e1ab6d Opened by waffle at 2021-08-04 23:16:52 - 4 comments
  4201. auto_traits + negative_impls not working as expected with associated types

    3ca39b8 Opened by Greg Johnston at 2021-08-03 16:31:00 - 1 comment
  4202. Linking error in rustc_llvm when using rustc_interface

    78811d9 Opened by Gheorghe Anghelescu at 2023-03-04 00:15:55 - 3 comments
  4203. Make RenderOptions fields' type into newtype instead of boolean for clarity

    ccc82c3 Opened by Guillaume Gomez at 2021-08-04 08:05:23
  4204. Overflow evaluating the requirement with a where clause on associated type

    04b5b1a Opened by Sergey Bugaev at 2024-12-29 18:49:30 - 3 comments
  4205. Stall from overflow caused by for<'a> F: FnOnce(Self::Gat<'a>)

    33507e6 Opened by Harry Barber at 2024-09-24 20:59:45 - 3 comments
  4206. Tracking issue for organizing the standard library's #![feature]s

    a80b957 Opened by Mara Bos at 2022-03-03 06:58:33 - 2 comments
  4207. rustc E0308 on valid code

    321e56c Opened by dvec at 2024-01-23 23:49:11 - 1 comment
  4208. After fixes were automatically applied the compiler reported errors within the file.

    507a07e Opened by BEN at 2024-02-28 03:07:11 - 4 comments
  4209. Incorrect help message in internal compiler error

    00094b5 Opened by Marek Kotewicz at 2023-07-04 05:44:30 - 1 comment
  4210. Unstable rustc internal attribute to disable optimizations on a module/function basis

    1d063f8 Opened by Wesley Wiser at 2025-03-09 11:49:19 - 3 comments
  4211. Typecheck fails when providing explicit types instead of GAT

    8f4c6f5 Opened by Julio at 2025-01-10 22:48:22 - 5 comments
  4212. initial-exec not reduced to less strict hint on unsupported platforms

    c7275f5 Opened by Mark Rousskov at 2021-08-06 16:05:13
  4213. improper_ctypes diagnostic should advise to avoid improper C types because their ABI is unstable

    09dd106 Opened by Felix S Klock II at 2024-09-20 05:19:59 - 1 comment
  4214. Reservation impls in rustdoc

    105816b Opened by Frank Steffahn at 2025-04-08 20:16:53 - 1 comment
  4215. Inconsistent treatment of different kinds of trait bounds with GATs

    bd1b86c Opened by John-John Tedro at 2024-09-24 20:59:47 - 4 comments
  4216. LLVM ERROR: Do not know how to split the result of this operator!

    db3db4d Opened by Luc Lenôtre at 2023-03-03 22:42:03 - 3 comments
  4217. Invalid syntax suggested when missing lifetime coincides with const generic

    35137bc Opened by lukaslueg at 2021-08-07 18:16:33
  4218. Invalid diagnostic when executing Type associated function inside of module but module is not found (misspelled / not imported)

    b5c906c Opened by Aphek at 2021-08-07 20:46:58
  4219. Nightly (2021): trait bound error for missing use

    6a43207 Opened by Mark Van de Vyver at 2021-08-08 09:11:01 - 2 comments
  4220. rustdoc::missing_doc_code_examples inconsistent with Rust API Guidelines

    bcebe82 Opened by Sandro Stikić at 2023-05-24 23:44:02 - 11 comments
  4221. docs: clarify pointer provenance of Rc::as_ptr()

    23d8063 Opened by Timo at 2025-01-27 14:25:40 - 6 comments
  4222. Associated type constraints and higher ranked trait bounds require impossible type annotations

    9bd38cb Opened by Patrick Gu at 2024-09-24 22:47:08 - 2 comments
  4223. Compiler error with custom test framework

    781182d Opened by Ratul at 2023-12-25 17:26:55 - 4 comments
  4224. Cannot Drop A Closure With Non Copy Captures Confusing Error

    c2bd958 Opened by Daniel at 2021-08-10 16:29:08 - 1 comment
  4225. Instant::duration_since returns a shortened duration if a suspend occurred

    614f05d Opened by Matthew Maurer at 2024-10-30 09:22:31 - 30 comments
  4226. rustdoc does not consider (complicated?) trait bounds for listing blanket implementations

    d37fdbc Opened by Sebastian Dröge at 2021-08-10 08:52:41
  4227. rustdoc should maybe only consider trait definitions and not trait impls for the search

    3cae543 Opened by Sebastian Dröge at 2021-08-10 09:59:17
  4228. Diagnostics incorrectly suggest ?Sized on the wrong bound for some trait methods

    caa4c2d Opened by Miguel Young at 2021-08-10 20:14:07 - 1 comment
  4229. Variable remains borrowed after match despite neither arm resulting that way

    827ebd6 Opened by Timo Carlin-Burns at 2024-01-25 23:26:32 - 3 comments
  4230. Insecure behavior in std::process::Command on Windows

    7d6a6e0 Opened by brian m. carlson at 2023-03-19 09:43:21 - 13 comments
  4231. Better diagnostic for unaligned reference in println!

    6a0e719 Opened by Ömer Sinan Ağacan at 2023-04-05 17:29:44 - 8 comments
  4232. array::IntoIter does not get optimized as well as vec::IntoIter

    01d5469 Opened by Bram van den Heuvel at 2025-01-28 09:02:08 - 2 comments
  4233. Optimization of iteration over enums

    12b3998 Opened by Bram van den Heuvel at 2023-10-08 20:43:38 - 6 comments
  4234. Clarification of compiler diagnostic 'no two closures, even if identical, have the same type'

    b596732 Opened by Greg Chadwick at 2023-07-15 03:23:52 - 6 comments
  4235. odd compiler error with assert_eq! in unusual corner case, possibly related to missing semicolon in macro definition

    87a8e84 Opened by Jack O'Connor at 2023-04-05 17:29:45 - 1 comment
  4236. Conversion of Box<dyn Error + Send + Sync> to Box<dyn Error> confusingly complains about Sized

    34f9a0a Opened by Kornel at 2021-08-13 11:58:25 - 2 comments
  4237. "unused_mut" is not detected when variable type is mutable reference and the referent is mutated

    52ad9ab Opened by QuestionDriven at 2024-05-13 15:33:38 - 3 comments
  4238. Lint on duplicate trait bound

    53048ba Opened by Aaron Hill at 2025-04-20 16:58:08 - 6 comments
  4239. x.py tidy forces use path::{...} to come after use path::m::{...}; makes commits noisy.

    cda4465 Opened by Felix S Klock II at 2021-08-17 19:07:25 - 2 comments
  4240. where bounds not properly inherited?

    fcd72d9 Opened by Soni L. at 2024-12-21 04:57:19 - 4 comments
  4241. Semantically equal Ordering matches generate different assembly

    8237a0f Opened by Wooster at 2023-04-29 06:59:44 - 4 comments
  4242. Recursive Closure Fixed-Point Support or Error Message

    9068ea8 Opened by 0x182d4454fb211940 at 2025-02-11 22:54:30 - 1 comment
  4243. Improve suggestion when TryFrom trait bound not satisified due to missing dereference

    64dac0c Opened by Ed Morley at 2023-11-16 17:48:28 - 4 comments
  4244. Improve suggestion when generic type parameter is missing from struct method definition

    64ba520 Opened by Ed Morley at 2022-09-22 08:50:37 - 2 comments
  4245. unused_braces false positive for macro expression.

    f69eb09 Opened by Eric Huss at 2025-01-24 09:01:38 - 2 comments
  4246. improper_ctypes_definitions doesn't lint on non-FFI safe fn type construction

    bc05508 Opened by chc4 at 2021-08-17 05:12:52 - 1 comment
  4247. Strange behavioral from 'std::env' when calling Rust program from C++ Program

    a88b258 Opened by Outer Heaven Legacy at 2024-01-25 14:02:27 - 1 comment
  4248. Invalid dyn suggestions

    7250057 Opened by Mara Bos at 2024-06-03 06:44:26 - 5 comments
  4249. closure capture migrations do not note when move is now required

    52bb7b7 Opened by Mara Bos at 2021-08-30 15:57:13 - 4 comments
  4250. rustc_data_structures::jobserver should fall back to an in-process implementation if no jobserver in environment

    fe7c0f7 Opened by Adam Perry at 2023-04-09 04:14:15 - 3 comments
  4251. Consider styling go-to-definition links using faint underline

    5e2d45c Opened by Noah Lev at 2021-11-18 21:16:15 - 2 comments
  4252. Leak sanitizer UI test hangs on Macos ARM64

    a68c975 Opened by Hans Kratz at 2024-11-13 00:32:45 - 5 comments
  4253. Improve diagnostic for casting T: ?Sized + Trait to dyn Trait

    4da0956 Opened by Manish Goregaokar at 2024-05-17 07:02:05 - 3 comments
  4254. non_fmt_panic warns on 2021 for external macros

    2dfb66e Opened by Eric Huss at 2021-08-18 17:19:43 - 1 comment
  4255. rustc disagrees with emcc about WASM struct ABI in parameters

    628c985 Opened by Manish Goregaokar at 2025-01-22 22:18:43 - 5 comments
  4256. Suggest #[repr({integer}] for enums when using the wrong integer type

    f362d15 Opened by Lukas Wirth at 2021-08-20 02:41:16 - 2 comments
  4257. Suboptimal error message when FuturesExt is not use'd

    ae24e16 Opened by Nipunn Koorapati at 2025-03-21 02:11:24 - 1 comment
  4258. [ER] Introduce an unused mut warning when get_mut() should be replaced by get()

    49e500b Opened by leonardo-m at 2024-12-21 04:47:37 - 1 comment
  4259. cargo test 'test-threads' uses more threads than specified

    7ef398a Opened by Josh Weinstein at 2024-04-17 01:38:06
  4260. Wrong suggestion for E0223 when using type alias

    8470349 Opened by lukaslueg at 2021-08-22 14:48:59
  4261. Linker failing when importing couch_rs using rustc version 1.54

    428c99d Opened by Daniel Hartig at 2024-01-26 00:36:40 - 1 comment
  4262. Tracking Issue for Cell::as_array_of_cells

    de58c68 Opened by Jack O'Connor at 2024-10-07 16:32:49 - 13 comments
  4263. Track stderr color in UI tests

    9f3faaf Opened by Sasha Pourcelot at 2024-03-18 15:44:00 - 3 comments
  4264. Don’t print a space after an empty struct name with Formatter::debug_struct

    9986144 Opened by EFanZh at 2023-03-30 20:46:13 - 3 comments
  4265. __rust_probestack in binary despite no callers, LTO, and disabling stack-probes.

    26c2c3b Opened by Daniel Axtens at 2024-06-18 04:15:26 - 1 comment
  4266. Panic backtrace doesn't traverse ffi code with panic=abort

    8d514e8 Opened by Mike Hommey at 2025-01-27 13:45:30 - 7 comments
  4267. internal compiler error: encountered incremental compilation error with evaluate_obligation(8f355536e879b1da-8491299baef09943)

    f6c269a Opened by Valentin Buck at 2023-07-04 05:35:12 - 1 comment
  4268. Transmute special-case doesn't take into consideration alignment or enum repr.

    4648859 Opened by Eduard-Mihai Burtescu at 2024-06-18 04:11:02 - 2 comments
  4269. ICE in improper_ctypes lint for specialised associated type default

    8306288 Opened by Juniper Tyree at 2024-05-13 15:33:25 - 3 comments
  4270. Error for self-referential type parameter bounds appears in presumptuous circumstances and is unclear

    e66b23d Opened by Will Toll at 2023-02-12 08:55:34
  4271. Error messages sometimes incorrectly elide dyn Trait lifetimes when dyn Trait is behind an alias

    72d6509 Opened by QuineDot at 2021-08-25 11:24:50 - 1 comment
  4272. Check codegen backends for compatibility with the loading rustc

    3dc9a0a Opened by bjorn3 at 2021-08-25 15:46:54
  4273. No help message for missing const_trait_impl + const_trait_impl

    c6b84d0 Opened by leonardo-m at 2021-08-25 19:18:02
  4274. Tracking Issue for #![feature(c_size_t)] (std::os::raw::c_size_t/std::os::raw::c_ssize_t)

    2ce5616 Opened by Thom Chiovoloni at 2023-11-29 16:56:16 - 27 comments
  4275. internal compiler error: encountered incremental compilation error with item_attrs(ollionline[8a19]::api::_#3::{impl#0}::deserialize::__Field)

    e8676f9 Opened by Brieuc Desoutter at 2023-05-01 10:16:49 - 2 comments
  4276. Tracking Issue for tcplistener_into_incoming

    544d812 Opened by piegames at 2021-08-26 21:43:09
  4277. Wrong (?) [E0631] signature mismatch for function with Fn trait arguments with GAT arguments

    89a7e68 Opened by Tim Zeitz at 2024-09-24 20:59:47 - 8 comments
  4278. False-positive with the unreachable code lint

    41febd4 Opened by bjorn3 at 2024-05-13 15:33:15 - 6 comments
  4279. Potentially confusing error message on trait bounds mismatch

    782f268 Opened by rusty-objects at 2023-11-22 00:29:55 - 1 comment
  4280. unused diagnostics give bad suggestion in the face of unreachable code

    75ce725 Opened by Eric Huss at 2021-08-27 20:09:38
  4281. if ... as T < ... && ... >= ... is treated as const generics

    a53c250 Opened by alianse777 at 2024-02-16 05:29:18 - 6 comments
  4282. Incremental compilation ICE: Found unstable fingerprints for predicates_of(dicom_core[4803]::value::DicomValueType)

    d7badd7 Opened by Eduardo Pinho at 2023-05-01 10:16:54 - 2 comments
  4283. Match does not understand lifetimes of enum variants

    c8f00c5 Opened by James Munns at 2024-04-17 01:29:09 - 3 comments
  4284. 'Unstable' flags should be more descriptive about the state of the flag

    9c81ec5 Opened by UebelAndre at 2022-01-18 21:40:20
  4285. #[should_panic] ignores function-like macros

    d4980c0 Opened by dylni at 2022-07-06 11:21:52 - 3 comments
  4286. Excessive drop glue duplication in vtables can blow up compile times

    4de084f Opened by Jonas Schievink at 2025-02-14 04:04:31 - 3 comments
  4287. 2021 disjoint capture suggestion breaks macro_rules macro

    2b957b7 Opened by Eric Huss at 2021-08-31 18:28:47 - 3 comments
  4288. E0277 (bound not satisfied) for bound on generic associated types when combined with HRTB

    e24c98f Opened by John-John Tedro at 2024-09-24 21:40:54 - 3 comments
  4289. Run tests with compilter_builtins

    6a63818 Opened by jethrogb at 2023-02-15 13:42:28
  4290. internal compiler error: encountered incremental compilation error with predicates_of(core[460f]::cmp::PartialOrd)

    bfa9a06 Opened by Simon Cambier at 2023-05-01 10:17:21 - 3 comments
  4291. Tracking Issue for tcp_linger

    8ca79cd Opened by Ibraheem Ahmed at 2025-03-26 19:28:12 - 4 comments
  4292. Diagnostic suggestions sometimes incorrectly point to external crates

    fadc33e Opened by Eric Huss at 2024-04-08 19:03:47 - 3 comments
  4293. Introducing a GAT parameter leads to a false positive E0207 for another parameter constrained by Fn type

    77eb7c8 Opened by Vladyslav Batyrenko at 2024-09-24 20:59:49 - 2 comments
  4294. No way to get compile-time info from the type of local.

    8f3a72d Opened by Mara Bos at 2024-09-23 13:06:20 - 7 comments
  4295. Tracking Issue for slice_swap_unchecked

    0362fbd Opened by Ibraheem Ahmed at 2022-03-06 17:14:25 - 2 comments
  4296. Cargo test, failed to initiate panic, error 5

    3bb24c2 Opened by Stefano Sferrazza at 2024-01-20 12:01:59 - 12 comments
  4297. [crate locator] Specified --extern crate is not appearing in dep-info (with -Zbinary-dep-depinfo)

    063f07e Opened by David Fang at 2024-07-08 03:00:48 - 1 comment
  4298. Unused function in size-optimized asm

    d8a368d Opened by Simon Vandel Sillesen at 2023-02-25 11:29:47 - 1 comment
  4299. error: linking with cc failed: exit status: 1

    06b2df5 Opened by Frank Steffahn at 2021-09-02 12:38:02 - 8 comments
  4300. _bzhi_u32/_bzhi_u64 has poor codegen without bmi2 feature

    75ab068 Opened by Mahmoud Al-Qudsi at 2022-07-19 00:00:18 - 5 comments
  4301. Multidimensional array compilation takes too much time

    cd5991d Opened by Tnze at 2025-02-14 04:04:32 - 17 comments
  4302. Tracking Issue for int_roundings

    f5c84e7 Opened by Jacob Pratt at 2024-11-23 12:46:35 - 172 comments
  4303. doctests: unhelpful error messages for non-Rust code blocks

    95f131d Opened by Florian Brucker at 2021-09-03 14:16:25
  4304. Clippy suggests an unstable attribute instead of a deprecated one for #[cfg_attr(rustfmt, rustfmt_skip)]

    95b842f Opened by Stéphane Magnenat at 2024-01-25 15:02:03 - 5 comments
  4305. Spurious E0282 'type annotations needed' when other compile errors exist

    0ba5f56 Opened by Kevin Reid at 2023-05-11 17:27:11 - 3 comments
  4306. Diagnostics for unimported decl_macro

    38496b2 Opened by Charles Lew at 2021-09-17 11:27:21 - 2 comments
  4307. Incorrect hint for decl_macro import.

    95d1b50 Opened by Charles Lew at 2021-10-20 22:24:31 - 3 comments
  4308. confusable_idents lint should cover lifetime annotations

    f4a7309 Opened by Trevor Wilson at 2024-05-13 15:33:11 - 2 comments
  4309. rustc doesn't seem to understand ~const bounds on associated types

    8f9f7d8 Opened by Techcable at 2024-12-01 15:03:24 - 2 comments
  4310. Improve Performance in Float Parsing for Decimal Slow-Path Algorithm

    ab4edaf Opened by Alexander Huszagh at 2021-09-09 03:20:04 - 2 comments
  4311. Confusing error message about missing crate dependency in build.rs script

    dd3f45b Opened by Justin Moore at 2021-09-18 14:45:40 - 1 comment
  4312. Rustdoc search feature request: support a "field" item kind filter

    7644bb3 Opened by jade at 2024-09-27 19:08:42 - 5 comments
  4313. Linkchecker tool report failed for a non-English heading in a translation of TRPL

    8442755 Opened by Thinh Nguyen Phuoc at 2025-01-26 17:20:59 - 4 comments
  4314. Unclear introduction of 'static with APIT

    923ba43 Opened by Crystal Durham at 2021-12-27 03:45:04 - 2 comments
  4315. Fails to parse boolean expression of nested match expressions

    9a0de61 Opened by Alexandru Macovei at 2024-02-16 05:29:56 - 3 comments
  4316. f32::MAX_EXP and f64::MAX_EXP are documented incorrectly, and other associated constant woes

    c420ef7 Opened by Orson Peters at 2024-07-03 06:45:43 - 5 comments
  4317. thread_local! dtor registration can pass wrong __dso_handle if dynamically linked

    8556759 Opened by Thom Chiovoloni at 2022-10-27 18:10:49 - 8 comments
  4318. #[doc(cfg(…))] doesn’t work properly with cross-crate re-exports.

    a31da50 Opened by Frank Steffahn at 2022-03-02 19:34:38 - 4 comments
  4319. rustc docs: Re-exported types' implementations are lost

    777c08f Opened by Noah Lev at 2025-01-26 17:05:16 - 4 comments
  4320. Could we point out cases of &'a mut S<'a> that could be re-written to &mut S<'a>?

    100728b Opened by Felix S Klock II at 2021-09-17 02:21:56 - 2 comments
  4321. [aarch64] Running unit tests with codegen-units=1 triggers errors when optimizing with vectorization

    c2726ee Opened by Gabriel at 2024-01-29 01:12:36 - 1 comment
  4322. Port non_fmt_panic help and suggestions to the format error diagnostic

    b319dc5 Opened by Mara Bos at 2021-09-09 16:29:50
  4323. Diagnostics with collect used as slice

    a02889f Opened by Jesse Ruderman at 2022-10-19 07:26:20 - 1 comment
  4324. Tracking Issue for RFC 3123: Scrape code examples from examples/ directory for Rustdoc

    21b9dce Opened by Noah Lev at 2025-03-09 11:50:32 - 45 comments
  4325. Missing MIR optimization: Replace matches with loads if possible

    1310997 Opened by Patrick Walton at 2023-10-08 20:39:50 - 5 comments
  4326. “Fully qualified syntax” seems poorly defined or documented: Type::method is not necessarily fully qualified

    0ecef0e Opened by Chris Morgan at 2025-01-26 16:44:30 - 1 comment
  4327. Improve diagnostics when accidentally making str instead of &str

    ff09b1d Opened by Jesse Ruderman at 2021-09-09 23:14:59
  4328. Closed standard file descriptors don't generate errors anymore on Unix

    b7dae2c Opened by Raphaël Gomès at 2024-01-25 23:40:09 - 9 comments
  4329. Suggest a deref when calling <T as From<&X>::from when impl From<X> for T exists

    c7ef8c3 Opened by Aspen Smith at 2023-07-31 16:56:56 - 1 comment
  4330. Visualization for str is broken in the latest Windows SDK

    21d5fc8 Opened by Wesley Wiser at 2023-04-05 17:43:54 - 1 comment
  4331. Tracking issue for RFC 3119: Rust-lang crate ownership policy

    99e31f2 Opened by Manish Goregaokar at 2024-11-02 10:11:37 - 5 comments
  4332. You can instantiate a dyn Trait that doesn't implement Trait

    66f9a4e Opened by QuineDot at 2024-01-23 23:54:19 - 1 comment
  4333. ensure that the lint level is defined here is always the last note

    8585c79 Opened by Gus Wynn at 2021-09-13 17:51:55 - 1 comment
  4334. already borrowed: BorrowMutError

    8d60366 Opened by Artem Vorotnikov at 2023-10-22 13:24:36 - 1 comment
  4335. Unnecessary stack usage

    14c875a Opened by Artyom Pavlov at 2025-02-14 03:58:28 - 10 comments
  4336. [Known] ICE while executing cargo sqlx prepare

    c98c5c3 Opened by Rakshith Ravi at 2022-01-12 19:08:35 - 1 comment
  4337. mips64-unknown-linux-gnuabi64 rustc unable to produce mips4 binary

    8312453 Opened by Barnabás Virágh at 2021-11-18 11:59:34 - 7 comments
  4338. CI: verify-backported-commits.sh is broken

    d9e5415 Opened by Josh Stone at 2023-04-09 03:59:46 - 2 comments
  4339. Stabilizing Iterator::intersperse breaks a large number of crates

    525e9bf Opened by Mark Rousskov at 2022-11-11 10:03:09 - 14 comments
  4340. Windows builds are not deterministic with --crate-type=bin and path-prefix remapping

    e145add Opened by Dana Jansens at 2024-08-07 01:14:54 - 6 comments
  4341. "-Zbuild_std" produces a broken std on riscv32gc-unknown-linux-gnu

    eb57c15 Opened by Paul Sajna at 2024-11-27 01:14:23 - 9 comments
  4342. No warning for violating AAPCS64

    514fd7e Opened by Jubilee at 2022-03-18 01:05:19
  4343. Suboptimal diagnostic with a missing fn const

    5a16eaf Opened by leonardo-m at 2021-09-16 12:16:19 - 1 comment
  4344. same-crate reexports lose documentation added to cross-crate reexports

    74b59da Opened by Jake Goulding at 2021-11-27 19:43:28 - 7 comments
  4345. Confusing error message for borrow rule mismatch on Result::map

    b49f917 Opened by João Marcos at 2021-10-15 16:43:10 - 1 comment
  4346. Custom Fn* trait implementation doesn't properly fallback from Fn to FnMut, or FnMut to FnOnce

    b3171af Opened by Weiyi Wang at 2024-01-25 14:21:45
  4347. Unclear documentation around HashMap iteration order

    0de2c55 Opened by Valentin at 2025-01-26 17:20:29 - 10 comments
  4348. Better diagnostics for out-of-scope traits

    b39a2e5 Opened by Tony Arcieri at 2021-09-17 19:59:21 - 1 comment
  4349. Add a suggestion to make inaccessible items accessible

    3fe8909 Opened by FabianWolff at 2021-09-17 22:25:44
  4350. Drop support for FreeBSD 10 and 11 from std

    0d2dfc6 Opened by Alan Somers at 2024-10-19 23:41:38 - 53 comments
  4351. Suggest implementing more traits for array type itself instead of using the traits of slice type

    818287a Opened by Sky Fan at 2024-12-21 04:57:19 - 2 comments
  4352. Conditionally add stdlib APIs based on edition?

    2c85575 Opened by Alex Saveau at 2023-03-30 21:22:54 - 2 comments
  4353. Tracking Issue for "jump to definition"

    26cb000 Opened by Guillaume Gomez at 2024-11-10 20:04:14 - 3 comments
  4354. {f32,f64}::DIGITS is misleading

    c6a4375 Opened by Jubilee at 2022-02-23 13:45:36 - 7 comments
  4355. Compiler panic on rustlings exercise standard_library_types/box1.rs

    9f16ea1 Opened by thewithz at 2023-09-10 13:39:07 - 9 comments
  4356. Documentation for fetch_update talks about success and failure orderings, but the arguments are for fetch and store orderings

    a5d81af Opened by Simonas Kazlauskas at 2021-09-20 13:41:34
  4357. Redundant RefUnwindSafe impls (and other auto trait impls) listed in standard library docs for some primitive types.

    a8ff27e Opened by Frank Steffahn at 2021-10-18 17:05:12
  4358. Clean up handling of SelectionContext 'intercrate' mode

    1c3b73e Opened by Aaron Hill at 2023-04-05 17:39:50
  4359. Compiler error for improper syntax on trait-bounding lacks proper direction

    7f033d6 Opened by Evan Carroll at 2023-04-05 17:29:45 - 3 comments
  4360. Tracking Issue for RFC: Supertrait Item Shadowing

    2007113 Opened by Felix S Klock II at 2025-03-04 08:51:38 - 12 comments
  4361. Confusing trait bound error with impl parameter

    120eeea Opened by Anton at 2021-09-21 17:21:55
  4362. Use LLVM's externally_available linkage for inline functions

    e1ea4c3 Opened by bjorn3 at 2024-06-04 14:05:24 - 1 comment
  4363. Type mismatch errors in a inferrence context could provide more information about how a type is inferred

    0a6200f Opened by Nathan West at 2021-09-24 10:15:00 - 2 comments
  4364. io::ErrorKind should suggest c&p current list of kinds into test cases

    4b5a155 Opened by Ian Jackson at 2021-09-22 14:54:36 - 1 comment
  4365. rustdoc: Re-exported impls render all bounds as where clauses, regardless of source appearance

    3825f2a Opened by Noah Lev at 2024-02-28 15:31:24 - 4 comments
  4366. Confusing note "use occurs due to use in closure"

    86c11de Opened by Noah Lev at 2024-02-16 05:26:04 - 2 comments
  4367. HRTB bounds not resolving correctly (take 2)

    fe40006 Opened by Manish Goregaokar at 2024-12-21 05:08:11 - 20 comments
  4368. Adding a needless .into should produce a better error.

    968ae6d Opened by Evan Carroll at 2021-09-23 16:38:08 - 1 comment
  4369. Unsatisfied HRTBs cause the compiler to suggest adding impossible bounds

    6a2cb57 Opened by Giacomo Stevanato at 2024-09-24 21:38:43
  4370. Can't automatically convert references to trait objects if target type is behind a generic parameter

    3dfd04f Opened by Sebastian Dröge at 2024-12-21 05:46:20 - 2 comments
  4371. LLVM ERROR: Unsupported expression in static initializer (On macOS)

    e608e00 Opened by Justus Polzin at 2025-02-14 04:03:28 - 5 comments
  4372. Test src\test\rustdoc\macro-document-private-duplicate.rs fails spuriously

    c1e40cc Opened by Vadim Petrochenkov at 2021-10-18 17:38:51 - 2 comments
  4373. Associated constants inside array repeat expression don't use implied bounds from impl header during well-formedness checking

    32ef58e Opened by Varun Gandhi at 2024-12-29 15:50:13 - 6 comments
  4374. Improve error messages for borrowing in match arms

    4b3adef Opened by Vladimir Kurilin at 2021-09-25 14:05:43 - 1 comment
  4375. Cannot infer type for [], but only when serde_json is used (?)

    a193ccc Opened by Mara Bos at 2023-08-14 14:38:33 - 5 comments
  4376. E0446 Doesn't Trigger For Types In Private Modules

    f27392f Opened by Daniel at 2024-12-21 04:47:37 - 3 comments
  4377. Possible false positive “temporary value dropped while borrowed” error

    bdfa575 Opened by EFanZh at 2021-12-27 03:41:19 - 8 comments
  4378. -Zpanic-in-drop=abort for rustc + tools

    e144409 Opened by Mark Rousskov at 2025-02-14 04:04:32 - 3 comments
  4379. Optimize codegen scheduling

    9e01585 Opened by Timothy Maloney at 2023-03-30 21:24:43 - 4 comments
  4380. Unsizing coercions apply in an inconvenient order with respect to constructor calls.

    2e65b25 Opened by Steven Fackler at 2021-10-01 12:07:30 - 3 comments
  4381. Continue compilation after disk full results in panic

    5173b97 Opened by iacore at 2022-01-17 17:01:15 - 2 comments
  4382. Uniquely identify CGU's and accurately track their size and merges

    740e4cf Opened by Timothy Maloney at 2023-02-20 12:51:23 - 6 comments
  4383. Diagnostics in FFI use recommend users to cast to i/u8 instead of the appropriate c_char

    cfaa926 Opened by Florian Gilcher at 2021-09-28 15:35:59 - 1 comment
  4384. Silence missing _ in implementation for items that was suggested to change

    2a3d74e Opened by Hirochika Matsumoto at 2021-09-28 16:07:46 - 1 comment
  4385. Type inference cannot propagate through map combinator

    65065f5 Opened by Jakub Beránek at 2024-05-23 18:52:23 - 3 comments
  4386. Panics in procedural macros can lead to hundreds of unrelated resolution errors

    5637e91 Opened by Alex Crichton at 2021-09-29 16:02:00
  4387. Tracking issue for try_array_from_fn

    4550ae7 Opened by Caio at 2024-05-27 21:12:26 - 23 comments
  4388. Several trivial Vec<T> methods (deref, as_ref, etc) end up in compiled output when optimizing for size.

    2cceed5 Opened by Thom Chiovoloni at 2023-04-05 17:34:35 - 7 comments
  4389. Can't fail a test with my custom error message without the panic boilerplate

    a0cb47e Opened by Aram Drevekenin at 2024-04-17 01:37:28 - 1 comment
  4390. Implement "intersection lifetimes" to improve diagnostics and accept rare impl trait cases

    88893ab Opened by Oli Scherer at 2023-04-05 17:29:46
  4391. Function with impossible-to-satisfy higher-ranked bound triggers error when a closure is present

    96e790b Opened by Aaron Hill at 2024-09-24 22:44:37
  4392. "Trait bounds were not satisfied" errors when inference is bailing

    c776879 Opened by Manish Goregaokar at 2024-01-27 00:50:46 - 15 comments
  4393. Unrelated generic parameter causes "unconstrained generic constant"

    bcdc979 Opened by Marko Mijalkovic at 2023-03-04 23:33:54 - 3 comments
  4394. Tracking Issue for -Z remap-cwd-prefix

    26b833e Opened by Eric Huss at 2025-03-23 12:26:46 - 3 comments
  4395. Trait impls on type alias aren't documented on their underlying type

    a7d0836 Opened by Alona Enraght-Moony at 2022-01-31 23:19:36 - 3 comments
  4396. Performance pitfall and regression around closures in Rust 2021

    fd923b6 Opened by Christopher Serr at 2023-08-28 08:19:03 - 11 comments
  4397. m68k-unknown-linux-gnu: can't compile functions with certain return types

    8071b8a Opened by AnnikaCodes at 2024-11-05 07:51:49 - 51 comments
  4398. Where bounds with associated types equality cause overflow.

    ab9167f Opened by Michal Jireš at 2022-12-16 15:24:24 - 13 comments
  4399. #[marker]: overlapping impls misinteract with lifetimes

    1fe6df4 Opened by Daniel Henry-Mantilla at 2024-09-22 18:42:49 - 3 comments
  4400. Tracking Issue for #![feature(unix_file_vectored_at)]

    9ec7231 Opened by Alphyr at 2021-10-04 11:28:52 - 1 comment
  4401. Type mismatch error on associated type as array type in trait bound

    a75ab62 Opened by b-naber at 2024-12-21 04:57:20 - 1 comment
  4402. "Automatically" implemented traits do not display implementors (or as implemented traits) in rustdoc

    a809515 Opened by Simonas Kazlauskas at 2021-10-18 22:42:01 - 2 comments
  4403. Tracking Issue for #![feature(non_exhaustive_omitted_patterns_lint)]

    df097be Opened by Nadrieril at 2025-01-05 21:21:16 - 22 comments
  4404. Diagnostics: suggest a for<'a> bound where possible

    6067064 Opened by Yosh at 2024-02-16 05:18:19 - 3 comments
  4405. New must_not_suspend lint triggers even when value has been moved

    311c376 Opened by Jonas Platte at 2021-10-18 15:56:12 - 8 comments
  4406. SIGSEGV: invalid memory reference, cross-compiling macOS -> aarch64-unknown-none-softfloat when opt-level = 0

    b22b472 Opened by Matthias Schmidt at 2023-03-03 22:45:28 - 6 comments
  4407. Diagnostics: confusing terminology when moves occur due to ? operator

    6413d4a Opened by Benjamin Sago at 2021-10-05 17:47:21 - 1 comment
  4408. 1.53.0 broke ui/consts/const-eval/ub-*.rs tests on s390x (big-endian, 64-bit) (regression)

    3b8836a Opened by Ximin Luo at 2021-10-11 03:49:29 - 6 comments
  4409. Tracking Issue for shuffle and shuffle-seed

    eb8a5c2 Opened by Samuel Moelius at 2021-10-08 14:43:09 - 1 comment
  4410. Warn if feature settings may break compilation

    075ef29 Opened by Jubilee at 2024-12-21 04:47:37 - 8 comments
  4411. Suggestion for a typoed crate or module results in compile error

    23dea6c Opened by Takayuki Maeda at 2023-08-03 10:53:49 - 3 comments
  4412. 1.53.0 causes {rc,arc}::shared_from_iter_normal to hang on powerpc, powerpc64 (regression)

    32be57e Opened by Ximin Luo at 2025-02-18 08:33:04 - 2 comments
  4413. Type-alias cycle reporting could be improved if aliased type is already in scope

    a6bd165 Opened by Jashank Jeremy at 2021-10-07 02:39:46
  4414. Undefined reference to getauxval in function init_have_lse_atomics when compiling to nightly aarch64-unknown-linux-musl

    e75f152 Opened by XAMPPRocky at 2024-11-14 14:53:29 - 41 comments
  4415. Weird error messages using GATs: cannot satisfy <Self as Trait<'b>>::Assoc<'a> == '_?

    cd381ca Opened by Timothée Haudebourg at 2024-09-24 21:05:49 - 1 comment
  4416. Type inference problems during method probing

    2e5feb9 Opened by b-naber at 2023-12-20 05:22:15
  4417. Tracking Issue for LLVM Control Flow Integrity (CFI) Support for Rust

    2606d1b Opened by Ramon de C Valle at 2024-04-08 04:06:09 - 34 comments
  4418. Confusing interaction between associated types, async fn and impl Future

    04956b1 Opened by Joe Doyle at 2024-02-26 16:59:18 - 2 comments
  4419. Associated functions of generic types are not static

    c546f5b Opened by Cameron Steffen at 2024-07-07 06:16:16 - 3 comments
  4420. No "consider borrowing here" suggestion for method on complex trait bound

    28bb163 Opened by Alice Cecile at 2021-10-08 19:46:08
  4421. Unhelpful error message for malformed Bevy Query type parameters

    8e88959 Opened by Alice Cecile at 2025-02-11 23:58:22
  4422. Bevy malformed system errors are extremely unhelpful due to macro-magic

    36c23ea Opened by Alice Cecile at 2021-10-09 12:02:00 - 1 comment
  4423. Debuginfo for windows-msvc treats () as tuple$<>

    e4d43f6 Opened by Wesley Wiser at 2023-04-05 17:43:55
  4424. slice::rotate_left/right is not simplified for compile-time-constant small rotates

    1665839 Opened by Ben Kimock at 2025-02-14 03:58:28 - 8 comments
  4425. x.py clippy doesn't work on Windows

    0e73e21 Opened by Clemens Wasser at 2023-04-27 03:47:30 - 4 comments
  4426. False-positive dead_code warning for code only used in compile-time assertions

    f5aa9d0 Opened by max at 2021-10-12 10:48:49
  4427. Unhelpful (misleading?) diagnostic when a type that must implement 'static bound and Iterator trait are conflicting requirements.

    acb7f2e Opened by William D. Jones at 2021-10-10 04:56:44 - 1 comment
  4428. Enhance E0463 "can't find crate" error message by hints indicating the starting point of a path to a solution.

    7859255 Opened by Lewin Probst, M.Sc. at 2021-10-17 00:16:16 - 1 comment
  4429. 1.55.0 segfault compiling stage1 rustc_codegen_llvm on powerpc64le

    ca2efa3 Opened by Ximin Luo at 2021-10-13 22:02:11 - 22 comments
  4430. Rust program using Linux C library links but fails to run

    1747fa6 Opened by LukeMauldin at 2023-12-25 16:17:35 - 1 comment
  4431. Confusing/unhelpful errors trying to map over a tree structure

    bb32eca Opened by Nelson Elhage at 2023-08-14 14:36:55 - 2 comments
  4432. Tracking Issue for slice_from_ptr_range

    e029d51 Opened by Ibraheem Ahmed at 2022-10-02 12:31:02 - 5 comments
  4433. Converting from Vec<&str> to &[&str] provides little output.

    b436ccc Opened by Evan Carroll at 2022-10-19 06:53:27 - 2 comments
  4434. Help Diagnostic For explicit lifetime name needed here

    b6e31c3 Opened by Joseph T. Lyons at 2021-10-12 23:20:31 - 1 comment
  4435. RwLock is UnwindSafe despite not poisoning on read(), can cause broken invariants

    0d6d3cd Opened by Lily Ballard at 2024-08-09 14:55:54 - 3 comments
  4436. False positive of unreachable code in tuple expressions with side effects

    24c4f7c Opened by 包布丁 at 2021-10-13 12:16:21 - 1 comment
  4437. error[E0713] unexpectedly disappeared between 1.52 and 1.53

    2c060ff Opened by Tamme Schichler at 2021-10-14 11:58:42 - 7 comments
  4438. rustdoc now makes it hard to examine trait implementation documentation, starting from the trait

    e362b7d Opened by Kevin Reid at 2021-10-14 08:17:19 - 2 comments
  4439. where clause hides f64: Div<f64> impl

    5cc9296 Opened by Mara Bos at 2021-10-17 01:27:44 - 4 comments
  4440. Reproducible build run-make tests fails if -C debuginfo=2 (on Linux this time)

    15c7f54 Opened by Felix S Klock II at 2024-08-07 01:50:07 - 7 comments
  4441. Consider dynamically link to libgcc_s when targeting windows-gnu

    f6c9505 Opened by Yuyi Wang at 2023-03-21 17:55:36 - 4 comments
  4442. Rust complains about mismatched types, but the types are identical

    6c068e8 Opened by Jim Blandy at 2024-02-16 05:04:52 - 5 comments
  4443. By-reference variables in closures may have wrong aliasing information

    af1922f Opened by Kornel at 2024-01-25 22:54:16
  4444. improve diagnostic for passing sub-array instead of slice

    9037410 Opened by qutesy at 2021-10-16 04:39:22
  4445. Some normalisations during MIR opts may be unnecessary

    a421643 Opened by Camille Gillot at 2024-05-29 04:13:49
  4446. SpecExtend for TrustedLen is unsound

    499b8a4 Opened by lcnr at 2022-10-01 17:00:12 - 8 comments
  4447. Fully-qualifying a From::from call adds an implicit reborrow that is not inferred otherwise

    70ae001 Opened by Noah Lev at 2024-12-21 05:08:11 - 3 comments
  4448. Support separate PDB with MSVC staticlib

    1cfe332 Opened by joverwey at 2024-12-23 12:02:50 - 2 comments
  4449. Incomplete/confusing description of unsatisfied trait bounds on function (plotters)

    396f553 Opened by William D. Jones at 2021-10-17 04:05:36
  4450. Confusing: Implementation of FnOnce is not general enough

    2a9199d Opened by Alice Ryhl at 2024-10-11 20:34:25 - 11 comments
  4451. Trailing whitespace in errors

    bdc84de Opened by Wooster at 2021-10-17 13:15:01 - 1 comment
  4452. Pin can't borrow multiple fields mutable (even if type implements Unpin).

    a6627e5 Opened by Matthias Kaak at 2024-07-30 14:04:07 - 2 comments
  4453. Latest parallel compiler ICEs on large crates - attempt to steal from stolen value

    21c02c3 Opened by Thomas B at 2023-05-15 04:13:02 - 1 comment
  4454. assert_receiver_is_total_eq not implemented for const usage

    222bd43 Opened by leonardo-m at 2024-12-01 15:03:24 - 4 comments
  4455. No warning on trivially unreachable code

    c182df8 Opened by liamwhite at 2021-10-24 03:59:32 - 3 comments
  4456. rustc 1.56.0 : double free on OpenBSD sparc64

    9bbdf02 Opened by Sebastien Marie at 2021-10-31 14:30:19 - 7 comments
  4457. impl FusedIterator for Cycle<I> is incorrect

    7ba1032 Opened by beef at 2021-10-21 23:17:42 - 3 comments
  4458. LLVM ERROR: Do not know how to split the result of this operator!

    b50175e Opened by Mike Hommey at 2023-04-05 17:34:37 - 5 comments
  4459. Coalesce inherent implementations with the same parameters

    ec8d12e Opened by Jacob Hoffman-Andrews at 2021-10-23 17:41:29 - 4 comments
  4460. Tracking Issue for split_array

    e3d5446 Opened by jethrogb at 2024-01-21 07:11:51 - 40 comments
  4461. feature(destructuring_assignment) suggested errorneously

    0b4a018 Opened by moxian at 2021-11-07 07:11:26 - 8 comments
  4462. rustc --emit=dep-info -Zbinary-dep-depinfo -C prefer-dynamic=yes misses .so input dep

    f2c3823 Opened by David Fang at 2024-11-12 09:43:05 - 2 comments
  4463. Detect duplicate trait bounds

    04d4753 Opened by pierwill at 2024-12-21 04:46:16 - 5 comments
  4464. Rustc doesn't provide suggestions on typo'd trait functions

    649deae Opened by Edward Shen at 2021-10-20 20:21:07 - 1 comment
  4465. Error patterns in UI tests do not allow normalized placeholders

    7515c46 Opened by pierwill at 2023-02-20 12:50:39 - 1 comment
  4466. Bounds on associated types are not explained

    0e808c6 Opened by Sebastian Schmidt at 2024-11-21 10:47:23
  4467. "one type is more general than the other" with async, generics, Send, and lifetime bounds

    a55a052 Opened by Duarte Nunes at 2023-02-12 05:43:38 - 1 comment
  4468. Suggest 2021 edition upgrade on attempt to use disjoint capture

    f9af5a9 Opened by Jesse Ruderman at 2021-10-23 01:48:07 - 2 comments
  4469. Tracking Issue for error::Report

    b35fbaf Opened by Sean Chen at 2022-09-04 01:43:15 - 6 comments
  4470. Rework reservation impls into an Ambiguous trait

    6dfdd44 Opened by Niko Matsakis at 2021-10-23 12:49:17 - 2 comments
  4471. References to local variables are considered to need dropping if a local variable does

    a96ebe0 Opened by Tomasz Miąsko at 2024-12-01 15:03:24 - 1 comment
  4472. Some valid IPv4 addresses are not parsed by Ipv4Addr::from_str()

    1952e1a Opened by linkmauve at 2025-03-13 11:46:59 - 7 comments
  4473. Recursive rustc error not solved by #89576 - error[E0275]: overflow evaluating the requirement &HashSet<_, _>: std::ops::Sub

    3551a9c Opened by Andy Bailey at 2024-12-21 04:57:20 - 1 comment
  4474. Non-deterministic overflow in rustc-rayon-core causing CI failures

    9d312d3 Opened by Hans Kratz at 2024-03-18 16:03:30 - 12 comments
  4475. Range's Debug implementation misbehaves with formatting

    e6fbcdf Opened by Jani Mustonen at 2024-01-24 00:15:18
  4476. Harmonize colors for prose headings

    e400007 Opened by Jacob Hoffman-Andrews at 2021-10-31 17:15:11 - 9 comments
  4477. E0623 Lifetime elision error emitted twice

    80e9b5f Opened by nora at 2021-10-25 06:06:42
  4478. Problem with type inference

    55d1348 Opened by Svetlin Zarev at 2024-04-17 01:32:36 - 7 comments
  4479. [ER] Add searches with steps growing exponentially or sub-exponentially to stdlib

    9555f5d Opened by leonardo-m at 2023-02-20 10:00:17
  4480. Rustc passes syntactically invalid input to attribute macros

    9c8123e Opened by David Tolnay at 2023-04-14 14:15:35 - 6 comments
  4481. Fix negative traits coherence checks compile error message for type aliases

    f2f6909 Opened by Santiago Pastorino at 2023-03-14 07:33:28 - 1 comment
  4482. Tracking Issue for -Z no-unique-section-names

    629c67b Opened by Javier Blazquez at 2025-03-23 12:36:52 - 2 comments
  4483. Add obligation cause code for function call trait bounds

    1122451 Opened by Michael Howell at 2021-10-26 23:40:49
  4484. Tests do not capture stdout of foreign threads

    ff1e138 Opened by John Starks at 2024-04-17 01:39:03 - 2 comments
  4485. Detect heterogeneous generic recursion usage pre-monomorphization

    fb04d0b Opened by scottmcm at 2021-10-26 14:14:24 - 3 comments
  4486. staticlib + sancov + full LTO fails with 1.56

    e9f4370 Opened by Mike Hommey at 2022-02-25 05:44:59 - 5 comments
  4487. 'rustc' panicked at 'Found unstable fingerprints for evaluate_obligation(afe5a72796064009-bb93b44d6fc03c8c): Ok(EvaluatedToOkModuloRegions)'

    ea473de Opened by Adam at 2024-04-19 16:33:25 - 1 comment
  4488. Make untracked incr. comp. information inaccessible

    b727d63 Opened by Camille Gillot at 2023-04-05 17:42:32 - 20 comments
  4489. feature(generic_const_exprs) / cycle detected when building an abstract representation for the const argument

    27091e9 Opened by Michael Amrhein at 2024-01-30 23:20:10
  4490. rustdoc: Increased impl header size makes section icon cramped

    6fbed89 Opened by Noah Lev at 2021-10-27 03:43:11 - 3 comments
  4491. Missing add #![feature(const_trait_impl)] help message

    f6182ce Opened by leonardo-m at 2021-10-27 20:14:49 - 1 comment
  4492. Consolidate unused warnings into one diagnostic

    67248c4 Opened by Will Brickner at 2021-10-28 22:42:19 - 4 comments
  4493. Comparing &[u8] is ~3x slower on Windows

    2ba007d Opened by Ben Kimock at 2025-02-14 03:58:29 - 10 comments
  4494. 2021 edition's binding to sub-pattern doesn't work on enum with copyable fields

    e3241bd Opened by Jason Heeris at 2023-04-26 04:03:55 - 1 comment
  4495. Derive on a struct with missing field types reports trait bound error

    8c981dd Opened by Lokathor at 2021-10-28 14:52:14
  4496. openindiana filename confusion for '*-x86_64-sun-solaris.tar.xz'

    0a0d327 Opened by 3eka at 2024-11-12 09:44:54 - 16 comments
  4497. Tracking issue for #![feature(rustdoc_internals)]

    9f13f90 Opened by Guillaume Gomez at 2024-03-02 05:58:45 - 1 comment
  4498. Followup from #83174

    4f8a60c Opened by Noah Lev at 2025-01-25 03:16:38 - 7 comments
  4499. Missing build warning "temporary_string_as_ptr" when String is used with "as_ptr" on one line

    fe97641 Opened by Jaromir Obr at 2024-12-21 04:46:16 - 2 comments
  4500. [ER] Suggest X::from() instead of "as" where possible

    9b99e9e Opened by leonardo-m at 2021-11-16 20:55:01 - 4 comments
  4501. Confusing diagnostic when using IndexMut on an &mut Type with IndexMut defined for both Type and &mut Type

    df3b2ee Opened by Starwort at 2021-11-01 14:31:40
  4502. ICE compiling liballoc with -Z randomize-layout in effect

    dfc0ffb Opened by Connor Horman at 2024-10-13 21:13:52 - 2 comments
  4503. hidden_unicode_codepoints.rs interacts oddly with Firefox Inspector

    3af8baf Opened by Felix S Klock II at 2021-11-02 18:13:08 - 1 comment
  4504. The carry in signed carrying_mul on integers should be unsigned

    54e2cf4 Opened by Donny Zimmanck at 2024-01-24 09:45:22 - 4 comments
  4505. rustdoc doc_auto_cfg incorrectly picks up cfg's

    cc36fbb Opened by Mark Rousskov at 2021-12-03 19:49:44 - 21 comments
  4506. Hint proposal for unused assignment warning

    e57efb6 Opened by Remi Thebault at 2021-11-02 22:28:53 - 3 comments
  4507. perf regression for doc generation from rollup 90416

    ead7b25 Opened by Felix S Klock II at 2025-02-14 03:58:29 - 6 comments
  4508. coercions perf benchmark regressed by 3% to 14% after bidi lint addition

    9085f38 Opened by Felix S Klock II at 2025-02-14 03:58:30 - 4 comments
  4509. BTreeMap/Set don't have debug visualizers

    ff7eb05 Opened by Dan Rose at 2024-12-23 12:00:22 - 12 comments
  4510. Profile-Guided Optimization fail to compile with segmentation fault

    2ca3174 Opened by Fuyin at 2023-04-05 17:34:37 - 9 comments
  4511. Warn if no-op let _ = x statement is used

    8719729 Opened by Sebastian Dröge at 2021-11-16 01:40:32 - 3 comments
  4512. unconditional_panic lint getting recognized in code that actually panics condtionally

    303fb8d Opened by Moja at 2024-12-21 04:46:16 - 8 comments
  4513. Using dylib as dependency without -Cprefer-dynamic doesn't work

    dbd0f99 Opened by bjorn3 at 2023-06-27 14:14:08 - 8 comments
  4514. Misplaced suggestion for missing generic parameter in macro invocation

    26f2fb4 Opened by Aurorans Solis at 2021-11-04 09:07:10
  4515. "found unstable fingerprints for predicates_of(core[3998]::marker::Freeze)" using trybuild

    347ee7f Opened by Erlend Langseth at 2023-10-23 13:30:00 - 3 comments
  4516. rustdoc: trait implementation is missing

    56a0509 Opened by cynecx at 2024-12-21 04:57:21
  4517. HRTB with GAT behaving differently in associated type bound vs where clause

    98efd4c Opened by Malthe Sebro Rasmussen at 2024-09-24 21:40:55 - 1 comment
  4518. Conflicting implementations error despite bound preventing conflict

    f7b0fc3 Opened by Diggory Hardy at 2025-04-10 17:55:59
  4519. Tracking Issue for std::arch::wasm64

    ff0d343 Opened by Amanieu d'Antras at 2022-08-09 23:17:23 - 6 comments
  4520. "lifetime 'static required" - poor diagnostics

    e5c2f3a Opened by Lucas Kent at 2021-11-13 07:22:08 - 4 comments
  4521. [ER] Boxed array conversion function

    e3f7dfb Opened by leonardo-m at 2023-03-07 05:29:40
  4522. Better error for re-borrowing &'static mut member from struct as &'static

    6bca1e9 Opened by Georg Brandl at 2021-11-05 18:54:19 - 1 comment
  4523. Better error message when OpenOptions lacks either .append() or .write()

    b5ebbe3 Opened by Chris Cleveland at 2023-02-15 16:57:03 - 1 comment
  4524. Request: standard library function/type/whatever to parse utf-8 from an iterator

    5a5d08c Opened by Lokathor at 2023-04-29 04:41:14 - 5 comments
  4525. "one type is more general than the other" error that appears to expect and find the same type

    95f1a32 Opened by Andrew at 2024-01-31 11:22:55 - 1 comment
  4526. Constraining impl on const arguments doesn't provide enough context

    6362140 Opened by Esteban Kuber at 2021-11-06 21:53:15
  4527. Error message for non-fully-qualified method lookup does not contain helpful information related to auto traits.

    69ebadb Opened by Ben Reeves at 2025-03-07 19:29:59 - 3 comments
  4528. Diagnostic forgets about transitive trait bounds when there are multiple candidate impls.

    594d027 Opened by Ben Reeves at 2023-03-14 07:33:29 - 9 comments
  4529. rustbuild: x.py fmt src/tools/rustfmt doesn't format code in the rustfmt subtree

    e7721b6 Opened by Vadim Petrochenkov at 2023-07-26 19:22:46 - 19 comments
  4530. Duplicated error messages

    2a4e3dc Opened by Georg Semmler at 2021-11-13 02:10:49
  4531. Problem with GATs, async, and Send-bounds

    5f60d7c Opened by Jan Behrens at 2024-09-24 20:59:50 - 12 comments
  4532. destructuring_assignment fails to optimize code as well as mem::swap

    6ce99b9 Opened by Alex Veber at 2021-11-11 15:17:02
  4533. Can't get gdb-usable debuginfo for MSVC-like target

    00eb915 Opened by Kosmas Raptis at 2023-10-25 21:38:26 - 5 comments
  4534. Seemingly equivalent GAT trait implementations behave differently

    4e5e894 Opened by Petros Angelatos at 2024-09-24 20:59:50 - 3 comments
  4535. Can I create and use a *mut to an uninitialized local?

    0298971 Opened by Dylan MacKenzie at 2021-11-13 20:14:00 - 10 comments
  4536. Confusing diagnostic for iterators lifetimes with Drop and chain()

    5ce041b Opened by Benjamin Bouvier at 2021-11-09 18:01:05
  4537. Tracking Issue for CommandExt::groups

    512ad71 Opened by Josh Stone at 2024-03-23 05:37:05 - 3 comments
  4538. Tracking Issue for proc_macro_expand

    c75dec8 Opened by Nika Layzell at 2025-02-12 21:00:23 - 8 comments
  4539. Support filtering out dependency source code from coverage counters

    6343462 Opened by xd009642 at 2023-04-26 02:57:14 - 2 comments
  4540. rustdoc: Encapsulate "clean generics before args" ordering requirement in a function

    8d95656 Opened by Noah Lev at 2021-11-10 20:09:59 - 3 comments
  4541. rustdoc: Refactor get_all_types so args is fully shared between loop iterations

    0deba00 Opened by Noah Lev at 2022-03-03 05:26:46 - 3 comments
  4542. Tests do not capture stdout() / stderr()

    6d3ad3e Opened by Alex Khouderchah at 2024-06-14 15:52:40 - 10 comments
  4543. When try_from argument isn't borrowed but should be, the compiler doesn't suggest borrowing

    8858a65 Opened by Henri Sivonen at 2021-11-11 12:58:27
  4544. rustdoc: Incorrect parsing of links followed by parens

    f61ce53 Opened by Lily Ballard at 2021-12-19 19:17:09 - 9 comments
  4545. rustc SIGSEGV on asm macro when no more registers are availaible

    9f8e507 Opened by Mary Guillemard at 2024-12-14 16:30:59 - 7 comments
  4546. Wrong where Self: 'a GAT bound suggested

    5ee77a7 Opened by Bram van den Heuvel at 2024-09-24 20:59:51 - 4 comments
  4547. Cycle detected when computing whether impls specialize one another, across crate boundaries

    6aff570 Opened by Patrick Gu at 2024-01-25 15:45:03 - 7 comments
  4548. Cargo: Target may not be installed notes should include which rust version it regards

    a6e0fd4 Opened by TotalKrill at 2023-02-11 09:26:44 - 1 comment
  4549. Use of .await in 2015 edition prints one error per use

    9ad1d3a Opened by Esteban Kuber at 2025-02-11 23:59:32
  4550. Tracking Issue for #![feature(downcast_unchecked)]

    910f40b Opened by Ibraheem Ahmed at 2025-03-24 18:20:16 - 19 comments
  4551. HashMap::from_iter doesn't compile without explicitly supplying the hasher

    6df2420 Opened by Hrvoje Nikšić at 2024-05-07 07:12:15 - 3 comments
  4552. Bad value for target-cpu has spammy and confusing error output

    fabd11f Opened by Ryan Lopopolo at 2023-08-01 19:11:28 - 3 comments
  4553. Compiler panic on any cargo run/build

    04cb7d0 Opened by AALOUAOUI Khalid at 2023-10-22 13:26:53 - 4 comments
  4554. Method resolution can be influenced in unexpected ways by external crates.

    d641ccf Opened by Frank Steffahn at 2023-05-05 05:31:45 - 9 comments
  4555. NLL diagnostics should only name lifetimes when there is more than one lifetime in the error.

    02e3806 Opened by Lucas Kent at 2021-11-15 04:50:05 - 1 comment
  4556. Error during the tests for rustdoc-themes (error while loading libtest)

    23a5718 Opened by Alberto Planas at 2021-11-20 02:14:39 - 1 comment
  4557. rustdoc: improve searching for duplicate functions of generic types

    97e3833 Opened by Caleb Zulawski at 2021-11-15 19:17:08
  4558. must_not_suspend should trigger for temporary in match expression (but does not)

    681f519 Opened by qutesy at 2021-11-29 16:52:05 - 2 comments
  4559. HRTB bounds not resolving correctly (take 3, lifetimes on the RHS)

    8f3c95a Opened by Manish Goregaokar at 2024-09-24 21:40:56 - 7 comments
  4560. Tracking Issue for RFC #2972: Constrained Naked Functions

    0075e42 Opened by Niko Matsakis at 2025-03-05 19:58:05 - 99 comments
  4561. Macos TLS not giving the struct requested alignment?

    ee4c6f1 Opened by bluss at 2022-01-21 23:11:51 - 4 comments
  4562. User-created 'core' crate confusingly shadows std 'core' crate

    68700d1 Opened by Rob Jellinghaus at 2021-11-18 15:58:01 - 1 comment
  4563. Weird codegen (missed optimization) with str::strip_suffix

    eab607b Opened by Mike Hommey at 2023-04-05 17:34:39 - 2 comments
  4564. E0432 on lack of entry in [build-dependencies]

    8d845b1 Opened by Marcin Dąbrowski at 2023-01-19 13:06:48 - 1 comment
  4565. Tracking Issue for const checked slice to str conversions

    a4f9f5b Opened by waffle at 2025-02-11 16:25:46 - 9 comments
  4566. black_box(&x) prevents emitting a constant return value, but it shouldn't

    f2bbd4b Opened by beef at 2025-01-04 09:58:32 - 9 comments
  4567. wasm32-unknown-unknown stuck in infinite loop when compiling fluent-bundle at opt-level=3

    38a5ee0 Opened by Jonathan Chan Kwan Yin at 2022-12-11 09:57:53 - 4 comments
  4568. Safe function MIR reads discriminant of moved-out local

    07ed31f Opened by Ralf Jung at 2023-01-31 16:07:44 - 25 comments
  4569. MaybeUninit::fill_slice

    1a94fbc Opened by Stepan Koltsov at 2021-11-20 02:32:00 - 1 comment
  4570. Improve diagnostics of calling unimplemented trait method if a different one of same name is in scope

    0bc521e Opened by Martin Habovštiak at 2021-11-28 13:32:03 - 3 comments
  4571. -Ccontrol-flow-guard should raise an error on unsupported platforms

    0c084c9 Opened by Simonas Kazlauskas at 2021-11-20 02:29:31 - 1 comment
  4572. Suggestion for add-assigning chars to u32 could be improved

    c973c95 Opened by VoleurVolant at 2023-11-19 18:15:17 - 12 comments
  4573. Allow unused arguments for trait methods with default implementations

    0882f3f Opened by Martin Fischer at 2023-04-11 15:51:18 - 1 comment
  4574. Don't include headings in search summary

    079342e Opened by Jacob Hoffman-Andrews at 2025-02-03 05:29:03 - 7 comments
  4575. Tracking Issue for float_minimum_maximum

    083d6e4 Opened by Urgau at 2025-02-25 01:07:38 - 35 comments
  4576. Decide on when MIR Discriminant() operation is UB

    701872f Opened by Ralf Jung at 2022-03-04 21:39:09 - 16 comments
  4577. "type annotations needed" in closure hints at suboptimal fix

    3ae8757 Opened by Neven Villani at 2021-11-21 13:48:03 - 1 comment
  4578. Suboptimal code generation for omittable bound checks

    952136b Opened by Ignat Loskutov at 2024-12-29 17:19:07 - 7 comments
  4579. rustdoc: Add more test coverage

    7d28f8f Opened by Noah Lev at 2025-01-11 11:06:49 - 7 comments
  4580. ICE: unstable fingerprints for evaluate_obligation

    9221dd7 Opened by Ben Boeckel at 2022-11-16 15:48:19 - 6 comments
  4581. Implementors column on trait page is always empty

    90e5155 Opened by Alona Enraght-Moony at 2024-11-07 20:11:55 - 4 comments
  4582. Compiler error messages leads to wrong usage of const generics

    eae3329 Opened by Consoli at 2023-01-08 22:51:13 - 5 comments
  4583. error: internal compiler error: encountered incremental compilation error with exported_symbols(core[96cd])

    6ed6c00 Opened by bjorn3 at 2021-11-24 18:34:19 - 7 comments
  4584. compiler-rt runtime directory path when -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on

    287a402 Opened by Fangrui Song at 2023-04-09 03:57:34 - 2 comments
  4585. Incorrect code generated for fastcall functions on i686-pc-windows-gnu

    c95f0e0 Opened by Richard Cobbe at 2024-11-12 09:47:29 - 3 comments
  4586. Better error message for attempting to use an associated type as a TypeParamBound

    14e4044 Opened by Martin Fischer at 2021-11-29 06:26:00 - 6 comments
  4587. rustdoc doesn't show that a trait bound is ~const

    781f8ec Opened by Noah Lev at 2024-12-01 15:03:24 - 3 comments
  4588. Intra-doc link in core for a pointer method couldn't find Self

    5b18f1e Opened by scottmcm at 2021-11-30 20:34:27 - 2 comments
  4589. Confusing error message with associated type bounds doesn't hint to possible typo

    308f994 Opened by asquared31415 at 2024-02-26 23:07:09 - 9 comments
  4590. encountered incremental compilation error with normalize_generic_arg_after_erasing_regions

    8c104dd Opened by waffle at 2022-01-12 18:33:48 - 3 comments
  4591. Inconsistency in behavior of MIR and SIMD shifts

    4dfe85c Opened by Ralf Jung at 2023-11-12 11:24:28 - 6 comments
  4592. New declarative macros, functions and fields not being recognized

    f4216f4 Opened by BeastLe9enD at 2024-04-25 06:02:02 - 35 comments
  4593. rustc should suggest a cast from anonymous function type to function pointer

    f65edd8 Opened by tobx at 2025-03-20 07:04:59 - 1 comment
  4594. target json file contains unused fields unaffected by -Dwarnings

    2c59e92 Opened by Miguel Ojeda at 2023-07-16 12:30:52 - 11 comments
  4595. rustdoc: broken_intra_doc_links is incorrectly reported when linking to a proc macro

    98c46c0 Opened by Noah Lev at 2021-11-27 15:23:58 - 2 comments
  4596. llvm-objdump fails to find many source files in core/intrinsics/etc for embedded ARM targets

    7668381 Opened by Tyler Holmes at 2024-04-27 12:59:56 - 3 comments
  4597. rustdoc: unstable feature warning wraps early on iPad

    58fd251 Opened by Jacob Hoffman-Andrews at 2021-11-27 06:41:53
  4598. Tracking Issue for ops::Residual (feature try_trait_v2_residual)

    4afbe2e Opened by scottmcm at 2024-03-09 00:01:27 - 10 comments
  4599. Lifetime mismatch with Option as_mut and map

    0189874 Opened by Yuri6037 at 2023-04-26 03:06:34 - 10 comments
  4600. Collapse the "missing lifetime specifier" error when there are multiple errors within a single item

    fff02c9 Opened by Alex Chan at 2021-11-29 10:54:30
  4601. Consider re-tuning the lifetime elision rules for trait objects

    692bfad Opened by scottmcm at 2024-12-21 05:20:07 - 3 comments
  4602. Syntax errors in assembly included from another file produce confusing output

    b0eb02e Opened by Thomas Winwood at 2021-11-28 03:47:12
  4603. Make rustdoc icons more consistent

    d232364 Opened by Jacob Hoffman-Andrews at 2025-04-15 14:11:15 - 17 comments
  4604. Hint possible ambiguous derive macros for extern crate

    d0f2f2d Opened by Leon Štok at 2021-11-30 19:49:02
  4605. const-features can be both stable and unstable at the same time

    e5e36b8 Opened by Ralf Jung at 2024-12-01 15:03:24
  4606. Inserting a conditional break in working code causes strange borrowck error

    1d7b36f Opened by SNCPlay42 at 2021-11-29 18:41:48
  4607. rustc sometimes resolves an ambiguous generic parameter instead of erroring

    90027e8 Opened by Matt Corallo at 2021-11-30 19:40:28
  4608. rustdoc: Source code pages briefly render in other font and weight as page loads

    3774bb6 Opened by Noah Lev at 2022-01-22 22:57:37 - 11 comments
  4609. rustdoc: ICE: synthetic auto trait impls: unexpected result when selecting […] obligation

    6772401 Opened by Dexter Chua at 2025-04-08 11:59:54 - 6 comments
  4610. 'static lifetime ignored when applied to GAT

    e4698f1 Opened by Audrius at 2024-09-24 20:59:52 - 3 comments
  4611. Provide pointer to escaped reference

    03f0311 Opened by George Macon at 2021-12-04 22:07:43 - 1 comment
  4612. ICE while bootstrapping stage0 rustc with incremental

    7f89a5b Opened by jyn at 2021-11-30 20:50:59
  4613. [ER] Warn against impls that don't need to take mutable &self

    11c6bd3 Opened by leonardo-m at 2021-12-26 23:10:19 - 4 comments
  4614. rustdoc: Inlining a foreign public struct with private fields shows the fields as private in the current crate

    f29001a Opened by jyn at 2022-10-19 16:25:30 - 5 comments
  4615. Unhelpful error message for unsupported/tier-3 platforms when using no_std

    d2f4893 Opened by Tap at 2021-12-02 19:31:20 - 1 comment
  4616. Duplicate error messages in async code

    275e28c Opened by Eric Holk at 2021-12-07 02:29:40 - 4 comments
  4617. [ER] Better wrong brackets recovery heuristics for error messages?

    27e518b Opened by leonardo-m at 2021-12-02 19:55:34 - 1 comment
  4618. Duplicate resolution error messages when using both extern crate and use

    4d7cebb Opened by mjptree at 2021-12-02 21:39:10 - 1 comment
  4619. rustdoc: doc attributes are not rendered for re-exports

    cd638de Opened by crumblingstatue at 2021-12-08 04:29:21 - 5 comments
  4620. Consider suggesting to folks that they wanted a Vec when they passed a slice

    df80192 Opened by Adrian Taylor at 2021-12-26 06:22:09 - 2 comments
  4621. Apparent infinite loop when passing infinitely recursive type using Iterator::filter

    88eece4 Opened by Jake Goulding at 2024-12-21 05:08:12 - 5 comments
  4622. Error building for arm64 on a am64 with docker

    e40f26b Opened by Jérémie Drouet at 2022-03-18 01:02:51
  4623. ICE: thread 'rustc' panicked at 'assertion failed: (left == right) left: 2, right: 1', compiler/rustc_middle/src/mir/mod.rs:474:13

    b778c9c Opened by Skyler Ross at 2023-03-06 09:42:22 - 4 comments
  4624. Large parameters are copied to stack even in trivial wrappers

    864a002 Opened by scottmcm at 2024-12-29 16:29:11 - 3 comments
  4625. cargo clippy --fix created a lifetime issue by applying a fix

    8447f83 Opened by Andreas Linz at 2024-01-24 09:44:23 - 1 comment
  4626. Misleading suggestion for builders

    b143398 Opened by terrarier2111 at 2021-12-04 14:36:45 - 1 comment
  4627. The NOOP_METHOD_CALL lint fails to run if a MIR error occurs

    7b9654a Opened by Aaron Hill at 2023-04-05 17:32:14
  4628. Warn about unnecessary blocks

    736c269 Opened by crumblingstatue at 2023-04-05 17:32:21 - 2 comments
  4629. Raw string missing quote characters diagnostic does not mention missing quote characters

    c7cf1c7 Opened by QuineDot at 2021-12-05 21:10:24
  4630. internal compiler error: encountered incremental compilation error with evaluate_obligation(1cec0724321627f4-89c75a6914c2ffb3)

    1a7fc20 Opened by Martin Risell Lilja at 2023-12-28 06:28:19 - 1 comment
  4631. Which MIR passes should run on generator drop shims?

    56bd928 Opened by Dylan MacKenzie at 2023-11-19 20:07:11 - 4 comments
  4632. -C link-arg=-nostartfiles does not work on musl target

    b24c85d Opened by Asaf Fisher at 2022-05-25 15:40:11 - 2 comments
  4633. Tracking Issue for additional array::IntoIter constructors (feature array_into_iter_constructors)

    a9cab96 Opened by scottmcm at 2023-09-08 18:12:59 - 3 comments
  4634. Tracking issue for core::ops::*<T> on Saturating<T> / Wrapping<T> type

    c7a14f0 Opened by Michael Watzko at 2024-04-07 06:01:47 - 1 comment
  4635. [ER] Unused lifetime warning

    1591879 Opened by leonardo-m at 2023-02-16 09:57:49 - 3 comments
  4636. impls with TAIT reject valid unconstraining lifetimes

    9c36599 Opened by Ali MJ Al-Nasrawy at 2022-09-08 14:04:07 - 4 comments
  4637. Consider mangling ID's in rustdoc-json

    4064baa Opened by Alona Enraght-Moony at 2024-05-15 01:13:39 - 5 comments
  4638. Static Library with LTO option not working properly

    1db6d3a Opened by sijupunnnoose at 2021-12-07 16:50:42 - 2 comments
  4639. cargo build/rustc fails to create binary for example from embedded Rust book

    8b556eb Opened by pauschar at 2024-11-12 09:48:45 - 2 comments
  4640. Tracking Issue for enabling elided_lifetimes_in_paths lints

    6df547b Opened by scottmcm at 2025-02-14 18:15:13 - 56 comments
  4641. Tracking Issue for core::future::join!

    8c58362 Opened by Ibraheem Ahmed at 2024-08-02 09:09:46 - 10 comments
  4642. Check target definitions to see if more should have cfg(target_thread_local) enabled.

    d455b6c Opened by Thom Chiovoloni at 2024-08-22 16:00:02 - 7 comments
  4643. Tracking Issue for core::stream::pending

    9d2e4a6 Opened by Ibraheem Ahmed at 2021-12-14 13:35:08 - 2 comments
  4644. Local value numbering for MIR

    232d0fa Opened by Patrick Walton at 2021-12-10 20:47:29 - 3 comments
  4645. lifetime bound not satisfied for a lending iterator (using generic associated types) with for_each method

    e6aa55a Opened by Imbris at 2024-09-24 20:59:52 - 3 comments
  4646. Confusing is required to live as long as 'static compiler error message involving trait return

    662e0d9 Opened by Gregory Szorc at 2024-01-26 00:50:17 - 3 comments
  4647. Compilation fails when explicit types are not provided, despite satisfied trait bounds

    d4c39a9 Opened by Andreas Borgen Longva at 2023-04-05 17:39:51 - 3 comments
  4648. No entry found for key panic

    3985d76 Opened by georgebarwood at 2023-12-25 17:22:06 - 4 comments
  4649. Allowing/denying rustc internal lints silently fails

    1f85ab0 Opened by Noah Lev at 2021-12-11 00:10:54 - 2 comments
  4650. rustdoc: Add missing IDs to ID map

    b8933cb Opened by Noah Lev at 2021-12-17 13:37:16 - 2 comments
  4651. rustdoc: "Namespace" user-written Markdown headings

    feb664a Opened by Noah Lev at 2022-01-23 03:43:17 - 32 comments
  4652. Typecheck error when using a equality-constrained GAT in a trait.

    dd99b22 Opened by Marvin Löbel at 2024-09-24 20:59:53 - 4 comments
  4653. Regression in compile time when optimizing for size

    6eb7f60 Opened by Alex Crawford at 2023-12-25 03:29:01 - 21 comments
  4654. confusing error: "expected associated type" and "found associated type" are the same in some cases with Fn traits

    5f8d8b0 Opened by Jendrik at 2023-11-16 19:05:58 - 4 comments
  4655. E0623 gives very confusing message

    06e29e2 Opened by Tim Hutt at 2021-12-27 01:00:43 - 2 comments
  4656. Factual error in PartialEq documentation

    9e877f7 Opened by QuineDot at 2025-01-24 13:29:37 - 5 comments
  4657. Lifetime in associated type and method taking &'a self creates strange borrow issues

    8fb188e Opened by daxpedda at 2021-12-21 07:08:03 - 1 comment
  4658. Coercing non-capturing closures to function pointers fails sometimes

    1f4d735 Opened by Bernard Kolobara at 2025-01-20 09:59:47 - 2 comments
  4659. Prioritise types in prelude over items from a #[doc(hidden)] module

    3145667 Opened by xd009642 at 2021-12-14 17:46:47 - 2 comments
  4660. Consider adding Vec::try_with_capacity(_in) and friends

    3466896 Opened by Poliorcetics at 2024-07-04 17:43:17 - 11 comments
  4661. Inferred struct lifetime bounds result in rejection of valid lifetimes

    8ccce98 Opened by Dave Halter at 2022-01-03 16:48:55 - 11 comments
  4662. Confusing compiler error for function taking closure returning reference

    9ee994d Opened by Martin Gejke at 2021-12-29 23:51:50 - 3 comments
  4663. Tracking issue for pref_align_of intrinsic

    a7f668a Opened by Ralf Jung at 2024-11-01 23:03:41 - 7 comments
  4664. Strange behavior when specializing over a generic trait parameter

    6b09438 Opened by Jan Kleinert at 2021-12-16 10:39:02 - 2 comments
  4665. Unable to link rust static lib to C code on 1.57.0

    3a81f53 Opened by Punit Lodha at 2024-05-03 08:37:59 - 7 comments
  4666. Segmentation fault when thread using dynamically loaded Rust library exits

    0305e28 Opened by Devon Govett at 2025-03-26 06:11:46 - 14 comments
  4667. GAT ICE: dtorck encountered internal error

    04a26fb Opened by Mason Boeman at 2025-02-14 04:03:29 - 6 comments
  4668. panicked at 'called Option::unwrap() on a None value', compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:18:85

    f936b1c Opened by Carl Lerche at 2022-03-04 02:49:11 - 8 comments
  4669. Document behavior of try-mark-green and loading stale DefPathHash

    77c6e15 Opened by pierwill at 2023-04-05 17:42:33 - 2 comments
  4670. rustc panicked while refactoring crossbeam_channel

    7714741 Opened by Daniel Hahne at 2021-12-21 04:11:43 - 3 comments
  4671. If-else value followed by operator parsing error provided only for some operators

    a011342 Opened by Chai T. Rex at 2024-08-22 00:40:53 - 3 comments
  4672. tests/ui/panics/panic-short-backtrace-windows-x86_64.rs is disabled because of flakiness

    579cdbe Opened by Matthias Krüger at 2025-04-13 08:54:13 - 7 comments
  4673. ICE when working with infinitely nesting types and ?-operator

    eaeca8b Opened by David Bell at 2024-04-15 09:53:09 - 7 comments
  4674. Consider removing --max-memory linker flag for WebAssembly.

    6ac062e Opened by Ian Kettlewell at 2023-02-19 12:33:48 - 1 comment
  4675. ICE when compiling Firefox with rustc 1.57

    9ce29b5 Opened by Glenn Watson at 2023-02-26 11:35:19 - 3 comments
  4676. Returning the result of reborrowing in pattern matching causes compilation error

    fb8e848 Opened by waffle at 2024-04-06 17:10:46 - 8 comments
  4677. Unhelpful diagnostic for sort_by_key lifetime issue

    02d3f67 Opened by Torne Wuff at 2024-03-10 08:49:45 - 2 comments
  4678. 'static bound on type is not satisfied by definition involving 'static associated types

    6ad0e05 Opened by Manish Goregaokar at 2024-12-21 05:08:13
  4679. GAT Self: 'a bounds break some async blocks with impl Trait

    ddd4dbf Opened by Cai Rijun (Richard) at 2024-09-24 20:59:54 - 5 comments
  4680. Instrumentation (-Zinstrument-mcount) broken due to missing LLVM-pass since LLVM13 update

    5d76a6b Opened by tlambertz at 2024-12-03 15:10:04 - 9 comments
  4681. Strange ASM pessimizations as a result of algorithmic optimization

    0c746c2 Opened by Hadrien G. at 2023-07-22 20:28:08 - 5 comments
  4682. diagnostics: suggest .iter().collect() instead of .into() if possible

    60d064e Opened by Matthias Krüger at 2021-12-20 18:07:27 - 1 comment
  4683. When trying to use cross language LTO on windows for the MSVC target, proc macros give a linker error without an explicit target

    a95efae Opened by Nicolas Abram at 2024-11-12 10:00:31 - 2 comments
  4684. generic_const_exprs: unification does not look into const items

    ef86080 Opened by lcnr at 2024-04-01 14:00:12 - 4 comments
  4685. Make sure dead function stubs are always included in the final binary

    9b6c6bc Opened by Wesley Wiser at 2024-12-27 23:29:46
  4686. macos: rustc built without jemalloc sporadically fails with realloc failure

    12f0538 Opened by Eric Huss at 2024-10-25 09:56:55 - 40 comments
  4687. Rust fails to deduce enumerate() range

    a601a06 Opened by AngelicosPhosphoros at 2025-02-14 03:58:30 - 16 comments
  4688. Consider unifying the SourceFile lookup strategy between incr comp cache and metadata decoding

    a06bb51 Opened by Aaron Hill at 2023-04-05 17:42:33 - 4 comments
  4689. Change in unrelated line causes compilation failure

    dbff142 Opened by phimuemue at 2024-12-21 04:57:23 - 9 comments
  4690. -Zmacro-backtrace gets confused when macros define other macros

    6131699 Opened by jyn at 2021-12-21 21:44:35 - 1 comment
  4691. Proc Macro Crate and Workspace Miri and Clippy Malloc Error

    689f95b Opened by KSBilodeau at 2022-03-18 18:58:20 - 6 comments
  4692. Conflicting implementation of trait with generic_const_exprs feature

    164fb8e Opened by Minseong Jang at 2023-03-04 23:32:57 - 3 comments
  4693. No auto-vectorization in such case since 1.54.0

    5218c1f Opened by TONG, Zhigao at 2023-04-05 17:34:41 - 4 comments
  4694. [ER] Better error message for goto statements

    512036a Opened by leonardo-m at 2021-12-22 22:15:20 - 1 comment
  4695. A procedural macro library can exceed the PE/COFF export ordinal limit on x86_64-pc-windows-gnu

    b930685 Opened by tay64 at 2023-03-21 17:55:37 - 1 comment
  4696. Bad optimisation of slice equality across platforms and architectures.

    032b1d0 Opened by Artemis Meursault Gerrard at 2025-02-14 03:58:30 - 11 comments
  4697. rustdoc: the pointer docs currently render no less than four separate types in a single main "Methods" list

    6e0bfdf Opened by SlightlyOutOfPhase at 2023-04-09 03:52:01 - 1 comment
  4698. compile error on android target

    491a129 Opened by bigdogs at 2023-12-25 03:28:15 - 4 comments
  4699. Rustc cannot started when system LLVM changed supported targets

    7f5ecff Opened by O01eg at 2022-07-01 21:02:01 - 1 comment
  4700. Higher-Rank Trait Bounds: incorrect (or misleading) diagnostic

    b5b8e29 Opened by Braulio Valdivielso Martínez at 2024-09-24 23:01:51 - 3 comments
  4701. incorrect type is inferred for a local variable holding a closure

    66011d4 Opened by Jesse Luehrs at 2021-12-26 04:15:01 - 2 comments
  4702. Warning for glob import that doesn't reexport anything should suggest solution

    9832a23 Opened by Smitty at 2022-04-26 15:44:11 - 1 comment
  4703. Swapping operations are insufficiently deduplicated

    6f0f987 Opened by Thomas Winwood at 2023-04-05 17:34:42 - 1 comment
  4704. Derives on deprecated enum variants generate deprecation warnings

    41723b8 Opened by George Cheng at 2024-12-28 13:39:44 - 1 comment
  4705. Potential optimization: Bounds check hoisting

    baa9214 Opened by Patrick Walton at 2023-11-28 20:56:18 - 16 comments
  4706. Vec of 2D or 3D arrays generates very slow code

    43e2120 Opened by leonardo-m at 2023-03-07 05:29:41 - 3 comments
  4707. Test output capture does not capture Command output

    f2e5096 Opened by Jon Gjengset at 2024-02-28 03:12:32
  4708. Funky rustdoc behavior when pub use path_to::Trait as _; for public-in-private item

    6d2b379 Opened by Frank Steffahn at 2024-11-08 00:13:12 - 11 comments
  4709. Implementation of trait is not general enough when boxing future returning <T as Foo<'a>>::Foo

    b8953e5 Opened by Ibraheem Ahmed at 2023-09-23 13:21:27 - 5 comments
  4710. Invalid reached the recursion limit error: long types where there are none

    fec7519 Opened by Anton at 2024-01-31 11:26:41 - 3 comments
  4711. Unhelpful error when Cargo.toml is missing edition key.

    599f444 Opened by Jon Gjengset at 2021-12-31 08:50:43 - 1 comment
  4712. Emitted memset and memcpy are really slow on WASM

    6df90b8 Opened by TÖRÖK Attila at 2024-02-28 03:11:16 - 3 comments
  4713. confusing warnings when the arguments to matches!() are backwards

    d02d98f Opened by Jack O'Connor at 2021-12-31 01:07:24 - 2 comments
  4714. Uses non-existent FreeBSD 11 syscall ABI for FreeBSD RISC-V

    3d63e99 Opened by Jessica Clarke at 2024-07-21 13:44:50 - 5 comments
  4715. ICE: bincode v2 alpha cannot be used with nightly rustc

    33304fa Opened by Donny/강동윤 at 2024-04-27 05:58:30 - 12 comments
  4716. Tracking Issue for const Extend impls in libcore

    881863d Opened by beef at 2022-01-01 13:06:47
  4717. Tracking Issue for const Iterator impls and related const fns

    38a2037 Opened by beef at 2024-09-11 14:03:34 - 7 comments
  4718. thread 'rustc' panicked at 'no entry found for key', compiler/rustc_metadata/src/rmeta/decoder.rs:1631:13

    b4c2cc0 Opened by Gurwinder Singh at 2023-03-03 13:03:12 - 3 comments
  4719. ICE error: internal compiler error: no region-bound-pairs for HirId when compiling benchmark

    df0ddf0 Opened by the8472 at 2023-08-21 16:05:16 - 2 comments
  4720. ICE when get_adt_def called on a non-ADT DefId(33:288 ~ syntax[67bd]::ptr::SyntaxNodePtr)

    1806a94 Opened by Dmitry at 2023-03-03 12:52:19 - 3 comments
  4721. ice: broken mir: end of phase transition to Optimization compiler/rustc_const_eval/src/transform/validate.rs:119:36

    c56d407 Opened by Matthias Krüger at 2024-01-11 14:01:20 - 11 comments
  4722. Error message for accessing associated type on concrete type is misleading

    f0c3ded Opened by Andy Russell at 2023-04-05 17:29:48 - 5 comments
  4723. In Impl Trait for T with associated type that = T, bounds do not recognize that T impls Trait

    5dc5caf Opened by Erik Williams at 2024-09-22 19:06:02 - 2 comments
  4724. Array copy const fn is surprisingly slow

    ddb5057 Opened by Nicolas Abram at 2023-03-07 05:29:42 - 3 comments
  4725. CTFE: there is no way to compute the difference between two ptrs in the same allocation if they might be out-of-bounds

    7c24603 Opened by Ralf Jung at 2023-07-04 17:29:25 - 20 comments
  4726. Trait lifetime bounds seem to be insufficient

    d103cff Opened by Dave Halter at 2024-01-24 10:49:41 - 3 comments
  4727. Tracking Issue for const_alloc_error

    c9028cc Opened by lilasta at 2022-01-03 15:13:30 - 1 comment
  4728. calling functions casue STATUS_STACK_OVERFL on Windows

    f1793f7 Opened by psionic12 at 2024-07-10 05:20:28 - 7 comments
  4729. rustdoc: cannot resolve links to associated items on more complex primitive types

    53a2dbb Opened by Mahdi Dibaiee at 2024-11-30 10:58:43 - 3 comments
  4730. Inconsistency between Clippy and Rustdoc build stages

    a2de724 Opened by Aaron Hill at 2023-02-03 05:54:30 - 2 comments
  4731. Error message improvement for a missing comma syntax error in .fold()

    d168b36 Opened by Cat Ball at 2022-01-03 21:47:51 - 1 comment
  4732. VecDeque missing operations for "front" handling.

    02e3c48 Opened by Firstyear at 2024-05-23 06:02:52 - 14 comments
  4733. confusing dead code warning inside macro annotated function

    b518778 Opened by David Kleingeld at 2022-01-04 14:49:08
  4734. std::env uses getenv instead of secure_getenv

    44f7971 Opened by Brian Smith at 2024-01-26 12:03:08 - 1 comment
  4735. Internal Compiler Error

    39a7a1d Opened by alexeygrant at 2023-10-22 14:12:37 - 2 comments
  4736. unexpected panic while compiling paru on archlinux ARM aarch64

    f696d4e Opened by solsTiCe d'Hiver at 2023-09-07 16:28:12 - 1 comment
  4737. Benchmark entirely unfair locks for parallel rustc

    bf11332 Opened by bjorn3 at 2022-01-05 22:52:49
  4738. Provide indicator of doctest attributes with --persist-doctests

    42a9a7e Opened by xd009642 at 2022-11-24 20:36:32 - 1 comment
  4739. Provide a better error when code is put outside of a function

    50a0f97 Opened by Maja Kądziołka at 2022-02-03 08:16:13 - 5 comments
  4740. remove synthetic closure substs

    65f2d36 Opened by lcnr at 2022-01-06 19:25:47 - 2 comments
  4741. bad rustdoc ux: trait method implementations have their docstrings ommitted in the "implementors" section

    f41c721 Opened by Askar Safin at 2024-12-21 04:57:23 - 5 comments
  4742. Missed optimization opportunity during stack pinning

    9488b1e Opened by Patryk Wychowaniec at 2025-02-14 03:57:54 - 2 comments
  4743. Error when running ui tests after run-make-fulldeps

    f0bf763 Opened by Pietro Albini at 2023-05-25 01:53:52 - 1 comment
  4744. Implementation-specific "empty lifetime in universe" error

    00a4e52 Opened by QuineDot at 2022-06-21 02:23:46 - 1 comment
  4745. Bad "try_into" usage causes message "the trait bound u8: From<char> is not satisfied"

    b6feded Opened by Askar Safin at 2022-01-07 13:21:20
  4746. Tracking Issue for panic::update_hook

    8d019e7 Opened by Badel2 at 2025-04-16 14:55:37 - 5 comments
  4747. rustc_span::lev_distance::lev_distance can be a bottleneck

    3d0d9a2 Opened by Matthias Krüger at 2023-10-08 20:39:51 - 2 comments
  4748. Triple panic when no space left on device

    2dc8fc5 Opened by darakshan at 2024-01-06 14:41:17 - 2 comments
  4749. given Vecfoo:Bar (with single ':') in a struct field, rustc provides an unintuitive affiliated types error

    1dc54c0 Opened by Inanna Malick at 2022-03-07 18:34:15 - 2 comments
  4750. Suggestion for E0759 can fail to compile when encountered in a trait method

    2ad7e70 Opened by Ruby Lazuli at 2023-08-03 11:00:28 - 2 comments
  4751. Allow storing format_args! in a let binding

    908d704 Opened by piegames at 2025-03-30 11:03:50 - 18 comments
  4752. Compiler Unexpected Panic: index out of bounds

    9c27f2d Opened by Tom Shen at 2023-09-22 20:21:10 - 2 comments
  4753. ICE on stable when trying to bulid latest rust-analyzer release.

    e975f25 Opened by Oskar Nehlin at 2024-01-06 14:35:00 - 3 comments
  4754. "unknown file type lib.rmeta" when compiling Emscripten side module

    467c1ca Opened by Hood Chatham at 2024-10-11 06:36:53 - 6 comments
  4755. Unwrap panic on stable in def_path_hash_to_def_id in OnDiskCache

    9475f8d Opened by ChrisGreenaway at 2022-02-13 10:07:20 - 1 comment
  4756. using auto_traits and negative_impls, compiler seems failing to find matching implementation

    a480e7f Opened by sodo at 2022-09-08 18:38:05 - 1 comment
  4757. LLVM Error with "+soft-float": "Do not know how to split the result of this operator"

    c2e3083 Opened by Philipp Schuster at 2023-03-03 22:41:29 - 4 comments
  4758. Modifying a single subpattern in match changes MIR dramatically

    94e3fb8 Opened by beef at 2023-04-05 17:41:35 - 6 comments
  4759. Horizontal overscroll on iOS

    f7c976f Opened by Jacob Hoffman-Andrews at 2023-03-02 07:19:35 - 2 comments
  4760. Tracking Issue for thin_box

    f6782e6 Opened by Jane Losare-Lusby at 2025-02-06 00:55:54 - 35 comments
  4761. GAT: Surprising lifetime mismatch / mismatched types (depending on GAT being Sized)

    20ca33f Opened by Jan Behrens at 2024-12-21 04:57:23
  4762. Internal Compiler Error

    ed0bfd0 Opened by deceneu3 at 2023-02-26 12:34:08 - 4 comments
  4763. Indefinitely hangs on hidden "overflow evaluating the requirement" errors when the complexity is too high.

    e32ae77 Opened by Daniel Tashjian at 2023-03-03 12:51:58 - 1 comment
  4764. diagnostics, print better suggestion if we forget the "fn" keyword in an impl {} block

    fbca278 Opened by Matthias Krüger at 2022-01-12 21:21:22
  4765. Tracking issue for associated const equality

    896d244 Opened by Julian Knodt at 2025-01-12 19:52:13 - 13 comments
  4766. Is this a bug or just told me that the compiler can't infer generic parameter type at compile time?

    9869df8 Opened by night at 2024-01-24 11:00:02 - 3 comments
  4767. Misleading diagnostics when forgetting to add trait bound in impl block

    8d6e4b0 Opened by Martin Habovštiak at 2024-12-21 04:57:24 - 2 comments
  4768. GAT: mismatched types [E0308]

    075d461 Opened by Renato Westphal at 2025-02-14 04:03:29 - 3 comments
  4769. incorrect "reinitialization might get skipped" error

    114606c Opened by jyn at 2025-04-07 19:37:12 - 6 comments
  4770. [ER] slice::all_equal

    57f9156 Opened by leonardo-m at 2023-02-15 17:39:27 - 1 comment
  4771. Require explicit opt-in when combining HashStable with custom PartialEq

    49b71f0 Opened by Aaron Hill at 2023-04-05 17:42:34
  4772. rustdoc fails to build an intra doc link when linking through 3 crates without explicit use

    c12f1b4 Opened by François Mockers at 2022-01-16 17:33:15 - 1 comment
  4773. internal compiler error: unexpected panic

    636e65a Opened by Susan Shen at 2023-10-22 14:00:20 - 3 comments
  4774. rustdoc: make tests easier to understand and fix

    6ab1771 Opened by Jacob Hoffman-Andrews at 2022-01-15 18:33:02 - 5 comments
  4775. Improve diagnostic when lifetime parameter is elided in return positions

    684905b Opened by Emilio González at 2023-10-31 22:54:03 - 1 comment
  4776. The assembly code generated by calling <[T]>::sort_unstable_by contains bounds checking code

    39dee11 Opened by EFanZh at 2025-02-14 03:57:55 - 11 comments
  4777. False positive cycle detection with generic_const_exprs

    cd09bbd Opened by Brett Etter at 2024-01-25 15:30:29 - 1 comment
  4778. missing optimization: switching enum field order to deduplicate identical functions

    02ea9fc Opened by Matthias Krüger at 2025-02-14 04:02:41 - 1 comment
  4779. Rustbuild compiles proc macros with -Ztls-model=inital-exec when cross-compiling

    dc2b44a Opened by bjorn3 at 2022-12-22 09:57:30 - 1 comment
  4780. Filter adapter for LendingIterator requires Polonius

    b14809e Opened by Jack Huey at 2024-09-24 20:59:56 - 3 comments
  4781. Tracking Issue for PanicInfo::can_unwind

    f617b31 Opened by Amanieu d'Antras at 2022-01-29 13:39:19 - 7 comments
  4782. memcpy-style copies of small fixed length arrays become memcpy, unless done via a loop with ops::Index

    baf0bfa Opened by Ben Kimock at 2025-02-14 03:57:56 - 4 comments
  4783. The size of (T, Infallible) is not zero

    edb0b7f Opened by EFanZh at 2024-03-24 10:03:22 - 41 comments
  4784. Insufficient test coverage for Stdin::Read on Windows "console mode"

    6f6a917 Opened by Patrick Poitras at 2023-07-02 12:02:38 - 3 comments
  4785. i586-unknown-linux-gnu target generates binaries containing Intel CET opcodes which are illegal on i586 processors

    94b7e2f Opened by Nathan Lewis at 2024-11-12 10:03:32 - 9 comments
  4786. assertion failed: sentinel == STR_SENTINEL at /compiler/rustc_serialize/src/opaque.rs:669

    429932d Opened by wanglei01 at 2023-03-03 12:58:27 - 1 comment
  4787. Tracking Issue for core::slice::IterMut::as_mut_slice and impl<T> AsMut<[T]> for IterMut<'_, T>

    411ee7b Opened by Giacomo Stevanato at 2023-09-19 20:09:51 - 5 comments
  4788. Add ability to gate doctests on cfgs

    5f37183 Opened by Manish Goregaokar at 2022-06-30 19:50:19 - 2 comments
  4789. Tracking Issue for maybe_uninit_as_bytes

    b373444 Opened by Amanieu d'Antras at 2025-04-06 20:22:14 - 11 comments
  4790. Error message for trying to bind range of units to unit suggests invalid code

    d44e4ad Opened by AnthonyMikh at 2022-05-29 02:43:10 - 2 comments
  4791. Rustc bug when building Elrond Smart Contract

    f438a58 Opened by Thouny at 2022-12-20 10:44:05 - 7 comments
  4792. Windows: Audit, clarify, and add tests for resolve_exe() "append .EXE extension if the extension is different" (not just missing) behavior.

    7cdaac9 Opened by Brian Smith at 2022-01-21 19:31:58 - 25 comments
  4793. Is std::fs::copy racy and/or under-specified in how it sets file permissions?

    49c48f3 Opened by Brian Smith at 2023-04-26 16:05:37 - 3 comments
  4794. Audit uses of filesystem APIs for race conditions and the like within the standard library

    b084de4 Opened by Brian Smith at 2023-04-09 03:52:26 - 3 comments
  4795. Security fix for remove_dir_all may have introduced a regression how filesystem loops are handled

    07cb10b Opened by the8472 at 2024-01-26 12:18:26 - 12 comments
  4796. Make HashSet::new a const fn

    25e2d98 Opened by jyn at 2022-11-08 04:21:36 - 3 comments
  4797. compiler tried to guess type for generic and type recurs on itself

    2fd6f78 Opened by Mateusz Matejuk at 2024-12-21 04:56:47 - 1 comment
  4798. "temporary value dropped while borrowed"-checker does not use NLL

    d0315b8 Opened by Jonáš Fiala at 2023-05-05 03:15:58
  4799. Rust's LLVM coverage map generation should not add an unused function that doesn't have counter regions

    ae42fe9 Opened by Rich Kadel at 2022-01-21 21:37:47
  4800. rustdoc: stability and portability "pills" are sometimes broken to the next line

    3057bd7 Opened by Andy Russell at 2022-01-30 10:06:48 - 2 comments
  4801. rust 1.58.1 "malicious" .../i686-pc-windows-msvc/lib/std-41d48f5938a7bd14.dll

    ee4c0b2 Opened by Michael Wood at 2024-04-06 18:37:01 - 13 comments
  4802. --emit=dep-info + -Zunpretty=expanded emits output

    6b02220 Opened by Miguel Ojeda at 2024-01-31 12:08:31 - 3 comments
  4803. Compiler spends all available memory when large array is initialized with lazy_static

    8806c03 Opened by Hrvoje Nikšić at 2022-02-27 18:21:18 - 15 comments
  4804. Segfault when returning deep function compositions

    aae5130 Opened by Fred Lahde at 2024-04-15 09:53:09 - 5 comments
  4805. Integers comparison proposed fix is not the best one

    1983118 Opened by Catena cyber at 2022-01-24 12:45:26 - 3 comments
  4806. Confusing lifetime suggestion with multiple references and impl Trait

    ea10471 Opened by Matt Keeter at 2022-01-24 00:13:53
  4807. slow compilation of large struct with Box-members and ? in field init

    9d9d7d8 Opened by Michael Zimmermann at 2024-10-01 11:26:49 - 3 comments
  4808. memcpy implementation is too large on embedded

    c3c418c Opened by piegames at 2023-04-16 22:55:10 - 10 comments
  4809. Function calls in logic expressions sometimes cause optimization misses

    c8eb673 Opened by BlaCoiso at 2023-04-05 17:34:46 - 3 comments
  4810. Help/error messages in a for iteration

    dbd4428 Opened by leonardo-m at 2022-06-21 10:02:45 - 4 comments
  4811. using a const parameter of the wrong type results in unhelpful errors

    ad989cc Opened by lcnr at 2022-01-31 17:15:21 - 1 comment
  4812. strip = "symbols" breaks wasm code

    a78c825 Opened by Alex Saveau at 2023-04-01 11:05:46 - 10 comments
  4813. Nested functions with #[no_coverage] lead to non-obvious results.

    f43ba1e Opened by Arpad Borsos at 2024-01-25 14:40:39
  4814. Huge performance gap between lto="fat",cgu=1 and default release profile

    b06c5f1 Opened by Robin Freyler at 2025-02-14 03:57:56 - 1 comment
  4815. Bad suggestions when trying to initialize an enum as a struct.

    27b621c Opened by Lucas Kent at 2022-07-17 02:40:25 - 3 comments
  4816. impl trait error does not explain its reasoning

    4fa0a97 Opened by Oli Scherer at 2022-01-26 13:01:20
  4817. Tracking Issue for asm_unwind

    1dcbccd Opened by Amanieu d'Antras at 2024-07-02 09:04:28 - 2 comments
  4818. Tracking Issue for asm_experimental_arch

    2941a95 Opened by Amanieu d'Antras at 2025-02-13 12:46:17 - 8 comments
  4819. Tracking Issue for panic_backtrace_config

    6df3c2f Opened by Mark Rousskov at 2025-03-06 15:51:34 - 15 comments
  4820. Tracking Issue for sort_floats

    c720ecd Opened by Josh Triplett at 2024-04-09 12:49:39 - 6 comments
  4821. Intra-doc links do not support disambiguating methods overloaded with generics

    a0cf435 Opened by Erick Tryzelaar at 2024-01-22 21:15:41 - 2 comments
  4822. rustdoc: wrap "source" link to new line on narrow screens

    92c1d76 Opened by Jacob Hoffman-Andrews at 2024-11-10 19:57:29
  4823. Adding an unreachable branch helps optimize the code when matching on x % N

    6a8ddac Opened by waffle at 2024-08-03 04:00:14 - 13 comments
  4824. Opaque error message for opaque type

    0e9b355 Opened by Geobert Quach at 2022-06-20 07:02:58 - 2 comments
  4825. [rustdoc-json] paths is inconsistent and questionably useful

    9cdf0a3 Opened by Rune Tynan at 2022-12-08 17:30:23 - 5 comments
  4826. [rustdoc-json] absolute position of item is hard to get

    80f3597 Opened by Urgau at 2022-02-09 10:28:18 - 4 comments
  4827. rustdoc: improve word break opportunities for narrow screens

    1e2be93 Opened by Jacob Hoffman-Andrews at 2024-08-03 00:24:45 - 3 comments
  4828. Stack overflow due to recursion with const generics

    c80670d Opened by Cameron Mcloughlin at 2023-07-12 00:22:28 - 4 comments
  4829. Automatic type coercion fails when implementing a trait for multiple types.

    7c60a54 Opened by jasper at 2024-12-21 04:56:48 - 1 comment
  4830. Unstable fingerprint after incremental recompilation

    262c9bf Opened by Silur at 2023-03-03 12:58:48 - 1 comment
  4831. thread 'rustc' panicked at 'called Option::unwrap() on a None value', compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs:18:85

    c27ec33 Opened by Zac Burns at 2022-02-14 23:29:03 - 6 comments
  4832. mutually exclusive match arms with if cases are not recognized to be covering

    67f5f88 Opened by Bernhard Schuster at 2024-10-25 13:08:55 - 6 comments
  4833. x.py bench should consider warning/informing the user if they have a configuration that may produce slower/inaccurate benchmakrs

    99e6e7a Opened by Thom Chiovoloni at 2023-04-09 03:29:37 - 6 comments
  4834. Segfault when compiling very deeply nested tuples

    eff5ca6 Opened by david-pikas at 2022-02-07 07:09:32 - 6 comments
  4835. Could the compiler automatically re-use Box allocations as an optimization?

    99dd632 Opened by scottmcm at 2025-03-27 18:08:22 - 4 comments
  4836. Error Message for Trait Use Declaration with Rc<RefCell>

    50a3990 Opened by Yusuph Mkangara at 2022-02-07 03:32:41
  4837. A confusing compile error about lifetime

    69939d7 Opened by hunter at 2022-02-08 08:12:59 - 3 comments
  4838. Tracking Issue for str::{floor, ceil}_char_boundary

    a25a6af Opened by Clar Fon at 2025-02-02 16:38:35 - 11 comments
  4839. Ambiguous error reporting when trying to infer const generic type

    1baeca9 Opened by Joey Harrison at 2023-03-04 23:32:59 - 1 comment
  4840. Tracking Issue for control-flow enforcement technology (CET)

    72679cc Opened by Andrew Brown at 2023-11-17 14:21:50 - 8 comments
  4841. Match and if checking for range of integer values isn't optimized to lookup table

    49ae882 Opened by Alik Aslanyan at 2024-01-25 14:41:24 - 2 comments
  4842. Compiler (effectively) hangs, regression from overflow error

    59bc1a4 Opened by Frank Steffahn at 2022-11-11 15:29:51 - 5 comments
  4843. Minor: Compiler panic based on Cargo.toml "version" value

    1499119 Opened by Giannis Rovithakis at 2023-10-22 14:02:39 - 5 comments
  4844. rustdoc-gui tests sporadically failing

    d2ec88c Opened by Eric Huss at 2024-11-26 17:12:30 - 19 comments
  4845. Tracking Issue for used_with_arg

    95bdf38 Opened by Nikita Popov at 2025-03-23 12:41:12 - 5 comments
  4846. Call Box with FnMut closure requires explicit dereferencing

    6591c1e Opened by ioann at 2024-07-30 12:34:30 - 3 comments
  4847. Large memory usage in codegen, probably due to symbol names

    2453883 Opened by marieell at 2023-04-19 10:06:01 - 4 comments
  4848. Tracking Issue for cfg_target_has_atomic_equal_alignment

    dfd5c76 Opened by Amanieu d'Antras at 2022-02-16 02:33:27 - 1 comment
  4849. Confusing diagnostic from const eval when offsetting a pointer out of bounds

    75d1e1f Opened by Ben Kimock at 2025-02-28 18:05:52 - 9 comments
  4850. cargo doc ICEs during const/trait eval

    fa8e4b9 Opened by Jubilee at 2023-03-07 01:24:57 - 14 comments
  4851. lint against unexpectedly late drop for temporaries in match scrutinee expressions

    ca29aad Opened by Jane Losare-Lusby at 2025-02-21 18:03:43 - 38 comments
  4852. Detect "only written" value for values only accumulated into but never otherwise read

    027d181 Opened by Josh Triplett at 2023-04-05 17:28:32
  4853. Suggest replacing Map with Set if it fixes errors

    7adf5d0 Opened by Clar Fon at 2022-02-11 19:05:16 - 2 comments
  4854. rustdoc: "All items" page does not show associated items

    00ee734 Opened by Kornel at 2024-11-08 00:00:47 - 12 comments
  4855. Stack overflow in rustc when compiling generated function (7k+ lines) with debuginfo

    4607e82 Opened by Fabian Löschner at 2024-05-29 04:28:16 - 5 comments
  4856. const_allocate intrinsic: what should it do at runtime?

    6f6d07e Opened by Ralf Jung at 2025-01-18 20:36:08 - 5 comments
  4857. Can't compile libc on m68k-unknown-linux-gnu: LLVM ERROR: unable to allocate function return #2

    5c38f3e Opened by John Paul Adrian Glaubitz at 2025-02-14 04:03:29 - 5 comments
  4858. Wrong optimization strategy used when performing constant comparison against byte array smaller than u128

    67aa644 Opened by Alex Saveau at 2025-02-14 03:57:57 - 1 comment
  4859. bootstrap: RUSTFLAGS_*_BOOTSTRAP does not affect build scripts

    dccfef7 Opened by Jon Gjengset at 2024-04-11 20:10:34 - 22 comments
  4860. Tracking Issue for warning on unused lifetimes (by default)

    a5e0496 Opened by Mark Rousskov at 2022-02-16 02:29:21 - 1 comment
  4861. Tracking Issue for cfg(target_has_atomic_load_store)

    5531257 Opened by Mark Rousskov at 2024-10-01 10:42:48 - 3 comments
  4862. Tracking Issue for Iterator::try_collect

    d3bf5a5 Opened by Arthur Lafrance at 2025-01-30 13:56:27 - 32 comments
  4863. rustc build artifacts should contain checksum to pervent unrelated ICEs / miscompiles / etc

    56cc7ac Opened by klensy at 2025-02-14 04:03:30 - 5 comments
  4864. Bad suggestion when implicit loop .iter() should be made mutable

    599023c Opened by Ed Morley at 2024-10-04 23:05:23 - 5 comments
  4865. MIR generation for generators considers any borrowed or assigned value as live across yield points

    480da7c Opened by Eric Holk at 2023-04-26 04:16:05 - 2 comments
  4866. rustdoc: Generated themes hide/make navigation links not-obvious

    5a04c24 Opened by Rain Sallow (/u/ta11ow) at 2022-02-17 16:21:42 - 2 comments
  4867. If/when LLVM switches to deref-at-point semantics, start applying dereferenceable to Box args/returns and loads of dereferenceable types

    880fd27 Opened by erikdesjardins at 2022-06-13 21:21:38 - 1 comment
  4868. rustdoc-json: replace jsondocck with jsondocckng

    33fb52d Opened by Alona Enraght-Moony at 2022-07-26 13:07:40 - 5 comments
  4869. rustdoc-json: Track Performance

    1ee47a6 Opened by Alona Enraght-Moony at 2023-01-10 18:05:08 - 2 comments
  4870. x.py install uses different compiler stage for extended tools than x.py dist

    d6a1e43 Opened by Allen Wild at 2024-03-15 14:41:29 - 4 comments
  4871. Missing trait bounds error without justification

    27377a8 Opened by James Logan at 2024-01-24 10:30:50 - 1 comment
  4872. rustdoc: macro calls in alias (stringify!)

    14271a5 Opened by ranfdev at 2024-07-18 12:37:53 - 2 comments
  4873. "doesn't have a size known at compile-time" should point to the type alias' definition, not its usage

    3a19d65 Opened by Patryk Wychowaniec at 2022-06-06 00:59:33 - 2 comments
  4874. Rust project's build fails without any error message

    467bde9 Opened by yuri@FreeBSD at 2024-01-01 23:20:07 - 7 comments
  4875. error: internal compiler error: compiler/rustc_traits/src/normalize_erasing_regions.rs:54:32: could not fully normalize

    ee18a33 Opened by Jonathan Woollett-Light at 2025-03-28 02:05:42 - 5 comments
  4876. failed to get bitcode from object file for LTO (Bitcode section not found in object file)

    c0570f5 Opened by Matthias Krüger at 2024-11-30 09:01:41 - 6 comments
  4877. rustc linker = aarch64-linux-gnu-ld, aarch64-linux-gnu-ld: cannot find -lgcc_s

    5cdac62 Opened by neil1899 at 2025-01-19 21:17:38 - 2 comments
  4878. rust-gdb: "Python Exception <class 'OverflowError'> int too big to convert: "

    c0856c7 Opened by John Nagle at 2022-03-14 13:05:36 - 5 comments
  4879. Compiler bootstrap infrastructure and tests should be exercising -g more aggressively

    8ea605a Opened by Felix S Klock II at 2022-02-23 00:41:33
  4880. process: release procedure only runs crater on nightly->beta cut

    20c5d35 Opened by Felix S Klock II at 2023-07-22 20:13:32 - 2 comments
  4881. generic_const_exprs: cycle detected where it is not expected

    46790eb Opened by Trevor Spiteri at 2024-01-30 23:19:50 - 3 comments
  4882. Lifetime error is missing the cause

    24227f1 Opened by Jiří Sejkora at 2022-03-01 18:25:38 - 1 comment
  4883. Zero-length arrays are non-Copy.

    ea660b7 Opened by Dmitrii - Demenev at 2023-04-05 17:40:29 - 10 comments
  4884. generic_const_expr: doc test does not compile while similar lib test compiles fine

    c4381b3 Opened by Trevor Spiteri at 2024-01-24 10:33:39 - 2 comments
  4885. ICE: #1 [resolve_instance] resolving instance <&error::ChronoError as core::fmt::Debug>::fmt

    2ec20cd Opened by Michael de Silva at 2023-12-25 03:26:07 - 2 comments
  4886. rustdoc: pub use re-exports of private re-exports of public items show the private path

    07f2440 Opened by Lily Ballard at 2024-01-24 16:04:35 - 1 comment
  4887. rustdoc: Links to types in other crates broken when docs inlined via re-export from another crate

    e04b2f4 Opened by John DiSanti at 2024-01-24 13:15:32
  4888. Use mold as default linker?

    081711b Opened by Alex Saveau at 2025-01-07 09:55:02 - 10 comments
  4889. #[used(compiler)] and #[used(linker)] should work on functions.

    a35d9e2 Opened by Mark Drobnak at 2022-04-04 00:05:22 - 14 comments
  4890. Trait resolution on associated type breaks with type inference for references

    e3e225f Opened by Vitalii Kryvenko at 2023-10-19 01:43:10 - 3 comments
  4891. Rust 1.59 rustc greatly increased compile time with include_str!

    809ae3f Opened by Sean Stangl at 2023-10-03 19:15:17 - 9 comments
  4892. using too many registers in asm!() produces confusing compiler errors

    38e3e2c Opened by Jack O'Connor at 2022-03-01 00:22:38 - 1 comment
  4893. Make sure our handling of partially initialized values is compatible with LLVM / We cannot use LLVM poison semantics

    a2f012f Opened by Ralf Jung at 2024-07-04 10:15:10 - 3 comments
  4894. target-feature diagnostics should run for check-builds

    ce03496 Opened by Simonas Kazlauskas at 2024-07-30 13:27:50 - 1 comment
  4895. Query filling bug in docs search on 404 page

    cc9b01d Opened by Vlad Chesnokov at 2025-01-20 17:41:26 - 1 comment
  4896. Module shadowing a crate is indistinguishable in diagnostics

    ee22a55 Opened by Felix S Klock II at 2024-05-03 14:45:16 - 4 comments
  4897. -D warnings should deny warnings from lint renames

    a60c557 Opened by Daniel Prilik at 2022-03-03 14:58:54 - 3 comments
  4898. Remove most of the logic in fake rustc once -Ztarget-applies-to-host=true lands

    196a2ab Opened by jyn at 2023-05-20 23:04:27 - 3 comments
  4899. Binary crashes when statically linked with LTO turned on

    75b8982 Opened by elast0ny at 2022-06-09 07:03:13 - 24 comments
  4900. Poor codegen for string search (i.e., memchr) with iterators

    014394e Opened by Miguel Young at 2023-04-09 03:28:30 - 7 comments
  4901. rustdoc-json: Guard agains 2 commits making the same modification to FORMAT_VERSION

    6f42917 Opened by Alona Enraght-Moony at 2025-04-16 18:09:15 - 17 comments
  4902. Profraw files are not produced when using instrument-coverage on freebsd

    299186a Opened by Elinor B. at 2023-08-26 10:25:33 - 5 comments
  4903. linking error when compiling for wasm-unknown-unknown

    1cc51c5 Opened by bornjre at 2024-03-17 19:24:54 - 1 comment
  4904. Document FAQ why we have both PartialEq and Eq in PartialEq

    adfc254 Opened by Ryan Scheel at 2025-01-24 13:00:54 - 1 comment
  4905. stdlib makes assumptions about errors returned by POSIX functions

    49b9fa7 Opened by Tavian Barnes at 2022-08-13 14:04:00 - 14 comments
  4906. cargo check crashes, but build/run etc don't

    922e145 Opened by Montana Low at 2022-03-08 20:18:37
  4907. The error is confusing when return a reference to a captured variable that's moved into the closure

    53538b5 Opened by grelative at 2022-09-18 12:52:42 - 2 comments
  4908. ReadBuf's API

    2102364 Opened by Nick Cameron at 2024-03-01 04:35:46 - 7 comments
  4909. Tracking issue for core::hint::must_use

    a8ef73f Opened by David Tolnay at 2024-07-06 00:53:44 - 13 comments
  4910. Incorrect Debug derive macro error

    e3b37ce Opened by Carlo Abelli at 2023-04-10 06:03:28 - 2 comments
  4911. $val.$i should suggest using a tt metavariable for $i

    26b10c7 Opened by Zgarbul Andrey at 2025-03-20 07:06:01 - 2 comments
  4912. A confusing compile error about lifetime of mutable reference after reborrowed

    3c81c5a Opened by JiamingLinn at 2022-03-10 16:43:43
  4913. Allow multiple #[unstable] attributes on one item

    456c1ba Opened by Mara Bos at 2024-12-14 23:19:51 - 4 comments
  4914. Recursive call warning does not appear inside a match statement

    ea5eebb Opened by Lev Kokotov at 2024-12-21 04:46:17 - 1 comment
  4915. Tracking Issue for Iterator::collect_into

    cc0f269 Opened by fren_gor at 2023-01-18 18:54:27 - 6 comments
  4916. Tracking Issue for #![feature(deprecated_suggestion)]

    363afce Opened by Jacob Pratt at 2024-12-28 13:51:07 - 13 comments
  4917. SIGSEGV during benchmark but build succeeds

    af8aaf2 Opened by Aurorans Solis at 2025-02-27 07:47:52 - 6 comments
  4918. Please default "force-unwind-tables" to "yes" on Linux, so that unwind tables are present even if panic = "abort"

    3caee94 Opened by Markus Stange at 2023-05-23 13:36:02 - 3 comments
  4919. IpAddr::from_str is unnecessarily slow for IPv6 addresses

    a83871f Opened by jyn at 2024-02-20 22:48:28 - 7 comments
  4920. Tracking Issue for removing python as the main bootstrap entry point

    fc88c3b Opened by jyn at 2023-12-05 18:10:42 - 12 comments
  4921. Calling trait function declared with both explicit generics and impl Trait gives confusing errors

    334bee0 Opened by Ryan Lopopolo at 2022-10-12 14:26:15 - 4 comments
  4922. No more auto-unrolling starting with LLVM 14

    1cacb45 Opened by Urgau at 2022-06-24 15:34:43 - 8 comments
  4923. BorrowMut::borrow_mut taking precedence over RefCell::borrow_mut can be confusing

    05198e8 Opened by Léo Lanteri Thauvin at 2024-10-25 08:45:53 - 2 comments
  4924. bootstrap: CARGO_TARGET_$TARGET_RUSTFLAGS is appended to RUSTFLAGS

    f342ede Opened by Jon Gjengset at 2024-03-30 16:24:24 - 6 comments
  4925. Confusing diagnostic suggesting to remove .await in attribute macro

    3ae4785 Opened by TimJentzsch at 2022-03-12 11:19:43 - 2 comments
  4926. Investigate computing crate_hash by hashing metadata

    d10cb46 Opened by Camille Gillot at 2024-03-19 13:18:11 - 18 comments
  4927. The Try trait causes str::parse to infer the unit type ()

    057b7f0 Opened by Jacob Birkett at 2024-10-05 04:38:33 - 6 comments
  4928. Erroneous unused_unsafe diagnostic for macro invocations

    670fd77 Opened by Tom Niget at 2022-03-13 16:39:07 - 1 comment
  4929. Apparently unnecessary bound check

    6f242f6 Opened by Yuxiang Liu at 2025-02-14 03:57:57 - 1 comment
  4930. Tracking Issue for extra UTF-16 methods

    685f9b6 Opened by Clar Fon at 2025-04-05 11:05:13 - 6 comments
  4931. pass-by-value bool summation optimizes poorly

    a1b1025 Opened by Dan Burkert at 2024-01-26 01:35:07 - 1 comment
  4932. Suggestions when a single-field enum variant pattern is needed

    582e3e1 Opened by Kevin Reid at 2022-03-14 20:13:13
  4933. "failed to open bitcode file: No such file or directory" 2, electric boogaloo

    9ba18b2 Opened by tbodt at 2022-03-16 17:40:23
  4934. Segmentation fault when compiling unicode-bidi inside Docker

    6eb9605 Opened by Simeon H.K. Fitch at 2024-04-16 03:54:46 - 4 comments
  4935. Type inference on HashSet

    07aab0c Opened by Yuri6037 at 2023-04-26 02:38:14 - 1 comment
  4936. Tracking issues for unstable language features used by std

    ddbcc86 Opened by Mara Bos at 2023-03-14 07:36:15 - 9 comments
  4937. Tracking issues for unstable library features used by std

    994eb4e Opened by Mara Bos at 2022-03-15 20:22:19 - 2 comments
  4938. Redundant vtable entries are generated, resulting in unnecessary amounts of LLVM IR being emitted

    097c2e5 Opened by Joshua Barretto at 2022-06-23 21:21:02 - 7 comments
  4939. Tracking Issue for #[deprecated_safe] attribute

    e8701c4 Opened by Deleted user at 2024-06-03 18:03:45 - 3 comments
  4940. Compile fail with implicit return

    a124a01 Opened by Marc Bowes at 2024-08-21 05:21:35 - 2 comments
  4941. Statically linking libc++ requires disabling static-libstdcpp

    400b4b0 Opened by David Koloski at 2023-07-30 12:57:23 - 10 comments
  4942. Refactor HIR item-like traversal

    c886847 Opened by Camille Gillot at 2025-03-20 16:29:16 - 5 comments
  4943. thread 'rustc' panicked at 'Box<dyn Any>', compiler/rustc_errors/src/lib.rs:1169:9

    e123580 Opened by NahejL at 2023-10-22 13:57:39 - 2 comments
  4944. Certain Emoji cannot be used as character literals

    5b52107 Opened by Brian Hardy at 2023-04-09 03:23:20 - 4 comments
  4945. Unclear diagnostic with closures pass by reference

    b842d0a Opened by Yuri6037 at 2022-03-17 14:12:44
  4946. Confusing error from an incorrect return; in async block

    32112cc Opened by Sebastian Paarmann at 2022-03-18 08:41:19 - 1 comment
  4947. DWARF debug info generated for C-style enums breaks assumptions of C/C++ tooling

    b44f1c0 Opened by Javier Blazquez at 2022-03-23 01:43:22 - 5 comments
  4948. Watch out for modules privacy when proposing traits to associate with an item

    a70188d Opened by Catena cyber at 2022-06-02 12:29:01 - 2 comments
  4949. $crate is not a valid new identifier for ::proc_macro::Ident::new()

    d8865aa Opened by Daniel Henry-Mantilla at 2022-03-18 16:32:26
  4950. Suggest that Pin<Box<dyn Unpin + Future>> is redundant

    3706113 Opened by jyn at 2022-03-22 18:29:14 - 2 comments
  4951. Make traits_in_crate and impls_in_crate proper queries and use them

    cf6c93e Opened by Camille Gillot at 2025-01-14 20:17:26 - 5 comments
  4952. io::cleanup() can panic in unusual circumstances

    0cd9c64 Opened by Jack Wrenn at 2023-11-06 08:04:07
  4953. ICE: 'index out of bounds: the len is 0 but the index is 0'

    672a963 Opened by Diana at 2024-04-15 09:53:10 - 3 comments
  4954. Tracking Issue for more complex const parameter types: feature(adt_const_params)

    2108585 Opened by lcnr at 2024-08-13 02:39:15 - 15 comments
  4955. Building LLVM from source doesn't forward -j x to cmake

    7134b17 Opened by Jörg Saßmannshausen at 2023-02-03 08:01:43 - 4 comments
  4956. Is bool FFI-safe?

    3a1790f Opened by Miguel Young at 2022-07-01 20:23:39 - 2 comments
  4957. Feature Request: search by keywords in items description

    50c08f2 Opened by Yassin Eldeeb at 2022-06-07 15:03:19 - 7 comments
  4958. rustdoc: missing inherent impls on reexport

    0926847 Opened by lcnr at 2024-11-08 00:16:10 - 1 comment
  4959. Hygiene of used macro item is weird.

    4e1ca24 Opened by Connor Horman at 2024-12-12 23:07:30 - 4 comments
  4960. std::fs::canonicalize fails to resolve /dev/stdin connected to pipe

    41372f1 Opened by Kartik Sharma at 2023-11-06 08:03:38 - 5 comments
  4961. Compilation of curve25519-dalek is extremely slow with certain flags used by cargo-fuzz

    2b5a30b Opened by Ruud van Asseldonk at 2024-11-12 10:16:07 - 8 comments
  4962. Unclear static lifetime message

    09f3eb6 Opened by pierwill at 2023-07-21 08:50:59 - 5 comments
  4963. Suggest adding a reference for &[str], not just str

    94d5b7b Opened by jyn at 2022-03-24 19:29:07 - 2 comments
  4964. Confusing Error Message on Closure Argument Lifetimes

    c38b4a7 Opened by Luuk Wester at 2022-06-19 22:30:48 - 2 comments
  4965. Consider making RemoveFalseEdges a MIR phase

    f0e389a Opened by pierwill at 2023-04-26 02:28:35 - 4 comments
  4966. No syntactic way to specify GATs with where bounds in where clauses

    30d471b Opened by Joe Hauns at 2025-04-15 13:36:57 - 5 comments
  4967. Add note explaining that the same variant of the same enum with different type params are different types

    e7debb1 Opened by Esteban Kuber at 2022-06-19 22:22:53 - 4 comments
  4968. AArch64: target_feature=pmuv3 should not be assumed by default for all CPUs.

    2c6410a Opened by Laine Taffin Altman at 2024-05-12 00:01:16 - 1 comment
  4969. noalias on a Box doesn't seem to have an impact when compiling without -C panic=abort

    579448f Opened by Jeff Muizelaar at 2024-10-01 07:40:54 - 6 comments
  4970. "cannot return … reference to data owned by the current function" even though the result would be a harmless reborrow

    dd134e2 Opened by Kevin Reid at 2024-10-04 23:11:01
  4971. Confusing "the parameter type Self may not live long enough" error with dyn HRTB callback taking GAT

    d057aa0 Opened by Kestrer at 2024-09-24 21:36:38 - 4 comments
  4972. Using Option to get undefined behaviour in a const

    5809561 Opened by Arnaud Golfouse at 2024-01-24 13:28:50 - 26 comments
  4973. Changing options on cloned TcpStream doesn't propagated to the original one

    60e6292 Opened by Numenorean at 2025-01-24 12:22:15 - 5 comments
  4974. Suggest borrowing when user tries to convert T to &U but only impl From<T> for U exists

    698c368 Opened by Burak Varlı at 2022-03-27 20:33:13 - 1 comment
  4975. Type inference problem

    197b970 Opened by jongiddy at 2022-05-13 13:15:32 - 1 comment
  4976. Tracking Issue for feature(coroutine_clone)

    ecc7d61 Opened by Andrew Cann at 2023-10-21 19:58:32 - 1 comment
  4977. Can we split E0308 into different errors for better --explain?

    e9deca4 Opened by scottmcm at 2022-04-24 00:09:11 - 1 comment
  4978. Odd and unexpected compiler error

    16ee584 Opened by Arjun Nair at 2024-01-24 13:29:38 - 4 comments
  4979. Tracking Issue for mem::conjure_zst (feature(mem_conjure_zst))

    e657eb5 Opened by scottmcm at 2022-03-28 18:24:41 - 3 comments
  4980. Compiler hangs indefinitely when using associated types instead of their explicit type.

    f83392f Opened by Benno Lossin at 2024-08-15 17:28:15 - 2 comments
  4981. Performance regression since nightly-2022-03-05

    036658c Opened by Robin Freyler at 2024-09-08 16:25:13 - 4 comments
  4982. ICE: Normalizing Binder without wrapping in a Binder

    d8bc22c Opened by QuineDot at 2023-09-23 01:49:03 - 6 comments
  4983. -Z terminal-width should account for compiler-generated text, not just user-supplied text

    d6e0540 Opened by Jake Goulding at 2023-04-05 17:28:32 - 1 comment
  4984. Tracking Issue for SyncUnsafeCell

    ad62cf4 Opened by Mara Bos at 2024-08-14 18:30:57 - 22 comments
  4985. Boxes with custom allocators break several underlying assumptions in Miri (and MIR more broadly)

    1d72baa Opened by Autumn at 2024-12-26 21:59:19 - 28 comments
  4986. The compiler should error when trying to transmute pointer values with incompatible alignment

    0377b23 Opened by Marijn Schouten at 2024-12-21 05:08:13 - 2 comments
  4987. [strict provenance] Rationalize "Oxford Casts"

    827bc0a Opened by Aria Desires at 2022-05-26 01:29:05 - 4 comments
  4988. [strict provenance] make panic_unwind conform

    604820d Opened by Aria Desires at 2024-05-10 08:59:25 - 4 comments
  4989. [strict provenance] Fix System APIs That Are Liars

    55b0f3a Opened by Aria Desires at 2023-04-05 22:36:44 - 21 comments
  4990. [strict provenance] Make The strict_provenance APIs Actual Compiler Magic?

    142eca8 Opened by Aria Desires at 2024-10-01 19:47:06 - 6 comments
  4991. unused_crate_dependencies false-positives in Cargo packages with muliple Cargo Targets (lib, bins, examples, tests, benches)

    31fe6b3 Opened by Marijn Suijten at 2025-03-09 15:07:03 - 11 comments
  4992. debuginfo: identify awaitee (via special name or other solution)

    a8a9713 Opened by Felix S Klock II at 2022-10-13 13:16:06 - 4 comments
  4993. Calculation of values passed by value no longer optimzed

    13acf5f Opened by Stein Somers at 2023-09-30 16:14:10 - 3 comments
  4994. Location is missing the function name

    36f01df Opened by schreter at 2023-11-28 04:46:44 - 15 comments
  4995. Tcp/UdpSocket.set_ttl fails on macOS for ipv6 sockets

    f6640be Opened by Matthias Wahl at 2024-11-12 10:25:37
  4996. Awkward parse error for macro_rule repetition missing its */+/?

    cfbe5c5 Opened by scottmcm at 2022-04-01 03:54:22
  4997. Import order breaks compilation with undefined reference to rust_begin_unwind.

    3eccbd7 Opened by Markus Reiter at 2024-07-30 14:03:09 - 1 comment
  4998. std::process::Command::spawn() leaks file descriptors on unix platforms that don't have pipe2()

    127a68b Opened by Nico Weber at 2024-01-29 18:29:01 - 5 comments
  4999. Tracking Issue for *mut [T]::split_at_mut

    79f84f1 Opened by the8472 at 2023-11-24 07:05:47 - 4 comments
  5000. When rustdoc tests crash, it is very difficult to investigate the failure

    93cb010 Opened by Simonas Kazlauskas at 2024-03-01 05:17:11 - 1 comment
  5001. Audit string literals in inline assembly syntax for correct unescaping

    7f811a7 Opened by Vadim Petrochenkov at 2022-04-03 21:54:17 - 1 comment
  5002. rustdoc: Mark public items, instead of private items, with --document-private-items

    51dd480 Opened by Noah Lev at 2022-05-20 05:03:11 - 4 comments
  5003. Panic in thread::sleep() on arm32 Debian 10

    fa38b0b Opened by Andrew Smith at 2023-11-06 08:02:09 - 7 comments
  5004. unwrap_unchecked is slower than unwrap in benchmarks

    e67bb9e Opened by Alexey at 2023-03-21 17:59:07 - 2 comments
  5005. [NLL] Loss of error codes for NLL errors

    a16d824 Opened by Jack Huey at 2022-04-05 16:38:04
  5006. rustc_expand can be tricked into infinite loops

    d55cfba Opened by jyn at 2022-10-13 19:17:46 - 10 comments
  5007. Automatically detect number of columns for test cases to display in terse mode

    145ac4c Opened by beef at 2022-04-06 02:28:59
  5008. Unexpected "the parameter type X may not live long enough" error in asynchronous functions

    bee4493 Opened by Changgyoo Park at 2024-12-21 04:56:49 - 5 comments
  5009. cargo check results in SIGSEGV: invalid memory reference

    6e622a5 Opened by Gabi Moldovan at 2022-08-22 09:14:25 - 6 comments
  5010. Allocator::grow does not verify all safety conditions of GlobalAlloc::realloc

    c292883 Opened by David Koloski at 2022-04-12 20:35:41 - 3 comments
  5011. assertion failed at compiler\rustc_middle\src\mir\mod.rs:520:13

    77c738e Opened by Aaron Kutch at 2023-04-05 17:41:36 - 2 comments
  5012. Odd macro diagnostic "no rules expected the token ``" with empty vis fragment capture

    9962981 Opened by Lukas Wirth at 2024-10-04 23:08:25 - 1 comment
  5013. Super-linear compile time growth for repeated expressions

    30b1712 Opened by Sophia J. Turner at 2025-02-14 04:04:33 - 1 comment
  5014. Rustdoc 1.60 produces flat UI

    ff1d08d Opened by pravic at 2022-04-12 19:55:15 - 7 comments
  5015. Behavior of let _ = for captured variables in closure can be very strange

    bdab07c Opened by Catherine West at 2022-06-13 14:24:05 - 5 comments
  5016. Compiling with RUSTFLAGS="-C instrument-coverage" changes dependency tracking for doctest builds

    95801cd Opened by Eric Scouten at 2022-11-07 19:15:35 - 12 comments
  5017. Run button is not useable for users on mobile devices

    da5666e Opened by Guillaume Gomez at 2023-03-02 07:19:35 - 2 comments
  5018. Lower the required mir-opt-level for NormalizeArrayLen

    36530f5 Opened by Alexander at 2022-04-18 14:45:30 - 2 comments
  5019. Searching for "length" in the documentation should return the "len" methods

    a5b7f9c Opened by Badel2 at 2023-03-30 21:32:58 - 3 comments
  5020. Trait projection plus return type hinders coercion of function argument

    b426c4a Opened by QuineDot at 2023-03-13 16:37:22 - 4 comments
  5021. Wrong code generation in core library with ROPI-RWPI relocation model on ARMv7em.

    3d7df5b Opened by Zhiyao Ma at 2022-04-30 11:50:52 - 15 comments
  5022. compiled artifact size increase between 2022-04-05 and 2022-04-06

    640492c Opened by klensy at 2025-02-14 04:02:41
  5023. Should libstd handle cross-filesystem renames?

    14e8cdd Opened by jyn at 2022-05-24 19:22:41 - 2 comments
  5024. const bindings don't appear in debug info

    bd73f0d Opened by Kyle Huey at 2024-01-26 00:51:00
  5025. HRTB with nested lifetimes and explicit lifetime bounds fails.

    670b40b Opened by Ali MJ Al-Nasrawy at 2024-12-21 05:08:14 - 1 comment
  5026. rustc 1.59/1.60 builds musl binaries that segfault, when compiling with musl-gcc wrappers, due to static-pie default

    13af8bf Opened by Josh Triplett at 2023-11-03 14:38:27 - 17 comments
  5027. Give a better error when using an undeclared macro variable

    b185252 Opened by jyn at 2022-06-30 00:53:04 - 10 comments
  5028. Found unstable fingerprints for def_ident_span

    109c800 Opened by Jessa at 2022-04-23 17:59:13 - 6 comments
  5029. Compiler error fails to show unsatisfied bounds on trait implementation

    f2fe630 Opened by Bruno Kolenbrander at 2022-04-11 18:24:29 - 1 comment
  5030. Track which tests are run in CI

    87a87ad Opened by jyn at 2023-06-05 15:19:43 - 9 comments
  5031. The lint unused_doc_comments classifies all kinds of #[doc …] attributes as documentation comments

    1468d57 Opened by León Orell Valerian Liehr at 2024-05-13 15:24:05 - 3 comments
  5032. rustc_resolve: entered unreachable code in resolve_rustdoc_path

    0da33ce Opened by jyn at 2023-11-01 20:42:00 - 5 comments
  5033. Using macros 2.0 single-matcher shorthand with macro_rules! results in an invalid suggestion

    d580f49 Opened by Ruby Lazuli at 2023-03-15 03:30:55 - 3 comments
  5034. Tracking Issue for Provider API

    8389731 Opened by Jane Losare-Lusby at 2023-09-05 16:13:51 - 54 comments
  5035. Unhelpful error when trying to import from a crate without 'lib' crate-type

    7abcb60 Opened by Jonas Platte at 2024-11-24 08:52:34 - 2 comments
  5036. fn std::mem::drop() not accepted as argument of type fn(&Arg)

    099605c Opened by Matyáš Racek at 2024-07-30 13:25:06 - 5 comments
  5037. cross-crate intra-doc failures generate a broken link instead of stripping the link

    7ae82a8 Opened by Benjamin Herr at 2022-08-24 13:26:39 - 3 comments
  5038. Rustdoc share link to public link

    1ab500b Opened by Ivan Tham at 2022-04-15 11:45:49 - 1 comment
  5039. rebinding values in an async function can double the memory usage

    5ed3090 Opened by Justin Karneges at 2022-04-25 16:14:04 - 4 comments
  5040. Tracking Issue for MaybeUninit methods for arrays

    78ac5c6 Opened by Clar Fon at 2025-02-28 00:24:42 - 36 comments
  5041. UdpSocket requires bind at all costs causing unnecessary permission prompt on macos

    7a99a9f Opened by Yuri6037 at 2024-07-14 18:40:27 - 15 comments
  5042. Closure in async block fails to compile when it should, issues incorrect/misleading diagnostic

    3c83283 Opened by Chris Howie at 2022-07-20 22:35:44 - 4 comments
  5043. Tracking Issue for slice::Split::as_slice()

    d9bbb9e Opened by Julian Knodt at 2024-11-24 02:00:14 - 3 comments
  5044. higher ranked lifetimes not recognized by type alias impl trait

    27f4c41 Opened by Oli Scherer at 2024-09-24 22:43:06 - 6 comments
  5045. Type inference with generics sometimes does not work with type annotation on the variable

    b4e77bf Opened by Vanadiae at 2025-03-16 19:36:09 - 1 comment
  5046. doc(cfg) doesn't work on glob reexports

    1734f21 Opened by Crystal Durham at 2023-06-21 08:24:53 - 3 comments
  5047. bootstrap: Remove the distinction between compiler and compiler_for

    eb33f73 Opened by jyn at 2025-02-15 15:36:11 - 8 comments
  5048. arithmetic_overflow diagnostic triggers when shifting u8 but not &u8

    1fdc808 Opened by tbodt at 2024-05-13 15:23:23 - 1 comment
  5049. "meta-variable x repeats N times, but y repeats M times" error is confusing

    7de1832 Opened by Clar Fon at 2022-10-28 13:36:32 - 8 comments
  5050. [NLL] Duplicated errors

    bc6894c Opened by Élie ROUDNINSKI at 2022-05-21 16:45:16 - 3 comments
  5051. Error typechecking lifetime-GAT bound when "parent" bound is inferred

    4d94107 Opened by Audun Halland at 2024-09-24 20:59:58 - 5 comments
  5052. Rustdoc warns about comments in code blocks

    21c1c11 Opened by Neil Macneale V at 2022-04-21 08:45:43 - 3 comments
  5053. ICE in compiler/rustc_monomorphize/src/collector.rs when combining #[marker] and min_specialization

    7be03b6 Opened by the8472 at 2022-09-08 07:34:38
  5054. Inferred lifetime bound for generic trait parameter is incorrect

    494c05e Opened by eds-collabora at 2024-01-24 13:40:19 - 2 comments
  5055. Consider warning when combination of Result/IntoIterator and Vec introduces unexpected type inference

    ca61496 Opened by Oliver Dunk at 2022-04-20 13:09:20
  5056. Poor error message for closure expression that does not infer required higher-ranked lifetime

    fd06427 Opened by Lily Ballard at 2024-09-24 22:42:26 - 1 comment
  5057. Tracking Issue for TCP_QUICKACK support on Linux

    1d67eb9 Opened by berendjan at 2024-08-15 18:19:07 - 3 comments
  5058. double-ICE checking rustc_codegen_cranelift after cargo update

    0c995da Opened by Josh Stone at 2022-04-26 00:45:39
  5059. [NLL] Many errors generated instead of one with many notes

    0d0da05 Opened by Élie ROUDNINSKI at 2022-04-21 13:33:24 - 2 comments
  5060. Tracking Issue for pointer_is_aligned_to

    5817378 Opened by Aria Desires at 2024-03-30 18:12:21 - 13 comments
  5061. Wrong trait in "use the fully qualified path for the potential candidates" suggestion

    0d0e911 Opened by David Tolnay at 2023-08-03 10:57:57 - 2 comments
  5062. yarte_lexer 0.0.1 compilation regression

    4f9ba02 Opened by Nicholas Nethercote at 2022-05-23 09:03:15 - 8 comments
  5063. rustdoc: Make sure that items are not constructed multiple times during doc inlining

    81132ea Opened by Vadim Petrochenkov at 2022-04-22 18:21:09 - 1 comment
  5064. Show crate features in rustdoc

    a5f34dc Opened by Milo at 2022-04-22 19:36:10 - 3 comments
  5065. rustc panicked at Failed to extract DefId

    46c3d1b Opened by Émile Fugulin at 2022-12-02 15:33:02 - 5 comments
  5066. Ordering of bounds matters with GAT/HRTB

    a9238f4 Opened by Ali MJ Al-Nasrawy at 2024-09-24 21:36:39 - 4 comments
  5067. [NLL] Lifetimes errors in a function can mask later errors in same function

    10c095d Opened by Élie ROUDNINSKI at 2022-05-21 17:09:36 - 5 comments
  5068. [NLL] Loss of span for consider adding an explicit lifetime bound suggestions

    260f1cc Opened by Élie ROUDNINSKI at 2022-06-04 21:03:51 - 1 comment
  5069. [NLL] Improve error spans for regions-bounded-by-trait-requiring-static.rs ui test

    428c678 Opened by Élie ROUDNINSKI at 2022-04-23 09:50:13
  5070. E0207 occurs even though the generic type is bound as an associated type

    6de5fa4 Opened by trrk at 2024-12-21 05:08:14 - 4 comments
  5071. Trait resolver hangs when evaluating cyclic requirement with lifetimes

    5c9c5ff Opened by nora at 2022-06-02 15:52:25 - 9 comments
  5072. Consider warning on --exclude src/tools/tidy if the exclude isn't used

    c56041f Opened by jyn at 2022-04-23 15:57:53 - 1 comment
  5073. The iterator documentation lacks guidance for implementers of iterators with side-effects

    d8783e4 Opened by Simonas Kazlauskas at 2025-01-24 08:27:05 - 4 comments
  5074. Missing rust-gdb pretty printer for cdylib shared objects

    5fbff8e Opened by Colin Jermain at 2023-04-05 17:43:58 - 3 comments
  5075. Tracking Issue for experimental yeet expressions (feature(yeet_expr))

    76328e8 Opened by scottmcm at 2024-07-22 13:27:26 - 26 comments
  5076. Tracking Issue for ops::Yeet (feature(try_trait_v2_yeet))

    0c4f996 Opened by scottmcm at 2025-02-10 23:51:30 - 15 comments
  5077. [rustdoc] query symbol docs on the CLI

    7799a01 Opened by Stefan Schindler at 2024-11-10 18:27:21 - 2 comments
  5078. TAIT: hidden type cannot be another opaque type from the same scope

    287bec9 Opened by Dario Nieuwenhuis at 2023-04-05 17:28:34 - 2 comments
  5079. Inconsistent behavior of borrow checker against method and function calls with &mut and &.

    a2f2234 Opened by Jiang Zhe at 2024-01-25 12:15:41 - 2 comments
  5080. Wrong fix suggested for missing as_mut in the presence of RefCell<Option<>>

    3bb2898 Opened by Kyle Huey at 2022-11-05 19:11:14 - 3 comments
  5081. rust-gdb should automatically break on rust_panic

    114b447 Opened by Anton Romanov at 2023-04-09 03:12:34 - 3 comments
  5082. Unhelpful error when using the new module file layout

    950f368 Opened by colin-grapl at 2022-04-26 15:53:55 - 1 comment
  5083. More accurate suggestion for missing binop trait bounds

    d528e1e Opened by Esteban Kuber at 2022-04-26 21:01:49 - 2 comments
  5084. Windows 32-bit shell: x.py fails (in hard to dissect fashion) during LLVM build

    7364745 Opened by Felix S Klock II at 2022-07-11 13:12:30 - 2 comments
  5085. windows: x.py test failure from codegen test suite

    dd57c64 Opened by Felix S Klock II at 2023-05-09 22:32:35 - 6 comments
  5086. GAT combined with HRTB doesn't work and has confusing diagnostics

    9f10672 Opened by John-John Tedro at 2024-09-24 21:36:39 - 5 comments
  5087. Tracking Issue for socket set_mark

    6124fce Opened by David CARLIER at 2022-04-27 05:01:14 - 1 comment
  5088. Conditionally obtaining a function, then calling, emits suboptimal indirect calls (that can be direct)

    0d71868 Opened by Deleted user at 2025-02-14 03:57:58 - 3 comments
  5089. Codegen features are no longer recognized by rustc

    8d7e970 Opened by Alphyr at 2022-10-28 10:21:05 - 11 comments
  5090. Build failure in x86 container on M1 chips

    af7bc69 Opened by Letu Yang at 2024-11-26 19:16:00 - 4 comments
  5091. Increased code size due to unnecessary memcpy libcall in MaybeUninit::assume_init

    ae81e7c Opened by piegames at 2022-07-30 22:58:39 - 6 comments
  5092. ICE on iterator closure with bevy advanced type alias

    292382b Opened by Nicola Papale at 2024-03-16 16:29:14 - 1 comment
  5093. Unobservable vec, and arrays writes always always emit for size >= 3

    dfcbc5c Opened by Deleted user at 2024-02-24 19:22:04 - 9 comments
  5094. Only determine impl-trait desugaring kind once

    2191259 Opened by Camille Gillot at 2024-10-26 20:11:55 - 4 comments
  5095. Confusing error when metavariable expressions are used outside of reptitions

    9eb5a2d Opened by Wesley Norris at 2022-08-15 20:32:19 - 2 comments
  5096. Suggest updating type alias in this case where it causes a compile error

    6402975 Opened by Ryan Wiedemann at 2022-05-10 02:03:10 - 3 comments
  5097. Desuraring of destructuring assignment has subtle effects on drop-order / scopes of temporaries

    3827d50 Opened by Frank Steffahn at 2022-04-30 17:19:54 - 3 comments
  5098. Suggest as _ when type coercion is not allowed

    22b9578 Opened by HKalbasi at 2022-05-02 15:18:21 - 2 comments
  5099. rust-dev LLVM artifacts are corrupt on FreeBSD 13

    aa96f54 Opened by Mara Bos at 2022-07-11 00:34:59 - 18 comments
  5100. Rustc "overflow evaluating the requirement" while it should work.

    6cae56b Opened by Wojciech Daniło at 2024-12-21 04:56:49 - 8 comments
  5101. Random lifetime may not live long enough from other part of the code

    fd5d726 Opened by Dzenan Jupic at 2023-01-25 15:36:16 - 20 comments
  5102. Emit optimization remarks to the final binary, not the console

    29810da Opened by Thorsten Schütt at 2023-07-06 13:34:40 - 4 comments
  5103. Remove dependency formats from crate metadata

    2a9fd2c Opened by bjorn3 at 2022-09-21 17:49:06 - 5 comments
  5104. Tracking Issue for windows_process_extensions_main_thread_handle

    0f4ad3f Opened by Nicolas Abram at 2023-12-27 03:16:42 - 4 comments
  5105. GAT with HRTB yields weird inference errors.

    fffe34b Opened by Ali MJ Al-Nasrawy at 2024-09-24 21:36:40 - 6 comments
  5106. Tracking Issue for Hasher::{write_str, write_length_prefix} (feature(hasher_prefixfree_extras))

    040ee08 Opened by scottmcm at 2024-04-10 09:52:44 - 2 comments
  5107. empty expansion of a macro pattern does not cause the comma-separated repetition expander to omit the comma

    edde265 Opened by Danny Milosavljevic at 2024-01-24 13:51:35 - 9 comments
  5108. Tracking issue windows_process_extensions_cur_creation_flags

    a3eea9b Opened by Nicolas Abram at 2023-07-22 20:13:35 - 1 comment
  5109. Don't print name resolution errors if a crate fails to load

    18a1521 Opened by jyn at 2024-12-15 09:14:11 - 8 comments
  5110. about r"#![windows_subsystem = "windows"]" and Window administrator identity inheritance

    f348398 Opened by Misaka299 at 2024-11-12 10:24:58 - 1 comment
  5111. weird warning diagnostic when nesting panics: unreachale nested panic is not unreachable

    cbc9c92 Opened by Matthias Krüger at 2022-07-12 22:58:45 - 1 comment
  5112. using const &str as format "literal"?

    8ee98a2 Opened by Matthias Krüger at 2024-11-07 20:10:32 - 2 comments
  5113. Re-export symbols recursion occurs

    69c39b9 Opened by aadog at 2024-01-25 21:36:28 - 8 comments
  5114. ICE: no MIR available for DefId

    5063ca1 Opened by Matthias Krüger at 2023-03-03 13:36:20 - 2 comments
  5115. Incorrect "implementation of Send is not general enough" error with lifetimed Send impl used in async fn

    74a38ec Opened by Sabrina Jewson at 2024-08-21 09:03:23 - 11 comments
  5116. Docs say --remap-path-prefix treats paths as strings during matching but compiler does not

    2382980 Opened by Michael Woerister at 2023-06-16 16:33:51 - 2 comments
  5117. Internal Compiler Error working with Enum, Match

    7ffa499 Opened by zamion84 at 2023-12-25 17:18:08 - 3 comments
  5118. Tracking Issue for RFC 3239: Add target configuration

    a4792ff Opened by Felix S Klock II at 2022-05-10 15:33:06 - 2 comments
  5119. rustdoc: micro scroll bars on "all" page

    ad0a11b Opened by Jacob Hoffman-Andrews at 2022-05-12 17:06:51 - 2 comments
  5120. Should repr(transparent) require inhabited 1-ZSTs?

    cf2356d Opened by scottmcm at 2024-11-01 19:21:14 - 13 comments
  5121. Always-inline closure passed via impl FnOnce doesn't inline

    fd10726 Opened by Caleb Zulawski at 2024-11-27 08:10:13 - 2 comments
  5122. Spurious "error: could not find native static library objc, perhaps an -L flag is missing?" on macOS Big Sur

    c2ca188 Opened by Adam Szkoda at 2024-10-10 16:24:32 - 3 comments
  5123. Invalid unused_constant warning

    2eae4d4 Opened by Emilio Cobos Álvarez at 2023-04-05 17:28:34 - 3 comments
  5124. Misleading error message when mistyped pattern matching in closure's argument

    134eae1 Opened by Egor Suvorov at 2022-12-28 13:52:10 - 4 comments
  5125. Questionable suggestion to use dyn in UFCS syntax

    4727bc7 Opened by Miguel Young at 2022-05-12 17:59:10
  5126. format! should be able to parse arbitrary inline expressions and provide a targeted error

    3c1bfb7 Opened by Esteban Kuber at 2025-03-03 18:04:34 - 6 comments
  5127. Unterminated string error message points at the wrong line

    48cdcca Opened by Gheorghe Anghelescu at 2022-05-16 12:44:44 - 3 comments
  5128. E0308 expected and found are identical

    0fa77f1 Opened by Jendrik at 2022-06-19 21:07:22 - 2 comments
  5129. thread 'rustc' panicked at 'no entry found for key', compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs:547:9

    05673e7 Opened by bjorn3 at 2022-05-13 14:33:19
  5130. ptr::copy_nonoverlapping slower then manual bytewise copy

    fd903af Opened by tower120 at 2023-09-07 10:29:39 - 3 comments
  5131. Doctests now run on non-exported macro_rules!, but can't actually test the macro

    5d70235 Opened by Josh Stone at 2022-07-14 09:10:57 - 7 comments
  5132. Better pattern argument naming in rustdoc

    3a71d55 Opened by Conrad Ludgate at 2022-10-09 23:43:26 - 28 comments
  5133. Borrowck cannot infer dangling lifetimes

    d285bbb Opened by Soni L. at 2024-01-26 00:52:11 - 3 comments
  5134. Feature-gating on closures is broken

    915f480 Opened by Yuki Okushi at 2022-05-16 10:02:36
  5135. Inhibit unused_mut variables if unused_variables is also triggered

    4695420 Opened by Dirkjan Ochtman at 2022-05-16 10:12:21
  5136. Should debuggers treat ZSTs initializers as code to step through?

    083db15 Opened by Felix S Klock II at 2022-05-16 14:55:09
  5137. unpretty=hir,typed output confusing for futures::select! macro

    817be61 Opened by Felix S Klock II at 2024-03-21 04:02:54
  5138. FakeRead is semantically meaningful to miri (but gets optimized away)

    b60f7eb Opened by Niko Matsakis at 2024-05-29 19:44:18 - 14 comments
  5139. Tracking Issue for ExitCode::exit_process()

    20ab182 Opened by Noa at 2025-01-28 19:51:08 - 4 comments
  5140. Misleading error messages on closure lifetimes, instead of type

    6dd7169 Opened by Kubik at 2022-05-17 06:20:39
  5141. Diagnostic improvement of macros

    8929a46 Opened by Frank King at 2022-05-17 23:29:54 - 1 comment
  5142. Stop using inherent impl to generate auto/blanket impl

    cc962fc Opened by Michael Howell at 2022-05-18 00:25:19
  5143. Double-panics recurse in panic = "abort" mode

    559b83f Opened by James Munns at 2024-07-13 19:01:11 - 3 comments
  5144. !nonnull not emitted when loading the field of nonnull

    25b8f4f Opened by beepster at 2023-04-05 17:34:51 - 6 comments
  5145. CTFE cycle error doesn't adequately point out location of cycle

    5128c02 Opened by Clar Fon at 2024-01-25 15:42:22 - 5 comments
  5146. Use of moved closure suggests using a move reference instead of borrowing the closure

    344fed2 Opened by Seyon Sivarajah at 2024-04-17 01:57:29 - 3 comments
  5147. Tracking Issue for seekable io::Take

    d0f770f Opened by Baojun Wang at 2025-01-21 18:16:19 - 1 comment
  5148. Make rustc gracefully handle "too many open files"

    e182c3f Opened by Ryan Butler at 2025-03-11 19:43:02 - 6 comments
  5149. [NLL] "so that ... will meet its required lifetime bounds" should point to RPIT, not statement

    a45a49c Opened by Jack Huey at 2022-05-21 17:15:38
  5150. [NLL] "that is required by this bound" note missing

    d6cec6d Opened by Jack Huey at 2022-05-25 23:50:57 - 1 comment
  5151. [NLL] "'static requirement introduced here" note missing

    157e657 Opened by Jack Huey at 2022-06-05 05:44:19 - 2 comments
  5152. Provide better diagnostics upon encountering an infinite cyclic type

    54ad62f Opened by Winter at 2022-05-21 19:10:43
  5153. [NLL] No "expected ..., found ..." in diagnostics

    e13d168 Opened by Jack Huey at 2022-06-05 05:39:14 - 1 comment
  5154. box syntax creates Box<T> where T is not yet initialized

    7504a92 Opened by Matthias Krüger at 2025-02-07 07:20:18 - 19 comments
  5155. Clarify that patterns may be used in trait implementations when explaining E0642

    2c0bd57 Opened by Kent Gamelin at 2023-02-08 12:45:50 - 1 comment
  5156. UX bug: apparent Cargo output (from rustc) tells me to use a flag that doesn't exist in Cargo, -Z macro-backtrace.

    51d005c Opened by Nathan Wilcox at 2024-01-26 00:54:06 - 4 comments
  5157. Diagnostic regression when rustc cannot specialize (using min_specialization)

    a1f5a67 Opened by Robin Moussu at 2024-04-19 14:29:17
  5158. Give dynamically generated instructions on how to replicate x.py errors

    7dbd891 Opened by jyn at 2022-05-24 01:05:51
  5159. Create a tool which suggests tests to run based on modified files

    6e04a07 Opened by jyn at 2023-01-19 12:50:19 - 5 comments
  5160. #[derive(Debug)] fails when a generic parameter shares the name of the generic type

    de83cbd Opened by Avery Antónia Rosenblum-O'Connor at 2022-05-28 02:55:30 - 17 comments
  5161. Tracking Issue for RFC 3216: "Allow using for<'a> syntax when declaring closures"

    16192ff Opened by Felix S Klock II at 2024-08-30 20:42:56 - 26 comments
  5162. Suggest to add a semicolon for generic functions

    3fc9046 Opened by Chayim Refael Friedman at 2022-06-02 17:31:00 - 1 comment
  5163. cargo test linker error

    863dd32 Opened by Jasen Qin at 2022-05-25 13:19:57 - 1 comment
  5164. Surprising diagnostics for E0623 lifetime mismatch

    a939a47 Opened by Dirkjan Ochtman at 2023-11-16 17:41:57 - 2 comments
  5165. "error[E0119]: conflicting implementations of trait" resolves same trait in different ways?

    ce54095 Opened by Matthias Krüger at 2022-05-25 21:37:54
  5166. Audit accesses to the source_map

    3ed6982 Opened by Camille Gillot at 2023-04-05 17:28:35 - 3 comments
  5167. Investigate eliminate region_scope_tree

    eb2cadf Opened by Niko Matsakis at 2025-02-14 03:57:58
  5168. Refutable slice pattern with let produces a possibly misleading diagnostic for &[T; N] and a much better diagnostic with &[T]

    c2106bc Opened by Ben Kimock at 2022-06-02 17:28:51
  5169. Presence of type wildcard affects type inference in async

    ffdd796 Opened by Joshua Liebow-Feeser at 2023-04-26 18:56:16 - 6 comments
  5170. Rustc does not terminate on some inputs

    f891488 Opened by Luca Versari at 2024-12-21 04:56:50 - 5 comments
  5171. Scrt1.o: contains a compressed section, but zlib is not available with rust-lld, *-musl toolchain & -C target-feature=-crt-static

    65f7b57 Opened by Artur Sinila at 2023-03-04 00:04:59
  5172. Substantial debug-test-optimized-depedencies Performance Regression in 1.59

    b82b0f0 Opened by Matt Corallo at 2023-03-03 18:47:11 - 15 comments
  5173. Constant gets evaluated despite unsatisfied where clauses

    b9f36c7 Opened by Ralf Jung at 2025-02-14 04:03:30 - 7 comments
  5174. x.py dist followed by x.py build compiler/rustc causes rustc to be rebuilt

    d342ee5 Opened by the8472 at 2022-09-19 01:27:46 - 4 comments
  5175. Mundane HRTB causes constraint satisfaction failure

    d0742d3 Opened by Chris Kay at 2024-09-24 21:35:14 - 1 comment
  5176. x build src/tools/cargo builds the compiler

    d691f70 Opened by jyn at 2022-05-29 15:50:14 - 4 comments
  5177. Generic associated types break lifetime checks

    17976fe Opened by 101arrowz at 2024-09-24 20:54:59 - 3 comments
  5178. Tracking Issue for Thread::{into_raw, from_raw}

    cd2e7e2 Opened by Ibraheem Ahmed at 2025-02-09 13:49:06 - 4 comments
  5179. Tracking Issue for extern "rust-cold" ABI (feature rust_cold_cc)

    1ec1380 Opened by scottmcm at 2023-02-23 19:08:09 - 2 comments
  5180. cargo test --doc does not respect CARGO_BUILD_JOBS env variable

    d691528 Opened by tmpolaczyk at 2024-04-17 02:06:59 - 2 comments
  5181. Personality function not required in no_std code that uses C_unwind FFI.

    04e85d4 Opened by Gary Guo at 2024-06-22 23:06:39 - 2 comments
  5182. ambiguous assoc types result in incorrect suggestion

    e84ffdf Opened by lcnr at 2023-11-19 11:27:14 - 1 comment
  5183. Rustdoc doesn't play well with use ... as _ syntax

    e831848 Opened by Vitalii Kryvenko at 2024-12-21 19:55:02 - 11 comments
  5184. rustdoc: Mechanism to show trait impls inline when relevant to very few methods

    730421a Opened by Josh Triplett at 2025-01-07 10:35:37
  5185. The asm! macro incorrectly zeroes high byte register if both high and low byte registers are used for input, and the low byte input value is zero.

    83622d9 Opened by Warlock at 2023-10-25 21:38:28 - 3 comments
  5186. Clean up cast categorization

    44e51ab Opened by Ralf Jung at 2023-04-05 17:41:36 - 6 comments
  5187. Sporadic errors with armhf-gnu CI remote test runs

    d93678c Opened by Eric Huss at 2024-11-26 17:12:57 - 3 comments
  5188. When requesting a different default linker (clang) build does not use it.

    51450e3 Opened by Firstyear at 2024-01-29 01:53:31
  5189. Sudden compiler error after another recompilation with slight changes to the code

    496e159 Opened by megahomyak at 2024-03-19 17:53:42 - 3 comments
  5190. “closure references itself” error when it’s not

    30e9678 Opened by Max “Goldstein” Siling at 2024-01-25 21:37:45 - 3 comments
  5191. "can't find crate" errors are easy to miss because they result in many more follow-up errors

    25a113c Opened by Jonas Platte at 2023-08-02 15:08:10 - 7 comments
  5192. bad diagnostic on using impl Trait in recursive function

    ee62e66 Opened by Ryan Levick at 2022-12-06 08:38:30 - 2 comments
  5193. dtrace's ustack() function cannot unwind stack frames on FreeBSD since 1.56.0

    5e071df Opened by Alan Somers at 2022-06-08 16:15:44 - 7 comments
  5194. Rustc does not recognize ttbr0_el2 as a valid armv8 system register

    e1314b3 Opened by Ian Kronquist at 2024-06-23 10:50:55 - 6 comments
  5195. ICE: !ty.has_infer_types_or_consts() with instrument-coverage

    0345089 Opened by Matthias Krüger at 2023-12-25 17:16:52 - 4 comments
  5196. False unconstrained type error and unresolved lifetime

    8723f8f Opened by jquesada2016 at 2024-01-26 11:24:57 - 2 comments
  5197. Macro typos generating exponentially growing token streams cause rustc to take exponentially long

    0b9e6a1 Opened by Crystal Durham at 2022-06-05 01:04:07 - 1 comment
  5198. Heap allocation of Arc not optimized out compared to Rc

    1dc3058 Opened by Alex Veber at 2022-06-05 03:10:04 - 2 comments
  5199. Macro expand too slowly,there some way to cache Macro like cache function.

    ecd1eec Opened by Rover at 2025-02-14 04:04:33 - 2 comments
  5200. specified formatting not applied if format_args() is passed to println!()

    29d0d52 Opened by Matthias Krüger at 2024-03-19 18:46:47 - 7 comments
  5201. Array Repeat operator should not use a loop for small sizes

    1d078d4 Opened by Jacob Lifshay at 2025-01-04 09:17:28 - 8 comments
  5202. Coherence issue when using crate-local traits with type parameters

    5ce5d45 Opened by Ghanan Gowripalan at 2024-12-21 04:56:50 - 2 comments
  5203. Recovering from keyword identifier mentions raw identifier that never appeared in the source code later

    fbf5dda Opened by Chayim Refael Friedman at 2024-07-17 14:34:43 - 7 comments
  5204. process::Command data loss when using Stdio::inherit for stdin and stdin has been read from

    6532812 Opened by John Goerzen at 2023-11-06 08:05:07 - 6 comments
  5205. Limiting deprecated lint output

    d93880e Opened by Dirkjan Ochtman at 2024-12-28 13:39:30
  5206. Incomplete error message "future created by async block is not Send"

    b220e83 Opened by Roman Zajic at 2022-06-10 00:16:58 - 5 comments
  5207. Tracking Issue for unix_sigpipe

    c9ad3bd Opened by Martin Nordholts at 2024-11-25 11:38:57 - 24 comments
  5208. Can't return reference to passed-in referent that is assigned in a loop

    0690d88 Opened by Jon Gjengset at 2024-01-29 01:45:00 - 3 comments
  5209. Mismatched wasm output on darwin vs Ubuntu

    71fe6d8 Opened by Nicolas Mattia at 2024-07-25 21:10:34 - 9 comments
  5210. Confusing error message when future borrows value that is moved into map() closure

    867561b Opened by Robert Grosse at 2022-06-09 20:54:50
  5211. Producing better output in case of "error[E0277]: the size for values of type dyn std::error::Error cannot be known at compilation time"

    4549925 Opened by Davide at 2022-06-09 22:21:50
  5212. Rust doesn't warn about never read fields in unreachable pub structures

    509f64c Opened by Kamila Borowska at 2022-06-10 20:03:44
  5213. Confusing "conflicting implementations" error when conflict occurs via Into<...> constraint

    7422514 Opened by Ross Williams at 2022-06-11 07:29:16 - 1 comment
  5214. confusing "borrowed data escapes outside of closure/function" with nll

    f344786 Opened by Benjamin Herr at 2023-01-29 13:55:31 - 2 comments
  5215. weird "private trait" errors around ptr::metadata for public struct wrapping private trait object

    d1b27e8 Opened by Benjamin Herr at 2024-12-21 06:24:32
  5216. Silence trait objects must include the dyn keyword error when a trait and a self type are misplaced

    5e788da Opened by Takayuki Maeda at 2024-12-21 05:23:30 - 2 comments
  5217. E0502: Borrow checker fails when borrowing with opposite conditions

    21f6e2e Opened by Hung Tran at 2024-06-22 19:29:19 - 2 comments
  5218. proc-macro-hack takes excessively long to check with polonius

    917689c Opened by Josh Triplett at 2025-02-14 04:04:33
  5219. Manual send implementation with partial captures produce hard to read diagnostics

    f4ee087 Opened by David Mládek at 2024-12-04 06:27:25 - 2 comments
  5220. Unexpectedly long lifetime of values created in let bindings

    629ed93 Opened by Christoph Herzog at 2022-06-13 16:34:54 - 6 comments
  5221. Unclear error when implementing both From<T> for U and TryFrom<T> for U

    1138394 Opened by Johann Hemmann at 2024-02-01 00:34:45 - 10 comments
  5222. stmt_expr_attributes attempts to parse a simple doc-comment

    df8b0ac Opened by Mei at 2024-01-26 00:55:24 - 1 comment
  5223. Variable lifetime is wrongly tracked in async fn

    5fb6e92 Opened by Thales at 2022-06-20 16:23:13 - 1 comment
  5224. Unable to Utilize unsafe {} Blocks as an Expression

    cf2b6f4 Opened by HTGAzureX1212. at 2024-01-25 21:42:18 - 11 comments
  5225. inline assembly accepts invalid assembly, changing it

    32e8edc Opened by Tobias Decking at 2024-06-23 10:50:36 - 4 comments
  5226. Unions require Copy fields, but ignore regions in the check

    21a461b Opened by Mark Rousskov at 2025-03-01 12:58:36 - 14 comments
  5227. Cannot transmute between ZST and zero-sized generic array

    e518976 Opened by Lukas at 2023-07-24 14:51:18 - 1 comment
  5228. Licensing of Unicode-related functionality?

    ff2da0c Opened by Adam Perry at 2025-03-20 16:47:45 - 6 comments
  5229. >= typo gives unclear error message

    6e774de Opened by Neil Macneale V at 2024-07-17 14:27:42 - 4 comments
  5230. -Zvirtual-function-elimination miscompiles simple hello world program if other optimizations are turned on

    bce7314 Opened by Matthias Krüger at 2024-10-02 20:13:44 - 1 comment
  5231. Cross compile to ppc fails

    3f3cbf7 Opened by Segfault at 2024-11-30 07:22:12 - 5 comments
  5232. Suboptimal codegen for snippet with Armv7 target

    2eafbd9 Opened by Deleted user at 2025-02-14 03:57:58 - 1 comment
  5233. compile-time regression from switch from num_cpus to available_parallelism needs a regression test

    015d584 Opened by Felix S Klock II at 2022-07-22 03:30:24 - 4 comments
  5234. rustdoc: stack overflow: rustc_infer::infer::combine::Generalizer

    4ad4bd4 Opened by Matthias Krüger at 2022-06-24 05:33:47 - 3 comments
  5235. Documentation: Evaluation order of procedural macros

    7f9b1f2 Opened by 8573 at 2025-01-24 10:18:36 - 4 comments
  5236. compiler suggestions lead to more buggy code

    52f4cc5 Opened by ragdollfun at 2023-01-09 06:12:41 - 5 comments
  5237. process::Command doesn't close unused pipe endpoints when it should

    2911863 Opened by John Goerzen at 2023-11-06 07:58:12 - 4 comments
  5238. Error: The type of const parameters must not depend on other generic parameters

    00995ac Opened by Psilon at 2024-07-02 15:48:30 - 1 comment
  5239. Uncaught unconditional recursion in From impl

    a971743 Opened by Drew Christensen at 2022-12-02 06:29:22 - 2 comments
  5240. 'unsafe impl<A> Allocator for &A where A: Allocator' is problematic

    3d720e8 Opened by Ralf Jung at 2025-02-14 03:57:59 - 3 comments
  5241. bound option on spsc_queue.rs seems to have no effect

    995f01d Opened by Meir Shpilraien (Spielrein) at 2024-11-12 14:42:54 - 2 comments
  5242. error: undefined symbol: __chkstk on aarch64-unknown-uefi

    bef51a4 Opened by Jasen Qin at 2024-02-01 06:17:00 - 3 comments
  5243. Improve bounds check for function that always return in-bounds index

    e08bce0 Opened by Psilon at 2025-02-14 03:57:59 - 8 comments
  5244. Tracking Issue for core::mem::copy

    d8abb48 Opened by jyn at 2025-03-19 08:09:43 - 12 comments
  5245. Suggest the correct name if _ is used in a struct literal

    650de92 Opened by scottmcm at 2025-04-15 10:11:24 - 5 comments
  5246. Tracking Issue for stdio_makes_pipe

    3a7f607 Opened by Chris Denton at 2022-10-22 14:18:46 - 4 comments
  5247. Tracking Issue for windows_process_extensions_async_pipes

    8779fbe Opened by Chris Denton at 2023-07-22 20:13:37
  5248. Tracking Issue for pointer::mask

    7c4ed62 Opened by waffle at 2024-09-14 13:54:54 - 6 comments
  5249. Adding an attribute to a macro_exported macro and reexporting it incorrectly triggers the macro_expanded_macro_exports_accessed_by_absolute_paths error

    7fcfe56 Opened by Jakob Rødal Skaar at 2025-02-23 05:28:07 - 9 comments
  5250. rustdoc: defer creation of sidebar in source view

    6ff7332 Opened by Jacob Hoffman-Andrews at 2022-06-20 21:00:43
  5251. Error E0514 (found crate compiled by an incompatible version of rustc) should stop other diagnostics

    72677f6 Opened by mbartlett21 at 2024-02-23 07:09:58 - 3 comments
  5252. ICE: Awfully specific error on nightly when mixing recursive structs and associated constants used in a generic_const_exprs bound for a blanket impl, with an implementation for the struct that recurses into its child

    cdd0d1e Opened by Adriano Zambrana Marchetti at 2024-04-15 09:54:16 - 5 comments
  5253. Tracking Issue for Iterator::next_chunk

    2ec2e74 Opened by Ross MacArthur at 2024-12-23 13:32:10 - 23 comments
  5254. Current handling of Unix close() can lead to silent data loss

    0dae079 Opened by John Goerzen at 2024-04-18 10:10:15 - 14 comments
  5255. thread 'rustc' panicked at 'Illegal read of: 77944', in dep_graph

    a4c0215 Opened by Dylan DPC at 2023-12-25 17:15:57 - 4 comments
  5256. Intra-doc links don't work inside deprecated notes

    10d6e01 Opened by Jonas Platte at 2024-12-28 13:39:02 - 1 comment
  5257. If a trait has a supertrait with associated items, don't print those in diagnostics

    f76506b Opened by jyn at 2022-06-21 18:53:29
  5258. Adding non-divergent core::ops overload breaks type inference and default integer type preference

    d1670f7 Opened by Mahmoud Al-Qudsi at 2025-03-26 19:57:41 - 3 comments
  5259. Suggest powershell syntax for setting RUST_BACKTRACE in the panic result on Windows

    d44cbcb Opened by Ben at 2023-02-05 14:33:29 - 3 comments
  5260. Implementation of FnOnce is not general enough for Flatten iterator of futures outliving an .await point

    d988886 Opened by Vitalii Kryvenko at 2024-12-21 04:56:50 - 1 comment
  5261. Specialized associated type doesn't have impls that it should have

    f00e7eb Opened by Ivan Leshchenko at 2022-06-22 14:03:22 - 2 comments
  5262. Give a better error when an impl block implicitly requires Sized

    437c06e Opened by jyn at 2022-08-05 12:38:40 - 1 comment
  5263. Tracking issue for --extern noprelude

    97cd31f Opened by Eric Huss at 2022-06-25 21:45:03 - 3 comments
  5264. Tracking issue for --extern priv

    0e95453 Opened by Eric Huss at 2022-06-22 20:25:55 - 2 comments
  5265. Tracking issue for --extern nounused

    da36154 Opened by Eric Huss at 2022-06-25 22:34:56 - 6 comments
  5266. HRTBs, implementation is not general enough

    ebdefa4 Opened by Oleksandr Kryvytskyi at 2024-09-24 21:35:15 - 1 comment
  5267. Regression in error reporting on {integer} type ambiguity between 1.61 and 1.62

    00cad1d Opened by Mahmoud Al-Qudsi at 2024-11-27 13:22:44 - 3 comments
  5268. Tracking Issue --extern crate modifiers

    f9ff017 Opened by Vadim Petrochenkov at 2022-06-25 22:34:26 - 3 comments
  5269. Tracking Issue for Exclusive

    07b5535 Opened by Gus Wynn at 2025-02-05 14:49:19 - 19 comments
  5270. for<'a> &'a T: 'a and closures regressed

    128f344 Opened by Niko Matsakis at 2022-08-11 14:45:33 - 13 comments
  5271. Private #[no_mangle] symbols are exported from a cdylib

    98f78f5 Opened by nxtn-staged at 2023-04-09 02:55:32 - 4 comments
  5272. AddressSanitizer detects a stack-use-after-scope in Chain::new when optimizations are enabled

    f6efa69 Opened by Ben Kimock at 2025-03-15 19:02:55 - 3 comments
  5273. E0621 Dataflow can point to wrong location causing lifetime obligation

    d9fa351 Opened by Alona Enraght-Moony at 2022-06-24 22:14:21
  5274. Leak sanitizer does not work on aarch64 macOS

    69207db Opened by BlackHoleFox at 2024-11-13 00:33:56 - 4 comments
  5275. default impl SuperTrait for impl SubTrait => trait requirement evaluation overflow

    6328ffc Opened by Crystal Durham at 2022-06-25 02:40:32 - 2 comments
  5276. rustc doesn't warn on irrefutable bindings without initializer values

    7f18520 Opened by James Munns at 2025-02-12 00:02:43 - 1 comment
  5277. rustdoc: passing --nocapture to the test runner still captures (and hides) test output

    a31abc1 Opened by Ralf Jung at 2024-02-26 06:41:30 - 6 comments
  5278. When restricting an associated type, suggested code doesn't respect modules

    6bfa3b2 Opened by 0x182d4454fb211940 at 2024-12-17 05:12:57 - 1 comment
  5279. missing_copy_implementations warning appears on types which impl Iterator

    e3baa21 Opened by Lokathor at 2024-05-13 15:24:42
  5280. [strict provenance] Provide a way to "create allocations at a fixed address"

    ad976d7 Opened by Ralf Jung at 2024-10-11 10:42:36 - 99 comments
  5281. Unhelpful error message when using traits + duplicate libraries in tree

    fa25128 Opened by Alice Cecile at 2022-06-29 01:17:50 - 3 comments
  5282. Const associated items behave differently than module const declarations, "cannot evaluate destructors" error

    5e79a7c Opened by Aaron Friel at 2024-04-07 10:51:20 - 3 comments
  5283. incorrect resolutions for type dependent paths in struct expression

    a3ec9f8 Opened by lcnr at 2022-11-14 09:37:06 - 1 comment
  5284. Compilation fails when same trait apears twice in type bounds with different lifetimes.

    64510c7 Opened by Zakarum at 2024-12-21 04:56:51 - 4 comments
  5285. Generators should be able to yield references to local variables

    310b471 Opened by Michael Zimmermann at 2023-09-19 20:05:31 - 3 comments
  5286. libcompiler-builtins contains DWARF5 debuginfo in 1.62.0

    92b4408 Opened by Mike Hommey at 2023-08-14 19:57:23 - 21 comments
  5287. Ignore gitignored files in tidy's file counting

    e400b5e Opened by Thom Chiovoloni at 2022-07-10 23:02:15 - 1 comment
  5288. warn(path_statements) triggers when using constants to limit values of const usize

    faa4f65 Opened by Sean Cross at 2024-05-13 15:23:12 - 1 comment
  5289. [ER] Better error message for integer function

    805ac54 Opened by leonardo-m at 2022-07-12 12:21:59 - 3 comments
  5290. Better error message when asking for derive when there are already derive macros

    33c62bf Opened by Joseph Priou at 2023-04-05 17:28:37 - 1 comment
  5291. Self keyword is documented as SelfTy

    6a72ffd Opened by Crystal Durham at 2022-07-21 09:40:28 - 4 comments
  5292. Conflicting impls where one type is an associated type should provide a note that another crate could define the associated type to make the impls overlap

    b2b17c9 Opened by Crystal Durham at 2022-07-03 00:35:36
  5293. negative_impls doesn't seem to agree with const_trait_impl

    344df15 Opened by Sohum Banerjea at 2022-09-02 14:09:18 - 2 comments
  5294. Make mem::uninitialized inaccessible in future editions

    1056577 Opened by Ralf Jung at 2024-06-06 21:04:41 - 73 comments
  5295. E0283 and E0284 on same expression uselessly duplicate identical help

    dca31b4 Opened by Crystal Durham at 2024-10-04 23:17:30 - 1 comment
  5296. Performance regression with 1.62 vs 1.60

    b7640be Opened by Jabari Zakiya at 2023-03-03 09:39:02 - 3 comments
  5297. Error Report on Unused Generic Parameters

    2f4d35f Opened by Yunhao Cao at 2022-07-13 07:42:25 - 2 comments
  5298. Missing "path statement drops value"

    36743ad Opened by andrzejtp at 2022-07-05 08:45:34
  5299. rustdoc: rich-text and visibility-aware formatting for constant values

    a78bcad Opened by León Orell Valerian Liehr at 2022-07-24 19:20:54 - 7 comments
  5300. Type and const parameters are not used as a fallback during type inference

    808f81f Opened by Walter Smuts at 2024-10-01 15:27:40 - 15 comments
  5301. Linking to str::replacen from alloc crate docstring creates a broken link fragment

    0f5afea Opened by William at 2024-04-27 07:17:14 - 2 comments
  5302. fs metadata : path "..." considered existing [Windows MSYS2]

    8160934 Opened by MANM-ANMM at 2022-07-05 16:41:23 - 2 comments
  5303. Non-descriptive error when building something which requires alloc on a platform which doesn't have it

    6d928ab Opened by Jarred Allen at 2022-07-05 17:45:12 - 1 comment
  5304. std panicking implementation comments suggest we might make double-panic not abort

    fb5dcd0 Opened by Crystal Durham at 2024-08-18 22:30:56 - 1 comment
  5305. API Request: pointer::[op]_assign

    558e51b Opened by Lokathor at 2023-02-05 09:05:45 - 2 comments
  5306. param env construction cycles with feature(generic_const_exprs)

    e1cd13c Opened by Boxy at 2024-01-30 23:18:58 - 1 comment
  5307. Autogenerate man pages

    0da5363 Opened by jyn at 2022-08-29 20:34:14 - 2 comments
  5308. Document behavior of mir::TerminatorKind::Drop

    950e4cc Opened by pierwill at 2022-07-06 18:23:32 - 1 comment
  5309. #[deprecated] lint doesn't trigger when overriding deprecated method

    2bbd3d1 Opened by Mara Bos at 2025-04-08 15:11:40 - 7 comments
  5310. Infinite recursion when solving bounds

    47ea792 Opened by Luca Barbato at 2024-12-21 04:56:51 - 1 comment
  5311. Tracking issue for improving std::fmt::Arguments and format_args!()

    6f5d73e Opened by Mara Bos at 2024-03-02 21:43:07 - 33 comments
  5312. E0530 when using std::thread_local and a static named init

    176f1b6 Opened by Ryan Patterson at 2024-07-13 18:59:50 - 2 comments
  5313. $$crate unexpectedly fails to defer which crate $crate refers to

    5ac5d42 Opened by Crystal Durham at 2022-08-07 22:55:29 - 15 comments
  5314. $crate in a macro pattern behaves oddly

    9cea35a Opened by Crystal Durham at 2024-01-25 14:59:39 - 1 comment
  5315. Add panics inside calls to transmute that can't possibly be valid

    ac2c288 Opened by 522 at 2025-01-18 20:38:22
  5316. unhelpful drop check cycle encountered errors on infinite-sized recursive enum with a boxed variant

    c7bd97a Opened by Moja at 2024-01-25 15:41:48 - 2 comments
  5317. Tracking issue for integer_atomics

    078de3a Opened by Tamir Duberstein at 2025-02-28 07:41:38 - 22 comments
  5318. unreachable variable is marked unused incorrectly

    60a28a6 Opened by Zhou Jiahao at 2022-07-14 10:37:18 - 4 comments
  5319. Tracking Issue for arithmetic and certain bitwise ops on AtomicPtr

    5818acf Opened by waffle at 2024-12-13 06:44:52 - 21 comments
  5320. Rust allocates stack space for constant arrays, overflowing the stack

    37dd3e8 Opened by Daniel Thaler at 2023-03-07 05:29:09 - 9 comments
  5321. "The trait T is not implemented for impl Future<Output = impl T>" does not suggest .await

    3741410 Opened by boyned//Kampfkarren at 2022-07-12 10:20:27 - 3 comments
  5322. Compile panic in nested empty proc_macro

    ca356a0 Opened by Martin Jul at 2023-01-14 21:56:50
  5323. rustc hangs on structure parameterised by lifetime and recursive trait.

    2379756 Opened by Michael Rawson at 2024-12-21 04:56:52 - 1 comment
  5324. Missing caching for HRTB projection equality bounds (for<'x> T: Trait<'x, Assoc = ...>).

    59ef10e Opened by Eduard-Mihai Burtescu at 2025-02-14 04:04:34 - 20 comments
  5325. overflowing_literals should have an option for "ignore signed overflows"

    df0cbb7 Opened by Clar Fon at 2023-05-23 01:40:22 - 9 comments
  5326. assoc type impl mismatch with trait assoc type doesnt mention where clauses

    56df2f4 Opened by Boxy at 2024-09-24 20:55:00 - 1 comment
  5327. fn where clause "constrains trait impls" or something

    1668a6d Opened by leddoo at 2024-03-21 04:03:34 - 1 comment
  5328. Recursive PartialEq implementation not detected

    b24d677 Opened by 522 at 2025-04-01 10:42:36 - 2 comments
  5329. Unintuitive behavior with inferred lifetimes for closures

    752f718 Opened by Aegrithas at 2023-04-15 11:04:01 - 3 comments
  5330. NVPTX: Debug section symbol naming in .ptx output

    bd90203 Opened by Kjetil Kjeka at 2025-02-05 17:07:57 - 11 comments
  5331. Source of lifetime coercion is not reported starting in 1.63

    2fcb172 Opened by Mahmoud Al-Qudsi at 2023-01-04 20:48:12 - 8 comments
  5332. Use inference to fill in missing type parameters

    7709d07 Opened by Fenhl at 2022-07-15 07:10:00
  5333. “captured variable cannot escape FnMut closure body” diagnostic can be more confusing than the basic “may outlive current function” diagnostic

    73542c1 Opened by Simonas Kazlauskas at 2023-11-05 04:26:19 - 1 comment
  5334. Compiler doesn't detect out-of-bounds error when accessing a struct member through a reference

    af7cc68 Opened by phillip at 2024-12-21 04:46:18 - 2 comments
  5335. Tracking Issue for error_generic_member_access

    c92fbce Opened by Jane Losare-Lusby at 2025-02-24 06:15:56 - 30 comments
  5336. rustc should recommend impl Trait before dyn Trait in argument and return type positions

    22a9abc Opened by Runi-c at 2022-07-17 20:36:22 - 3 comments
  5337. Add UI for advanced search

    e2d68de Opened by George at 2022-07-25 13:38:23 - 4 comments
  5338. Use ICF linker optimization for other platforms than Linux

    b485e1c Opened by Jakub Beránek at 2022-07-27 05:48:07 - 3 comments
  5339. ICE with doc comment on for loop

    67851e4 Opened by Luke Parker at 2025-03-21 02:28:14 - 2 comments
  5340. Misplacing question mark operator throws field expressions cannot have generic arguments

    67df725 Opened by Patryk Wychowaniec at 2024-11-28 14:35:33 - 2 comments
  5341. Trait method takes precedence over inherent method on ambiguous numeric type

    2b867d0 Opened by Frank Steffahn at 2024-08-22 06:29:11 - 5 comments
  5342. public extern "C" symbols are not public in cdylib target

    472c3b3 Opened by Roland Kuhn at 2024-01-08 21:39:09 - 4 comments
  5343. Tracking issue for tracking licensing metadata with REUSE

    4c68318 Opened by Pietro Albini at 2024-11-29 10:46:26 - 9 comments
  5344. Tracking Issue for native link modifier as-needed

    7147bcc Opened by Vadim Petrochenkov at 2025-03-23 12:43:33 - 8 comments
  5345. Tracking Issue for linker arguments respecting their relative order with -l library options

    fe3c83a Opened by Vadim Petrochenkov at 2025-03-23 12:47:07 - 11 comments
  5346. Improve borrow error when assigning borrowed local value to "argument by mutable reference"

    2c26d9a Opened by Esteban Kuber at 2024-04-22 23:55:54 - 13 comments
  5347. request: lint when raw pointer slicing implicitly creates a temporary reference

    7f3b16f Opened by Ralf Jung at 2024-04-13 18:19:11 - 8 comments
  5348. ICE running x.py doc

    15047f0 Opened by Erik Funder Carstensen at 2023-03-03 13:34:57 - 1 comment
  5349. Regression on MIR queries

    95cee0e Opened by Dylan DPC at 2024-05-26 17:01:50 - 1 comment
  5350. The cfg macro doesn't work as expected

    97017b5 Opened by Kirill A. Korinsky at 2023-04-05 17:28:38 - 3 comments
  5351. Invalid proc_macro example causes internal error: entered unreachable code

    08ed7ee Opened by Elijah Lord at 2024-03-26 18:05:47 - 2 comments
  5352. Spurious "implementation of FnOnce is not general enough" error

    b635a45 Opened by Mark Logan at 2024-03-12 19:44:49 - 19 comments
  5353. Derive macros may cause weird suggestion

    c1981ec Opened by David Mládek at 2022-07-21 08:04:27 - 3 comments
  5354. Internal Compiler Error while building project

    4401b00 Opened by Diptesh Choudhuri at 2023-12-25 17:13:25 - 2 comments
  5355. Bug: Very inefficient code generated for async functions setup (and likely for generators in general)

    813543d Opened by schreter at 2025-02-14 03:58:00 - 19 comments
  5356. [rustdoc-json] Foreign items that are only re-exported are no longer included in the index

    51b33cd Opened by Urgau at 2022-07-21 20:18:27 - 3 comments
  5357. Tracking Issue for proc_macro::{tracked_env, tracked_path}

    52e3ab4 Opened by Mara Bos at 2024-08-01 09:32:31 - 29 comments
  5358. Failed to extract DefId: local_def_id_to_hir_id in src/dep_graph/dep_node.rs

    5b750b3 Opened by cryopie at 2023-12-25 17:13:08 - 3 comments
  5359. Rust not specifying Tag_ABI_VFP_args on some objects

    4b9452e Opened by darbysauter at 2024-09-15 23:14:45 - 3 comments
  5360. Behavior when write option of std::fs::OpenOptions is false

    040cee9 Opened by izkluxcvy at 2022-07-22 05:27:30 - 5 comments
  5361. Weird HRTB behavior with associated types

    0d0ad5d Opened by Jun Ryung Ju at 2024-09-24 21:35:16 - 2 comments
  5362. orphan check incorrectly handles projections

    f088fd1 Opened by lcnr at 2024-09-14 12:11:48 - 7 comments
  5363. Hard-to-understand order of lines in backtrace

    15cb7ed Opened by Askar Safin at 2025-02-01 22:42:46 - 6 comments
  5364. ICE when compiling cubeb-coreaudio-rs (macOS only)

    8d69a14 Opened by Paul Adenot at 2023-03-03 13:35:10 - 2 comments
  5365. Tracking Issue for Transmutability Trait: #[transmutability]

    6722f69 Opened by Jack Wrenn at 2023-12-12 23:46:15 - 1 comment
  5366. Compiler suggestions give invalid syntax when trying to constraint associated type with a trait that has the same name as a derive macro

    0a85727 Opened by Consoli at 2023-03-15 03:52:30
  5367. repr(Rust) unions (including MaybeUninit) do not preserve padding bytes

    576f8f5 Opened by 522 at 2025-01-21 18:20:16 - 10 comments
  5368. Figure out why x.py test --stage 0 rust-analyzer doesn't work

    2381173 Opened by Amos Wenger at 2023-12-25 10:16:13 - 6 comments
  5369. LGAT associated type bounds diagnostics are not great

    6e5920d Opened by Crystal Durham at 2024-09-24 20:55:01 - 6 comments
  5370. Rustdoc displays private internals of associated constants when reexporting types

    a1a0234 Opened by analog-hors at 2022-08-16 12:29:45 - 8 comments
  5371. alloc methods are available in #![no_std] when running tests, despite not being imported.

    239f6ba Opened by Alexander Krivács Schrøder at 2024-07-13 06:15:26 - 3 comments
  5372. Diag: closure with implied type lacks generic lifetime

    ccd6ce6 Opened by Diggory Hardy at 2024-11-14 03:26:52 - 6 comments
  5373. Example iterator fold vs. loop emit different code

    62b3d75 Opened by Deleted user at 2025-02-14 03:58:00 - 9 comments
  5374. How should we expose atomic load/store on targets that don't support full atomics

    dae945f Opened by Amanieu d'Antras at 2023-11-03 14:50:02 - 51 comments
  5375. Investigate mutating the AST during late resolution

    96eed1c Opened by Camille Gillot at 2024-03-26 16:18:50 - 14 comments
  5376. Possible improvement in Error Index

    97894fa Opened by Joshua Immordino at 2022-07-29 11:26:53 - 1 comment
  5377. 'cargo check' passes but 'cargo build' fails when there are errors during monomorphization

    c5971df Opened by Ralf Jung at 2025-03-07 09:46:49 - 8 comments
  5378. regression: "self" in writeln! drops too early

    7afa7ac Opened by Mark Rousskov at 2022-08-09 15:31:59 - 15 comments
  5379. import #[macro_export] from crate root help uses 2015 use syntax

    6a59a97 Opened by Crystal Durham at 2022-07-24 20:54:56 - 2 comments
  5380. Tracking Issue for impl Trait as output type of Fn traits in function return position

    3bb5287 Opened by waffle at 2022-08-10 17:39:12 - 1 comment
  5381. Linking to a static library does not always include exported symbols

    044d5b3 Opened by Martin Kröning at 2024-01-26 00:58:42 - 9 comments
  5382. Diagnostic for missing method as_ptr_mut does not mention as_mut_ptr

    e078ecb Opened by Chris Denton at 2022-07-26 20:47:39 - 2 comments
  5383. Unhelpful missing try type annotation help suggestion

    dd4d67c Opened by Crystal Durham at 2023-08-14 14:54:40 - 1 comment
  5384. libtest's junit formatter does not produce valid XML for doctests

    52b313d Opened by Finn Hermeling at 2024-01-26 12:16:51 - 2 comments
  5385. Compiler panics with "features": "16bit-mode" on JSON target file

    0bf0569 Opened by Thomas Prévost at 2023-10-28 08:56:58 - 4 comments
  5386. Misoptimization around asm mul+div

    b12b731 Opened by Josh Stone at 2024-10-02 20:11:45 - 8 comments
  5387. doctests show a full stack trace of the panic despite RUST_BACKTRACE not being set

    4afe62f Opened by Lokathor at 2022-07-29 11:25:26
  5388. Tracking Issue for float_gamma

    0ca4124 Opened by Andrew Kane at 2024-01-06 10:08:49 - 18 comments
  5389. rustdoc: Remove Item::visibility and add ItemKind::ReexportItem

    d92441e Opened by Guillaume Gomez at 2022-07-28 10:54:41
  5390. Bad MIR spans

    32131e0 Opened by nora at 2023-04-05 17:41:37 - 6 comments
  5391. It's not possible to search for specialized generics in docs

    d7241db Opened by Mahmoud Al-Qudsi at 2025-03-27 01:45:56 - 4 comments
  5392. Imprecise error message for tuples with explicit type annotations

    611d8dd Opened by William D. Jones at 2022-08-11 01:23:26 - 4 comments
  5393. The inconsistent meaning of lifetime parameter in struct

    023399c Opened by xmh0511 at 2023-04-29 12:03:29 - 1 comment
  5394. Improve core::intrinsics::black_box output.

    47b8a4f Opened by Thom Chiovoloni at 2023-03-11 04:31:51 - 4 comments
  5395. Type derivation problems with closure

    f469ca0 Opened by Davirain at 2023-03-27 16:01:21 - 1 comment
  5396. Build rustdoc JSON for all crates with crater before stabilization

    5c6c70e Opened by Martin Nordholts at 2025-02-14 04:00:35 - 18 comments
  5397. type parameter impl Sized (type parameter impl Sized)

    b6f9b77 Opened by Crystal Durham at 2022-07-30 00:49:54 - 1 comment
  5398. Trait argument from associated type has conflicting impl

    a486752 Opened by Conrad Ludgate at 2024-08-29 07:16:07 - 9 comments
  5399. showing "the trait bound impl TArray: TList is not satisfied" instead of the more correct "the trait bound <impl TList + TArray as TList>::Element: TSigned is not satisfied"

    806d71c Opened by Richard Li at 2022-07-30 15:58:55 - 1 comment
  5400. Confusing diagnostic when typoing Wrapper(t): Wrapper<t> in a function signature

    96577b4 Opened by K900 at 2025-03-09 21:17:19 - 2 comments
  5401. Download a pre-compiled bootstrap from CI

    36833cc Opened by jyn at 2023-09-29 21:04:38 - 20 comments
  5402. Macro spans cause erroneous suggestions

    c29755d Opened by Michael Goulet at 2023-04-09 02:44:27
  5403. Rustc fails to infer appropriately general Fn* trait implementation in the face of complex HRTBs with GATs

    c76459c Opened by Aiden2207 at 2024-12-25 20:31:27 - 3 comments
  5404. OneSidedRange should be an unsafe trait

    8c4a047 Opened by Ryan Lopopolo at 2024-05-29 19:40:45 - 3 comments
  5405. type annotation of closure args breaks borrow checking

    de981eb Opened by Ali MJ Al-Nasrawy at 2022-07-31 22:23:08 - 1 comment
  5406. Unexpected higher-ranked lifetime error in GAT usage

    42e4f2c Opened by Tzu Gwo at 2025-04-13 21:50:12 - 30 comments
  5407. Normalization can skip WF

    853036b Opened by Crystal Durham at 2024-11-06 16:08:45 - 12 comments
  5408. implied bounds from projections in impl header can be unsound

    3b8eba5 Opened by Ali MJ Al-Nasrawy at 2024-06-20 08:41:16 - 7 comments
  5409. rustc_const_eval::util contains some code that does not belong there

    c49316a Opened by Ralf Jung at 2022-08-03 19:07:54 - 2 comments
  5410. Tracking LLVM workarounds

    d084788 Opened by Jubilee at 2025-03-23 12:47:51
  5411. Non exhaustive match error presents incompletely with tuples and .unwrap()

    a910749 Opened by Jeremiah Griffin at 2023-04-05 17:28:40 - 2 comments
  5412. x86_64-unknown-linux-gnu using 'target-feature=+crt-static' exits with: Segmentation fault (core dumped).

    282638e Opened by morningnoon at 2023-03-04 00:05:45 - 12 comments
  5413. Traits on function pointers

    dfc44db Opened by Jana Dönszelmann at 2023-05-21 12:55:59 - 3 comments
  5414. Unclear doctest error when implementing a trait in a different file.

    8aa4800 Opened by Mark Schultz-Wu at 2022-08-04 16:07:19 - 6 comments
  5415. GATs plus mutable reference causes rustc to improperly believe data escapes function

    3a7f493 Opened by Aiden2207 at 2024-09-24 20:55:02 - 1 comment
  5416. Subtracting Duration from Instant on Mac is panic-prone

    95070f2 Opened by Alex Kladov at 2024-11-14 07:59:19 - 6 comments
  5417. futures caused signal: 4, SIGILL: illegal instruction when compiling

    d8954ed Opened by John Heath at 2025-01-13 06:54:44 - 6 comments
  5418. x dropped because it borrows itself + dropping a reference causes an error

    f06556c Opened by Jakob Hain at 2022-08-06 05:28:53 - 2 comments
  5419. Generic trait with generic supertrait bound by associated type can't be used in trait bound with associated type

    b26c3ef Opened by robinhundt at 2023-03-13 16:37:33 - 8 comments
  5420. VecDeque missing time complexity docs

    21e0254 Opened by Richard Tichý at 2024-02-03 14:08:42 - 9 comments
  5421. Tracking Issue for extended_varargs_abi_support

    151160b Opened by Soveu at 2025-03-23 12:49:20 - 4 comments
  5422. Missing docs for panics when slicing with ranges out of bounds

    55fb998 Opened by Jiří Sejkora at 2025-03-31 21:21:55 - 2 comments
  5423. Documentation block comments always become doctests if indented too much

    4983e9e Opened by G. Thorondorsen at 2023-12-22 19:40:54 - 3 comments
  5424. Tracking issue for layout sanity checks

    376b29b Opened by Ralf Jung at 2022-08-07 12:41:11 - 1 comment
  5425. Unhelpful help text E0435 for error hidden in macro

    57efbff Opened by Martin Algesten at 2022-08-09 05:36:55 - 3 comments
  5426. add help for cases where item is out-of-scope due to cfg directives

    4e9bcdf Opened by Kart at 2022-08-07 15:27:47
  5427. Get length of packet from datagram sockets (UdpSocket, UnixDatagram)

    3116459 Opened by nnishant776 at 2022-08-07 22:56:49
  5428. Should rustdoc support links in headings?

    2d1f385 Opened by Noah Lev at 2022-08-08 15:18:06 - 2 comments
  5429. On bin crates with both lib.rs and main.rs, recursion_limit hint is correct only for lib.rs

    3841342 Opened by Marco Napetti at 2022-08-09 06:24:00 - 2 comments
  5430. ICE with multiple attributes on a test function

    aefb231 Opened by HaimYosefHaim at 2024-12-10 00:30:47 - 3 comments
  5431. rustdoc links point to function headers instead of the whole function starting from Rust 1.51

    2e8642a Opened by pravic at 2023-03-03 09:43:57 - 6 comments
  5432. rustdoc doesn't save filtered crate for search

    eafd280 Opened by pravic at 2022-09-25 12:11:31 - 7 comments
  5433. Associated consts in traits interact weirdly with type inference

    3155f15 Opened by Max “Goldstein” Siling at 2024-12-21 04:56:52 - 4 comments
  5434. E0495 Diagnostic regression - missing actual source of error

    f0a61e0 Opened by RustyYato at 2022-08-08 23:15:55 - 1 comment
  5435. rustc fails to detect variable bounds

    1390d34 Opened by Dragoș Tiselice at 2024-01-26 00:59:14
  5436. The list of target_feature attributes is missing values such as rdpid.

    b06cc1a Opened by Raphael Cohn at 2023-03-04 00:08:45 - 4 comments
  5437. Interesting E0514 error on a certain repository when running cargo clippy

    fbfddb5 Opened by Daniel Abramov at 2024-01-26 12:06:43 - 1 comment
  5438. Tracking Issue for Deprecate target_vendor

    968d210 Opened by Felix S Klock II at 2024-11-03 21:52:28 - 7 comments
  5439. Tracking Issue for Interoperability With C++ Destruction Order

    b94adb8 Opened by Felix S Klock II at 2023-02-01 04:50:17 - 2 comments
  5440. closures/async blocks capture all lifetimes in scope

    a68eff6 Opened by Ali MJ Al-Nasrawy at 2022-08-10 22:44:58 - 5 comments
  5441. Confusing error message in the presence of unicode combining characters

    cf465a3 Opened by Kostis Andrikopoulos at 2023-07-22 20:05:44 - 7 comments
  5442. PGO profile invalidation in -Cprofile-use

    f7d20d1 Opened by Jakub Beránek at 2022-08-11 09:39:52 - 3 comments
  5443. Solaris target m32

    2231096 Opened by Ivan at 2023-03-03 13:36:33
  5444. Compilation error E0207 for impl for another const generic trait

    c567a65 Opened by Tatsunori Uchino at 2023-08-11 10:51:21 - 9 comments
  5445. Missed optimization with mir-opt-level 4

    8ba98ce Opened by leonardo-m at 2023-04-05 17:33:54 - 2 comments
  5446. impl blocks of recursive types causes lifetime coercion errors to be incorrect

    e85259b Opened by Colton Donnelly at 2022-08-11 22:20:29
  5447. Diagnostics for trait methods with additional unmet bounds can be confusing to read

    6a68816 Opened by Cole at 2022-08-15 00:34:19 - 7 comments
  5448. Tracking Issue for Iterator::array_chunks

    67172a7 Opened by waffle at 2024-02-21 08:07:49 - 8 comments
  5449. Add git tags for beta versions?

    04592c9 Opened by Rain at 2022-08-12 22:25:17 - 7 comments
  5450. Tracking Issue for Vec::push_within_capacity

    095c59f Opened by the8472 at 2024-12-20 10:10:56 - 20 comments
  5451. The safety requirements of CStr::from_ptr have been made more strict than they used to be

    b75f0db Opened by Soni L. at 2022-08-21 14:46:40 - 11 comments
  5452. Tracking Issue for uefi-std

    2e981dc Opened by Ayush at 2025-02-02 16:11:41 - 9 comments
  5453. Document JsonDocCk and checkmissingitems.py

    08714f0 Opened by Alona Enraght-Moony at 2022-08-14 01:23:25 - 1 comment
  5454. core::iter::Fuse Does Not Fuse Iterators

    5a65dfd Opened by asquared31415 at 2022-09-20 20:06:57 - 23 comments
  5455. STATUS_STACK_BUFFER_OVERRUN on Windows 11 when using rust-lld with dylib

    7716430 Opened by Afonso Lage at 2025-02-09 17:19:24 - 2 comments
  5456. Regression evaluating impl bounds with generic_const_exprs

    200364b Opened by Ben Pye at 2023-03-04 23:33:07 - 2 comments
  5457. Different (suboptimal) assembly generated for match expr vs if-else ifs

    bae8576 Opened by Em Sharnoff at 2023-08-09 19:01:28 - 2 comments
  5458. Detect cases of lifetime errors caused by closures using a lifetime of its enclosing item and suggest anon lifetime

    f173156 Opened by Esteban Kuber at 2022-08-15 10:46:36 - 1 comment
  5459. PhantomData, mutable references and drop interaction unclear

    76960f1 Opened by Marco Neumann at 2024-07-10 19:20:21 - 2 comments
  5460. Intra-doc links to methods should link to a "good default"

    17cf333 Opened by Miguel Ojeda at 2022-08-22 18:02:55
  5461. Linking error: ld: file too small (length=0)

    9fede57 Opened by Thomas de Zeeuw at 2024-03-11 16:38:51 - 4 comments
  5462. Suggest valid reverse for loop if an invalid variant is used

    8f82434 Opened by Rageking8 at 2022-08-16 17:59:57 - 3 comments
  5463. Rust bootstrap - x.py --dist using the wrong Cargo.toml location

    3f48505 Opened by Immolo at 2023-12-25 17:11:30 - 3 comments
  5464. fetch_max broken for atomici8 and atomici16 on some targets.

    0643649 Opened by plugwash at 2024-04-24 07:29:42 - 18 comments
  5465. "Methods from Deref<Target = [T]>" doesn't render const

    95df139 Opened by Jonas Platte at 2024-11-10 20:00:38 - 1 comment
  5466. Reference to std::fmt::Debug not using full path in "multiple applicable items in scope" error

    5b246ec Opened by 522 at 2022-08-17 14:09:49 - 1 comment
  5467. #[deny(overflowing_literals)] is not triggered on proc macro output without a source span

    462aaf4 Opened by Alyssa Haroldsen at 2024-12-21 04:46:19 - 1 comment
  5468. Result<u32, u32> uses less efficient ABI than Result<i32, u32>

    76e7ca3 Opened by Jakub Beránek at 2024-03-21 18:48:34 - 6 comments
  5469. Tracking Issue for refined trait implementations

    84162f4 Opened by Tyler Mandry at 2023-10-31 23:54:55 - 2 comments
  5470. std::net::TcpStream::connect() and .to_socket_addrs() segfault when address is "localhost:8080", build is static and /etc/hosts is empty on arch linux.

    8e87745 Opened by alkeryn at 2024-08-23 12:45:43 - 12 comments
  5471. Diagnostic Translation

    f9b6adf Opened by David Wood at 2025-02-12 00:25:20 - 111 comments
  5472. Borrow checking for static methods became more strict

    d19902c Opened by André Puel at 2022-10-28 14:26:12 - 9 comments
  5473. Type inference for todo!() breaks inside a tuple

    4bbe41a Opened by Robert Grosse at 2024-01-26 01:07:52 - 5 comments
  5474. Box<dyn FnOnce(T)> doesn't seem to be really contravariant with T

    973eaa8 Opened by Chris Perivolaropoulos at 2023-09-08 11:31:24 - 2 comments
  5475. Parse and reject "typescript-style" anonymous enums

    63c4fb7 Opened by Esteban Kuber at 2023-06-30 23:38:08 - 5 comments
  5476. Redundant error for "implementation ... not general enough" in "NLL" mode / since 1.63 (when it was made permanent).

    5f1146f Opened by Eduard-Mihai Burtescu at 2022-08-19 09:45:44 - 5 comments
  5477. #[repr(align(N))] fields not allowed in #[repr(packed(M>=N))] structs

    a54ef62 Opened by Asahi Lina at 2024-11-01 18:52:35 - 18 comments
  5478. split_inclusive's DoubleEndedIterator implementation is unexpected

    b1cc343 Opened by Robert Bastian at 2024-01-31 11:33:21 - 12 comments
  5479. Rustdoc should handle built-in macros

    1910fab Opened by George at 2025-03-31 21:38:40 - 2 comments
  5480. global_allocator does not work with -C prefer-dynamic

    76d6be8 Opened by N. Nattis at 2024-05-10 21:31:57 - 15 comments
  5481. LLVM ERROR: Broken module with -Cdebuginfo=2 -Zsanitizer=cfi -Clto

    90a5edb Opened by Matthias Krüger at 2025-02-23 10:19:16 - 8 comments
  5482. Lifetimes block the nice "reached the recursion limit while instantiating" error and get an evaluation overflow instead

    33718e5 Opened by Crystal Durham at 2022-08-20 05:04:30
  5483. Renaming eq_by to related_by

    4551027 Opened by Hiten-Tandon at 2022-09-25 12:11:13 - 3 comments
  5484. Iterator::sum requires type annotations in seemingly simple cases

    149b6d3 Opened by Mike Hommey at 2024-11-07 08:53:25 - 4 comments
  5485. "Consider borrowing here" message does not show up when argument is a format call

    d284c2b Opened by boyned//Kampfkarren at 2022-08-31 03:22:30 - 3 comments
  5486. False "error[E0502]: cannot borrow 'VARIABLE' as mutable because it is also borrowed as immutable"

    0faeba8 Opened by BRUNET Clement at 2022-08-22 11:52:25 - 3 comments
  5487. Undocumented use of DT_GNU_HASH descriptor

    2ca3882 Opened by John Reiser at 2024-10-25 15:53:39 - 9 comments
  5488. exponential build times when returning impl T

    33f481f Opened by Cameron Bytheway at 2023-11-03 16:57:22 - 1 comment
  5489. Using a macro as the tail expression in a function that doesn't return a value should prompt to add a semicolon

    8c31769 Opened by Jake Goulding at 2022-08-25 11:18:17 - 4 comments
  5490. Improve the get_positional_arg_spans to take into count the format types

    7c9af3d Opened by Vincenzo Palazzo at 2022-08-23 01:34:34 - 4 comments
  5491. Incorrect explanation for upvar move in FnMut closure

    41fafea Opened by Mario Carneiro at 2022-08-23 01:22:33
  5492. LLVM miscompiles large stack allocations

    b9fb1ba Opened by Cl00e9ment at 2024-11-14 14:41:16 - 13 comments
  5493. [doc_auto_cfg] feature gated macros are not marked with feature badge

    ecfad7e Opened by Geobert Quach at 2022-08-25 10:44:42
  5494. STATUS_ACCESS_VIOLATION in unstable thread_local feature on windows-gnu

    07221a4 Opened by uselessgoddess at 2022-09-24 23:07:31 - 1 comment
  5495. Passing an array to an inlined function from another crate miscompiles on PowerPC

    19b4b84 Opened by linkmauve at 2024-12-11 16:04:48 - 4 comments
  5496. rustdoc produces gigantic on-disk content in modules with large number of numerical constants

    07f5490 Opened by Elinor B. at 2022-08-26 08:11:34 - 4 comments
  5497. Rustdoc-Json: More inconsistant names

    dfa5ac5 Opened by Alona Enraght-Moony at 2024-09-14 12:32:01 - 2 comments
  5498. Trying to return c_void should suggest to return () instead

    af68561 Opened by Crystal Durham at 2025-03-20 07:06:53 - 3 comments
  5499. Clarify that the different help suggestions can not be used together

    9ec0e50 Opened by Deleted user at 2022-08-25 05:36:09 - 2 comments
  5500. Automatically s/use core::/use std::/ where applicable

    c75e907 Opened by Mahmoud Al-Qudsi at 2024-09-27 01:00:15 - 5 comments
  5501. Tracking Issue for addr_parse_ascii feature

    abcb4f3 Opened by Élie ROUDNINSKI at 2025-01-05 21:16:42 - 6 comments
  5502. Compilation suddenly stopped working; Cargo clean fixed the problem

    ff3d355 Opened by Lukas Potthast at 2025-02-10 22:35:04 - 2 comments
  5503. Re-export information is lost [rustdoc's json output]

    2db985e Opened by Luca Palmieri at 2022-08-29 15:19:14 - 6 comments
  5504. Codegen weirdness for sum of count_ones over an array

    104e7a5 Opened by alion02 at 2023-12-27 15:14:45 - 9 comments
  5505. uninhabited enum variants still block auto trait implementation

    9840b81 Opened by radiish at 2023-04-12 14:48:10 - 1 comment
  5506. Missing bit operation optimization on wasm target

    ea1ee9b Opened by Adrian Wielgosik at 2025-02-14 03:58:01 - 1 comment
  5507. Using an import instead of a fully-qualified path causes a borrowck error

    448e049 Opened by Emmanuel Lesueur at 2023-04-11 18:09:29 - 4 comments
  5508. Associated type bound with HRTBs causes an opaque type inference failure

    64d391e Opened by Cole at 2024-12-21 04:56:52 - 2 comments
  5509. weird output in E0080 diagnostic

    16f3c61 Opened by Matthias Krüger at 2022-08-28 06:33:47
  5510. argument requires that [...] is borrowed for [...]

    4b91bc3 Opened by Adam Szkoda at 2022-08-28 10:34:54 - 1 comment
  5511. Tracking Issue for vec::Drain{,Filter}::keep_rest

    6c803ad Opened by waffle at 2025-03-23 15:58:44 - 9 comments
  5512. Trait not implemented for X where X is one of the "other types implement trait"

    7dcf0f2 Opened by Walter Smuts at 2023-04-05 17:43:25 - 3 comments
  5513. rustc --print targets_list should give hint about target-list

    74115f9 Opened by Vitaly Shukela at 2023-05-13 03:13:38 - 2 comments
  5514. -Zdrop-tracking doesn't work if the value is borrowed

    55b338d Opened by Chayim Refael Friedman at 2022-09-12 16:07:57 - 4 comments
  5515. Suggest mutable self receiver if self is used mutably

    7c308b7 Opened by carbotaniuman at 2022-08-29 08:07:18 - 1 comment
  5516. rlib -> cdylib -> rlib+cydylib crate dependency graph causes pain

    ee686f1 Opened by bjorn3 at 2024-08-23 04:00:58 - 5 comments
  5517. asm_sub_register warnings should provide an example/quick-fix

    78331ba Opened by Luca Barbato at 2022-08-30 17:35:36 - 2 comments
  5518. dead_code warning on an used module.

    00bf1bb Opened by Alex Caston at 2024-05-13 15:22:42 - 1 comment
  5519. unreachable_pub lint false positive

    381a92d Opened by lara at 2024-05-13 15:22:37 - 3 comments
  5520. rustc suggests invalid suggestion when attempting to implement invalid transitive trait impl

    5da0b4d Opened by Edward Shen at 2022-08-29 23:41:46
  5521. rustdoc: back navigation in jump to definition is sometimes broken

    70dccf9 Opened by Jacob Hoffman-Andrews at 2024-11-10 20:04:26 - 1 comment
  5522. Invalid suggestion for type mismatch in destructuring assignment.

    903b953 Opened by zachs18 at 2022-08-30 17:11:38 - 2 comments
  5523. Rust violates GPL by deriving code from libgcc

    b5177e0 Opened by xerxes12354 at 2023-03-22 15:38:01 - 9 comments
  5524. Allow empty override of a provided trait method for documentation purposes

    c384184 Opened by Mahmoud Al-Qudsi at 2025-03-26 19:58:13 - 1 comment
  5525. Nested match not being treated as an expression

    ca1aaa8 Opened by Lonami at 2022-09-09 23:31:29 - 2 comments
  5526. Underlining with ~ for missing parameters in long functions overflows the terminal width

    5415df8 Opened by Poliorcetics at 2022-09-01 20:19:05 - 4 comments
  5527. Unused crate dependency error confusingly points to a line of source about a different dependency

    b3e2a46 Opened by Aaron Wood at 2022-08-31 23:24:37
  5528. Tracking Issue for {char, u8}::is_ascii_octdigit

    53706fc Opened by akshay at 2024-01-16 06:17:53 - 12 comments
  5529. rustc emits calls to __sync_ when using load/store with +forced-atomics

    2fff339 Opened by Lokathor at 2023-04-05 17:33:58 - 12 comments
  5530. Constructing a simple HashSet<char> requires RandomState type annotation

    71a39df Opened by Marijn Schouten at 2024-02-16 06:09:29 - 5 comments
  5531. unused_crate_dependencies false positives for dev-dependencies added for Doctests

    ce16c60 Opened by lara at 2024-12-21 04:46:19
  5532. Incorrect handling of lateout pairs in inline asm

    ae90087 Opened by Artyom Pavlov at 2024-10-02 20:10:53 - 22 comments
  5533. Fix messaging around what is and isn't a "slice" AKA. stop using "slice" to mean &[T]

    f73f0ea Opened by B3NNY at 2022-09-16 01:26:08 - 7 comments
  5534. Bad diagnostics when constructing tuple variant with static ref inside const

    4841fc6 Opened by Juniper Tyree at 2024-11-14 04:22:46 - 3 comments
  5535. Bad diagnostics when expression followed by call is instead parsed as statement followed by parenthesized value

    d504eae Opened by Xiretza at 2024-05-13 15:09:25
  5536. Suggest arithmetic promotion conversion using as where appropriate

    17c7993 Opened by Rageking8 at 2022-09-03 11:39:04 - 2 comments
  5537. Slightly extend help diagnostic for immediately invoked closure

    c8f3b67 Opened by Rageking8 at 2022-10-22 00:50:38 - 1 comment
  5538. Suggest Struct::<'_> instead of Self when lifetime does not match

    afdba71 Opened by QuineDot at 2023-05-25 17:37:35 - 1 comment
  5539. Lack of warning for getting pointer on a temporary CString declared in array

    aa25ccd Opened by Peak at 2022-09-03 22:33:53
  5540. Compiler freeze

    3f46c35 Opened by Joshua Barretto at 2024-09-24 20:55:02 - 2 comments
  5541. fatal: detected dubious ownership in repository at '/checkout'

    ef852c7 Opened by Nikita Popov at 2022-09-09 21:41:11 - 3 comments
  5542. Failed to extract DefId: local_def_id_to_hir_id

    c2118a6 Opened by ad hoc at 2022-09-05 12:31:42 - 5 comments
  5543. Semantics of control flow operators (return, continue, ?) in async blocks is severely underdocumented

    37e0e4a Opened by Alex Kladov at 2025-04-10 00:21:51 - 2 comments
  5544. Consider uploading RA LSIF data to sourcegraph, from bors builds.

    6d958d5 Opened by Eduard-Mihai Burtescu at 2022-09-11 02:54:01 - 13 comments
  5545. Phrasing of E0507 is ambiguous with regards to moved variables

    2b8d8fd Opened by Drew Vogel at 2024-10-28 04:57:28 - 3 comments
  5546. Recover from incorrect placement of const, mut, &, *

    00a646b Opened by Rageking8 at 2022-09-06 16:09:27
  5547. Invalid help suggestion when vec macro incorrectly used without !

    d52a988 Opened by Rageking8 at 2023-05-20 03:35:38 - 7 comments
  5548. Using a shebang-less script as a linker doesn't work anymore on Linux

    8b3b26f Opened by Mike Hommey at 2022-12-21 12:07:07 - 14 comments
  5549. Spans for nested macro invocations are lacking

    65d25eb Opened by jyn at 2022-09-07 02:05:07
  5550. Most dead code warnings don't work inside const _

    42ccdda Opened by Ingvar Stepanyan at 2022-09-07 14:57:46 - 1 comment
  5551. incorrect diagnostic on irrefutable while-let with break

    40bae42 Opened by Peter A. Bigot at 2024-08-04 20:19:18 - 4 comments
  5552. generic_const_exprs: ICE when converting into type related to trait's internal generic const

    d722f55 Opened by Sungsoo Han at 2024-04-15 09:56:29 - 1 comment
  5553. Missed enum layout optimization with a NonZeroU64 + more space in an enum

    6fe6524 Opened by Ralf Jung at 2022-12-21 10:45:36 - 10 comments
  5554. Tracking issue for future-incompatibility lint mem_uninitialized

    2555042 Opened by 522 at 2024-12-21 04:46:19 - 2 comments
  5555. Implementing Multiplication without explicit coersion is Impossible

    5724a6a Opened by Walter Smuts at 2024-12-21 05:08:14 - 3 comments
  5556. is still repeating at this depth when missing $ before (

    a77e956 Opened by Kubik at 2022-09-08 17:07:53
  5557. Incorrect byte ordering SockAddrV6 flowinfo

    18e6ed5 Opened by David Venhoek at 2024-04-15 17:54:09 - 2 comments
  5558. -Zexport-executable-symbols alone does not export symbols

    4cb827f Opened by Yuxuan Shui at 2024-07-16 14:10:37 - 8 comments
  5559. Add help for missing ( / { or incorrect overload delimiter in decl macros

    4e6c6d3 Opened by Rageking8 at 2022-09-09 16:44:58
  5560. Poor recovery from pub let x = ...

    0b84a64 Opened by Kevin Reid at 2024-05-21 23:00:27 - 3 comments
  5561. Extend invalid keyword usage help diagnostic

    d6f9397 Opened by Rageking8 at 2022-09-11 04:59:03 - 2 comments
  5562. Using the format!() macro with an async function makes the whole Future non-Send

    0f0111f Opened by Hocuri at 2025-04-11 06:26:33 - 6 comments
  5563. Most aarch64 register classes aren't available

    5b1ba62 Opened by Christopher Serr at 2022-09-20 17:48:29 - 4 comments
  5564. Feature request: function in core to ease &str -> [c_char] write in no_std

    321613b Opened by Trevor Gross at 2023-03-31 15:35:11 - 3 comments
  5565. Repeating an enum does not generate a memset

    75134d1 Opened by nora at 2025-03-04 02:21:48 - 5 comments
  5566. Rustdoc-Json: some item IDs are missing in paths field.

    eb39c4e Opened by NAKASHIMA, Makoto at 2022-09-11 17:03:23 - 3 comments
  5567. Need new test for incomplete compute_implied_outlives_bounds fulfillment

    78d2890 Opened by Jack Huey at 2024-04-15 16:32:25 - 2 comments
  5568. Ill-formed doc attributes on trait methods are silently ignored

    f29a449 Opened by zopsicle at 2022-10-18 22:19:23 - 1 comment
  5569. Can't coerce closure to fn in a tuple

    dbacf1d Opened by Cameron Steffen at 2022-10-22 02:52:37 - 2 comments
  5570. Error message for missing * could be more helpful

    20a8510 Opened by georgebarwood at 2022-09-12 13:26:56
  5571. ICE on 1.63 stable

    8da9855 Opened by Guido Marucci Blas at 2023-05-01 10:23:58 - 1 comment
  5572. Add help suggestion for incorrect placement of unsafe for trait declaration

    61cd5f5 Opened by Rageking8 at 2022-09-12 16:15:48
  5573. Tracking Issue for De-RFC 3307: Remove type ascription

    1cbce4b Opened by Manish Goregaokar at 2024-02-28 20:29:25 - 8 comments
  5574. Tracking Issue for rustdoc::missing_doc_code_examples

    7b09726 Opened by Nemo157 at 2023-03-25 13:32:30 - 3 comments
  5575. Overflow evaluating type occurs after adding a comment without cleaning

    16ce725 Opened by Cole at 2024-01-31 11:30:53
  5576. no compilation error on impossible bitshift if not used

    95841a2 Opened by Vivian Roest at 2024-12-21 04:46:20 - 4 comments
  5577. Diagnostic for duplicate #[panic_handler] shouldn't talk about lang items

    4917256 Opened by Jonas Schievink at 2022-09-13 15:23:15
  5578. Follow token restriction disallows keywords after path fragment specifier (and likely others)

    ef2c155 Opened by Jonas Platte at 2024-01-15 19:33:37 - 2 comments
  5579. Complete raw identifier help suggestion for all applicable keywords used as identifiers

    7dc4b05 Opened by Rageking8 at 2022-09-14 08:15:32
  5580. Function type with HRTB and associated type argument unifies inconsistently

    aeb0345 Opened by Laurenz at 2024-12-21 04:56:53 - 2 comments
  5581. Error::source and Error::cause do not expose immediate error in custom io::Error

    c50d961 Opened by Jon Gjengset at 2022-09-23 23:37:22 - 12 comments
  5582. Writing float::pow(int) causes rustc to suggest using powf, not powi

    6607710 Opened by ash2x3zb9cy at 2022-09-15 05:33:47 - 1 comment
  5583. rustc panicked at 'Failed to extract DefId...' on incremental builds

    ab5f0fa Opened by Sebastian Dröge at 2023-08-20 13:34:21 - 3 comments
  5584. Avoid stack -> Box copy when data can be put in Box directly

    958ec73 Opened by Jeff Muizelaar at 2025-02-06 17:22:57 - 9 comments
  5585. Addition does not commute in generic_const_exprs

    bf218c7 Opened by Walter Smuts at 2024-01-26 13:56:45 - 5 comments
  5586. Tracking Issue for comparing TypeId in const items

    77b9a19 Opened by raldone01 at 2022-09-28 16:58:12 - 1 comment
  5587. Performance regression with niche optimization

    1a0ec23 Opened by Michael Benfield at 2025-02-14 04:04:35 - 8 comments
  5588. Suggest missing . for typo in ranges

    3459712 Opened by Rageking8 at 2022-11-08 10:52:23 - 2 comments
  5589. TAIT: Compiler struggles to infer the type

    ac666e5 Opened by iglak at 2022-10-30 21:21:11 - 3 comments
  5590. Merge commits break LLVM CI download

    4689482 Opened by Jannis Christopher Köhl at 2025-03-24 07:31:26 - 49 comments
  5591. Backtraces do not work for binaries loaded through ld.so

    294f372 Opened by Jon Gjengset at 2023-07-15 13:43:47 - 12 comments
  5592. Inferred closure argument lifetime is too specific; we should suggest annotating the type to use the more general lifetime

    e3249b5 Opened by Crystal Durham at 2024-03-21 02:43:27 - 2 comments
  5593. Margin drift in large these functions exist but are inaccessible diagnostic

    558a228 Opened by Alex Macleod at 2022-09-17 20:22:56
  5594. Don't suggest feature-gated paths on stable

    b2ce7c1 Opened by QuineDot at 2023-05-04 05:01:20 - 1 comment
  5595. Rename sysroot directories to be more clear

    b101e19 Opened by jyn at 2023-02-07 14:39:19 - 10 comments
  5596. rustc segfaults when targeting AVR and compiling core in debug mode

    e9e503a Opened by artemis everfree at 2023-11-26 15:54:02 - 1 comment
  5597. Inference failure with type_changing_struct_update

    db8e391 Opened by Charles Lew at 2024-07-09 02:21:22 - 14 comments
  5598. Invalid environment variable names for Command are not rejected

    f84ac4f Opened by dylni at 2025-01-14 21:43:52 - 3 comments
  5599. Apparent duplicated diagnostic note for type mismatch involving type with defaulted type parameter.

    5a8bca1 Opened by zachs18 at 2022-09-18 18:44:27
  5600. [diagnostic] Add better diagnostic for Result types

    026e37a Opened by Max Coplan at 2022-09-18 21:12:22 - 1 comment
  5601. issue-64655-extern-rust-must-allow-unwind.rs test triggers LLVM assertion on AArch64

    f32acc8 Opened by Pietro Albini at 2023-04-05 17:33:59
  5602. Add track_caller to iterator methods

    c2fdebc Opened by xxchan at 2023-04-26 16:03:45 - 5 comments
  5603. Crash documenting a mangled version of diesel

    415b12b Opened by jyn at 2022-12-20 10:58:19 - 4 comments
  5604. ICE: borrowck for user-type with inferred higher ranked type

    9fdd5ee Opened by lcnr at 2025-02-22 06:24:20 - 4 comments
  5605. trait selection fails for projections under binders

    636e814 Opened by Ali MJ Al-Nasrawy at 2024-12-05 11:47:45 - 1 comment
  5606. Diagnostic for comparison between Option<&str> and Option<String> suggests unconditional allocation

    f442d61 Opened by Jamie Quigley at 2022-09-20 17:45:49
  5607. Importing rustc_driver interferes with rustc_codegen_llvm items and leads to a linking error

    b5624d2 Opened by Hirochika Matsumoto at 2023-03-04 02:17:39 - 4 comments
  5608. Tracking Issue for ptr::Alignment type

    938b45b Opened by scottmcm at 2023-08-21 04:37:21 - 5 comments
  5609. Fuchsia ErrorKind not translated from Zircon error value

    64253ef Opened by Andrew Pollack at 2022-09-21 18:58:43 - 1 comment
  5610. Tidy check for io::ErrorKind::Other in std code

    830e3f5 Opened by Mark Rousskov at 2022-09-22 00:09:05
  5611. Duplicated WASM unreachable instructions

    d601890 Opened by Expyron at 2023-04-18 10:02:54 - 8 comments
  5612. Array bound test with two simple loops

    fb7b5a0 Opened by leonardo-m at 2023-09-19 06:50:44 - 3 comments
  5613. GAT with bound on another GAT fails despite fulfilling the bound

    2b23324 Opened by Rune Tynan at 2024-09-24 20:55:03 - 2 comments
  5614. Confusing errors from type (mis-)inference

    5f69bf0 Opened by Bubbler-4 at 2022-09-23 00:04:58
  5615. Tracking Issue for Implementing Future for Arc and Rc

    95e0767 Opened by Jeryn Aldaron Lau at 2022-09-23 05:37:54
  5616. Compile diagnostic for Option<T>::cloned() is bad when T is not &T

    aab830a Opened by boyned//Kampfkarren at 2024-09-27 01:07:30 - 3 comments
  5617. extern "C" functions don't generate the same IR definitions as clang on x86, causing problems with cross-language LTO

    0a3be24 Opened by Mike Hommey at 2024-11-01 19:19:39 - 18 comments
  5618. Confusing error caused by double peojection in trait supertraits

    bc7809b Opened by waffle at 2024-02-16 18:29:36 - 4 comments
  5619. False positive dead code warning

    8cb3195 Opened by Alex Kazik at 2024-12-21 04:46:20 - 1 comment
  5620. Give a better error when HRTB require a function to be valid for 'static references

    152b427 Opened by jyn at 2024-09-24 21:35:18 - 6 comments
  5621. Bogus higher-ranked lifetime error in an async block

    aa6372c Opened by Steven Fackler at 2025-03-21 03:58:25 - 57 comments
  5622. 1.64 - Unexpected dead_code warning from inside macro expansion.

    c8babd1 Opened by Jamie Ridding at 2024-05-13 15:22:15 - 8 comments
  5623. rustc can not inline simple for-loop when arm neon is enabled

    086bd99 Opened by Nugine at 2023-03-03 23:46:05 - 2 comments
  5624. intra-doc link failed linkchecker when depending on cfg(doc)

    bbc206d Opened by scottmcm at 2024-01-22 21:14:59
  5625. Warm/disallow NaN equality?

    017c0e5 Opened by leonardo-m at 2023-04-05 17:28:43 - 2 comments
  5626. diagnostics for lifetime issues sometimes point to code unrelated to the issue

    801e9d7 Opened by Ophir LOJKINE at 2022-09-24 18:15:32 - 2 comments
  5627. #[must_use] on traits should apply to all types that implement the trait, not just for impl Trait placeholders

    4453731 Opened by KarelPeeters at 2024-07-06 22:56:58 - 4 comments
  5628. ICE: rustc_specialization_trait and circular associated type

    c57606f Opened by Chai T. Rex at 2024-05-06 16:13:33 - 2 comments
  5629. Function operating on arrays performs a lot worse for arrays of length 2

    12c0d9a Opened by Canleskis at 2025-01-03 16:22:46 - 4 comments
  5630. Self based method bounds defeat newtype pattern

    ba9a22d Opened by QuineDot at 2025-01-19 21:02:42 - 1 comment
  5631. Inlined function duplication across complex branches when extern "Rust" is used with LTO and opt-level="s"

    dfc8810 Opened by William D. Jones at 2025-02-14 04:02:41
  5632. Add Source Serif Bold Italic font resource for displaying bold italic text

    732f507 Opened by GreenYun at 2023-04-15 11:14:59 - 3 comments
  5633. Tracking Issue for unstable sorting in const context

    f0d8033 Opened by Onestacked at 2022-09-26 22:08:18 - 2 comments
  5634. Building Rust software for use in an MSYS2 environment?

    656024a Opened by Meriel Luna Mittelbach at 2024-02-26 07:41:40 - 2 comments
  5635. Confusing diagnostic for mismatched opaque types

    7e59615 Opened by DQ at 2022-09-26 13:05:12
  5636. Incomplete optimization with opt-level=z compared to clang for possible pre-compiled expressions

    06fe39f Opened by arctic-penguin at 2022-09-26 17:56:59 - 4 comments
  5637. Printing of types expands type aliases, but does not avoid naming collisions of lifetimes that can thus occur in HRTs

    7d4f5c9 Opened by Frank Steffahn at 2022-09-27 18:16:37 - 2 comments
  5638. ICE: failed to get layout for [type error]: the type [type error] has an unknown layout

    ebbd9fb Opened by Federico Stra at 2024-04-23 17:47:44 - 6 comments
  5639. Diagnostic for const with slice type should suggest converting to array type

    f7d3348 Opened by Jesse Ruderman at 2025-03-20 07:07:34
  5640. Need more helpful diagnositics for label values.

    8792001 Opened by Charles Lew at 2022-09-28 06:53:12
  5641. Type inference does not propagate back to {float} associated functions

    db6a300 Opened by Jesse Ruderman at 2024-04-17 01:50:11
  5642. Spurious and incorrect "irrefutable if let pattern" warning in the presence of or-patterns

    8dd136d Opened by bstrie at 2024-10-16 08:21:03 - 5 comments
  5643. Tracking issue for dyn-star

    90a2164 Opened by Eric Holk at 2024-12-18 14:47:51 - 18 comments
  5644. Missing 'unused assignment' warning with += operator on String

    f85dbde Opened by Jesse Ruderman at 2022-09-29 05:17:56 - 1 comment
  5645. rustdoc: Named constants in array sizes shouldn't be evaluated

    f832b88 Opened by John Millikin at 2023-09-13 01:17:26 - 4 comments
  5646. included range in for loop gives more assembly code than excluded range

    c27fb76 Opened by melonges at 2025-03-16 19:11:20 - 10 comments
  5647. rustc should suggest borrowing values, when a borrow satisfies the same trait bound as an owned value

    f5f9477 Opened by Leah Amelia Chen at 2022-11-12 00:19:31 - 5 comments
  5648. Consider redefining the places ~const bounds are allowed

    f4afc18 Opened by beef at 2023-01-11 14:27:57 - 7 comments
  5649. When calling a function that is actually a method, mention it

    7ee9a51 Opened by Esteban Kuber at 2024-09-09 14:39:54 - 8 comments
  5650. Exponential compile times for chained RPITIT

    c452cc2 Opened by Miriam Vellacott at 2023-11-08 03:37:54 - 6 comments
  5651. Associated type resolution fails with blanket impl for supertrait

    a86b204 Opened by Nathan West at 2024-12-21 04:56:53 - 2 comments
  5652. fs::copy with same name - empty file as result

    79a501a Opened by Nikolay Yasinskiy at 2025-04-11 05:40:53 - 3 comments
  5653. #[inline] on generic functions

    8b08e62 Opened by Nikita Popov at 2023-10-08 20:39:52 - 5 comments
  5654. Closures with GATs produce obscure messages

    726bb72 Opened by Trevor Gross at 2024-09-24 21:05:51 - 2 comments
  5655. Object safety error is shown twice for a single assignment

    c0ae694 Opened by Jesse Ruderman at 2022-10-01 12:57:37
  5656. where_clauses_object_safety warning does not identify the offending line

    4a84d8a Opened by Jesse Ruderman at 2022-10-01 14:49:45
  5657. Mock environment testing for bootstrap

    672be3a Opened by Tyler Mandry at 2023-04-16 21:52:10 - 7 comments
  5658. Overflow when deriving Clone on a struct with a recursive GAT

    2f9cec4 Opened by PizzasBear at 2025-03-25 21:39:48 - 2 comments
  5659. try_blocks type inference failure suggests illegal code

    94b8084 Opened by Joshua Liebow-Feeser at 2024-03-01 20:29:31 - 2 comments
  5660. enable "go to exact" for rustdoc

    74b0b2c Opened by Emil Gardström at 2022-10-19 10:20:29 - 2 comments
  5661. Don't give "no rules expected the token" errors for macros that failed to parse

    edb3d37 Opened by scottmcm at 2024-10-08 18:22:38 - 1 comment
  5662. Add consistent feature gating for bootstrap

    b206885 Opened by jyn at 2024-01-04 12:48:01 - 2 comments
  5663. Show an actionable help text to add a "use ..." on error "cannot find macro"

    0ad1660 Opened by Yuri Astrakhan at 2023-03-15 07:10:47 - 4 comments
  5664. ICE generic_const_exprs when only enabled in lib and not bin

    451e3ee Opened by SeeSpring at 2023-03-04 23:29:25 - 1 comment
  5665. Compiler Segfault when sse2 is disabled and lto is fat

    71c6690 Opened by Nugine at 2023-03-03 22:36:32 - 1 comment
  5666. LLVM_ERROR: access past stack top

    3695ffc Opened by Matthias Krüger at 2023-03-03 22:36:48 - 1 comment
  5667. Failed to extract DefId: local_def_id_to_hir_id

    51b878b Opened by Drew Nutter at 2023-12-25 16:59:49 - 3 comments
  5668. prevent negative impl cycles

    21c9eda Opened by Niko Matsakis at 2023-10-11 13:58:20 - 3 comments
  5669. generic_const_exprs: Exact same code compiles as unit test but fails to compile as integration test

    46c9c85 Opened by Joonatan Saarhelo at 2023-03-04 23:29:26
  5670. rustc fails to compile complicated uom code that reaches out on num_trait's libm feature

    adf7999 Opened by wucke13 at 2024-05-01 10:04:49 - 1 comment
  5671. Undesirable auto-vectorization on a simple for-loop

    840f90a Opened by Nugine at 2022-10-16 10:11:09 - 6 comments
  5672. invalid -Ctarget-cpu could fail more gracefully?

    4d03fcc Opened by Matthias Krüger at 2023-04-05 17:34:02 - 1 comment
  5673. PartialEq impl for IpAddr causes SIGBUS on mips-unknown-linux-gnu

    56c7554 Opened by David Koloski at 2025-02-11 13:40:05 - 22 comments
  5674. False positive for conflicting implementations

    4c1f198 Opened by Max “Goldstein” Siling at 2024-09-07 04:08:26 - 4 comments
  5675. Macro call breaks debug line information in PDB

    28a5e0e Opened by Artem Mukhin at 2024-07-11 03:11:42
  5676. ICE when resolving auto traits during incremental compilation

    178f2a1 Opened by Tyler Hawkes at 2023-12-25 16:59:06 - 3 comments
  5677. ld64.lld: error: too many personalities (4) for compact unwind to encode

    8ea0254 Opened by Mike Hommey at 2023-09-07 08:36:14 - 79 comments
  5678. Lint: unused_assignments lint not triggered when assigning through Option on a Copy type

    bf0bea8 Opened by Erik Bünnig at 2022-10-09 14:01:29 - 2 comments
  5679. Make (most?) std::os::wasi::fs::FileExt functions available on all Unix platforms

    f1d9870 Opened by Alyssa Ross at 2025-04-10 23:23:35 - 2 comments
  5680. Deprecated field should not be warned against when it must be used during struct initialization

    602d705 Opened by Erlend Langseth at 2025-03-06 09:57:06 - 4 comments
  5681. Tracking Issue for MIR-only generator witness

    8b870d0 Opened by Camille Gillot at 2022-10-08 10:00:21 - 1 comment
  5682. rustdoc: improve source navigation display on mobile

    10a1827 Opened by Jacob Hoffman-Andrews at 2022-10-20 08:47:46 - 2 comments
  5683. default_free_fn feature does not have the same diagnostics as using Default::default in recursing situations

    20560b3 Opened by harudagondi at 2022-10-09 10:04:29 - 1 comment
  5684. Trait bounds that would be satisfied if autoderef was applied are not considered for function calls but are considered when using methods via the dot-operator

    9e6d4fa Opened by Sebastian Dröge at 2024-12-19 10:57:45 - 7 comments
  5685. Unresolved import (E0432) when use'ing name that shadows a star-imported one

    aa0f6d8 Opened by Karol Kuczmarski at 2022-10-10 16:15:53 - 6 comments
  5686. Is exact count of other implementations useful in this error message?

    d916613 Opened by scottmcm at 2024-12-28 16:08:15 - 1 comment
  5687. Occurs higher-ranked lifetime error by dyn-trait, associated types, and Send constraints.

    c33928f Opened by White-Green at 2024-09-24 22:42:37
  5688. Docs missing about the machine instruction that could be emitted by core::hint::spin_loop

    47bece6 Opened by Leah Amelia Chen at 2022-10-10 07:41:09
  5689. "this closure does not fulfill the lifetime requirements" could be more helpful

    104f8e5 Opened by Bruno Kolenbrander at 2024-09-06 20:20:47 - 1 comment
  5690. Compiler panics unexpectedly when compiling a simple hyper network program

    4c89cbe Opened by Amirreza Askarpour at 2024-02-28 02:15:30 - 3 comments
  5691. str::array_split for splitting a string into a constant number of substrings

    8426c7b Opened by Peter Jaszkowiak at 2022-10-21 06:10:33 - 6 comments
  5692. Suggest HRTB when &T is used in a where clause

    d24cf61 Opened by Ryan Bai at 2022-10-11 18:07:07 - 1 comment
  5693. rustdoc: hang/OOM with recursive type

    6343f83 Opened by Matthias Krüger at 2025-04-17 10:31:30 - 4 comments
  5694. Tracking issue for -Z instrument-xray

    c9d7366 Opened by Oleksii Lozovskyi at 2023-09-12 03:43:37 - 2 comments
  5695. Unrelated trait bounds prevents generic types to be inferred in function call.

    3041619 Opened by Rikard Legge at 2025-03-20 16:14:29 - 5 comments
  5696. Massive performance regression between nightly-2022-08-12 and nightly-2022-08-13

    9872a80 Opened by Robin Freyler at 2023-06-30 15:44:24 - 19 comments
  5697. Trait impls using associated types of a type defined in another crate cause confusing "conflicting implementations" error although implementations don't actually conflict

    3343cd8 Opened by Sebastian Dröge at 2024-05-12 01:59:41 - 4 comments
  5698. Missing implied lifetime bounds for method with GAT in return position

    1a4d9e9 Opened by Pointerbender at 2024-09-24 20:55:03 - 1 comment
  5699. Potential char type issue on powerpc64le-unknown-linux-gnu for wasm32-wasi target

    20d2d1e Opened by Richard Zak at 2024-07-30 02:37:25 - 2 comments
  5700. Tracking Issue for rustdoc --test-builder

    412984d Opened by Miguel Ojeda at 2024-11-18 23:01:06 - 3 comments
  5701. Minimal support for implicit lifetime bounds on GATs

    9329044 Opened by Pointerbender at 2024-09-24 20:55:04 - 2 comments
  5702. rust-objcopy produces broken binary in nightly

    5ce0d34 Opened by dimpolo at 2024-12-12 11:48:32 - 17 comments
  5703. rustdoc: inconsistent number of blank lines rendered top/bottom

    1b64663 Opened by Miguel Ojeda at 2022-10-19 10:16:06 - 1 comment
  5704. Niche optimisation with disjoint tags

    0e88d54 Opened by Robert Bastian at 2023-04-15 12:38:44 - 2 comments
  5705. Methods are not shown for pub type that is imported from other crate

    f43d57d Opened by Marcel Hellwig at 2024-09-09 20:33:49 - 4 comments
  5706. E0603 trims comment off caller line

    f83cc8e Opened by Keshlam (Joe Kesselman) at 2022-10-19 17:19:24 - 5 comments
  5707. Line numbers in error messages?

    9b84649 Opened by Keshlam (Joe Kesselman) at 2022-10-14 09:01:07 - 2 comments
  5708. Misleading diagnostic when implementing const Trait method

    3f0a2d2 Opened by Jacob Pratt at 2024-12-01 15:03:24 - 2 comments
  5709. Crashed running hello world.

    c5bc2aa Opened by Joshua Bridgemohan at 2023-10-22 14:15:05 - 3 comments
  5710. Weird Match Statement Codegen With Byte Strings

    a54c7cc Opened by SE2Dev at 2022-11-11 05:36:25 - 3 comments
  5711. Fix formmating in src/test/ui

    fbeca81 Opened by Ayush at 2023-02-04 09:39:11 - 7 comments
  5712. Confusing error message on trait bound not satisfied with supertraits

    37aff8e Opened by FabriceBazzaro at 2024-02-16 05:51:31 - 2 comments
  5713. Look into drop powered panic guards

    7dc2841 Opened by Alex Saveau at 2023-04-24 08:22:47 - 20 comments
  5714. Divergent suggestion "expressions must be enclosed in braces to be used as const generic arguments"

    de3d260 Opened by Jesse Ruderman at 2022-10-17 10:55:25
  5715. When .into used, but it doesn't exist but .try_into() is available, suggest using try_into()

    5475371 Opened by LeSnake at 2023-08-20 15:14:05 - 13 comments
  5716. Should unwind add no_default_flags when target is android and use ndk?

    34bc92f Opened by plusls at 2023-04-09 02:30:28
  5717. Redundant closure works, but fn item doesn't

    6f25f0b Opened by Dzenan Jupic at 2024-12-21 05:04:40 - 1 comment
  5718. Unhelpful diagnostic when parsing fails because of wrong metavariable kind

    3ce3b45 Opened by Olivier FAURE at 2022-10-18 15:39:06 - 2 comments
  5719. Help message to use U::try_from(t) when use U::from(t) to expect Result<U, E>

    604aaa9 Opened by Awiteb at 2023-08-20 12:45:36 - 4 comments
  5720. tuple struct expressions with non-visible (private) fields should bias towards suggesting methods

    4d19c16 Opened by Felix S Klock II at 2024-02-19 18:01:32 - 3 comments
  5721. rustc doesn't say anything when PGO profile file can't be used

    9824e69 Opened by Mike Hommey at 2022-10-27 16:10:38
  5722. ICE on stable 1.64.0 and nightly when running cargo check

    581acba Opened by Oskar Nehlin at 2023-12-25 16:57:21 - 4 comments
  5723. str::match_indices documentation is misleading re overlaps

    5f401ed Opened by Jesse Ruderman at 2022-10-19 09:34:40
  5724. Terse diagnostic "unexpected end of macro invocation" when misusing assert_eq!

    48df59d Opened by Jesse Ruderman at 2022-10-30 10:07:35 - 6 comments
  5725. Divergent suggestions to "borrow" when I actually need to path to the method via the reference type

    3297c64 Opened by Jesse Ruderman at 2024-02-19 18:16:45 - 2 comments
  5726. Seems like quantificator symbol do not works correctly in macros expression

    1fc14ec Opened by Sergio Ivanuzzo at 2024-01-25 22:17:28 - 4 comments
  5727. transitive coercion to slice doesn't work for arrays

    b30b5c7 Opened by Jack O'Connor at 2025-02-24 21:05:54 - 2 comments
  5728. Partially const traits

    c7387a6 Opened by the8472 at 2024-12-01 15:03:24 - 10 comments
  5729. Suggest ~const std::marker::Destruct for type parameters when needed

    4c1cc93 Opened by Jesse Ruderman at 2022-10-20 16:23:47 - 2 comments
  5730. regression: change in overflow checking

    206a78d Opened by Mark Rousskov at 2022-12-09 16:32:00 - 2 comments
  5731. Trait impls conflict even with different associated const bounds

    6cff1df Opened by Joshua Liebow-Feeser at 2024-12-21 04:56:54 - 1 comment
  5732. Conditionally derived traits using cfg_attr are not documented as being behind a feature flag.

    11b9e7f Opened by Jacob at 2024-05-24 09:42:29 - 3 comments
  5733. Generic const expressions bug: expected constant Self::SIZE found constant Self::SIZE

    3f32ddf Opened by Alexander Vtyurin at 2023-03-04 23:29:27
  5734. Provide better errors and docs for conditional compilation of binaries

    7eab36e Opened by Peter M. Stahl at 2022-10-21 08:28:32
  5735. Check that arguments are only moving locals or box contents in the mir verifier

    07c1323 Opened by bjorn3 at 2023-04-05 17:41:38 - 4 comments
  5736. Check that move arguments are disjoint in the mir verifier

    faba3ff Opened by bjorn3 at 2023-04-05 17:41:38 - 6 comments
  5737. async_graphql::DataLoader code generation via declarative and attribute macros causes compiler bug

    c419feb Opened by Colton Dillion at 2023-12-25 16:57:02 - 4 comments
  5738. where on trait declaration should be provided when the trait is an input bound, but is instead a requirement

    db21a4a Opened by Crystal Durham at 2024-09-02 23:29:10 - 8 comments
  5739. ICE: Wrong DefKind in object_lifetime_default

    b4207bc Opened by nora at 2022-10-22 21:13:17 - 1 comment
  5740. Quadratic (or worse) compile time with extremely borrowed type

    1dae535 Opened by Jesse Ruderman at 2022-10-23 08:56:24 - 1 comment
  5741. Move the emitting of inline code delimiters for Symbol inside the IntoDiagnosticArg impl

    ab238ce Opened by Charles Lew at 2022-10-23 02:51:16
  5742. Quadratic ASCII art with many unclosed delimiters on one line

    6150012 Opened by Jesse Ruderman at 2023-04-17 16:31:42 - 3 comments
  5743. Confusing error when forgetting to break with value from loop-match

    77bf605 Opened by Ingvar Stepanyan at 2022-10-23 14:58:24
  5744. Tracking Issue for saturating_bit_shifts

    eb3b05a Opened by Michael Watzko at 2025-02-03 00:44:55 - 2 comments
  5745. error: internal compiler error: broken MIR in DefId

    48a4741 Opened by imotai at 2023-03-03 13:59:59 - 2 comments
  5746. Incorrect debug information generated for test binary for proc-macro crate

    57fbd44 Opened by Patrick Roy at 2024-04-17 01:58:26
  5747. New example of higher-ranked lifetime error

    fbe7c78 Opened by Marco Napetti at 2024-12-21 05:08:15 - 1 comment
  5748. Support for WebAssembly externref in non-web environment

    52086d0 Opened by Karl Werner at 2023-11-02 14:35:49 - 11 comments
  5749. Type parameter shadowing concrete type results in confusing error message

    f99827e Opened by Kornel at 2022-10-25 14:23:44 - 2 comments
  5750. Parse error recovery is obversable by macros in several cases

    34edd95 Opened by León Orell Valerian Liehr at 2025-02-03 02:38:08 - 14 comments
  5751. Use a faster linker by default in the compiler profile

    5197c60 Opened by nora at 2024-08-01 20:26:59 - 9 comments
  5752. Error in associated type definition is repeated where it is used in a function signature.

    9b78a18 Opened by Imbris at 2022-10-25 19:58:06
  5753. Missing trait error for type (used as a type parameter) containing a trait object can have a broader span than expected

    3fb30f7 Opened by Imbris at 2024-12-21 06:05:56 - 1 comment
  5754. Add links to doc items to the Unstable Book

    a54c2fb Opened by Alexis Hunt at 2023-01-10 16:27:59 - 8 comments
  5755. bootstrap: Document that setting description changes the version hash

    f226d22 Opened by Michael Benfield at 2025-04-09 17:58:55 - 2 comments
  5756. Check for validity of next few tokens before suggesting adding missing in in for loop

    7a401a8 Opened by Rageking8 at 2022-10-26 04:52:37 - 1 comment
  5757. No rust-std support for s390x-unknown-linux-musl

    5c4dcdc Opened by Ulrich Weigand at 2023-03-03 06:07:02 - 1 comment
  5758. Hint for missing lifetime bound on trait object is missing if type alias is used

    6a34572 Opened by leo60228 at 2024-12-21 05:53:04 - 5 comments
  5759. Tracking issue for speeding up rustc via its build configuration

    e96a3f5 Opened by Nicholas Nethercote at 2024-12-03 21:32:20 - 29 comments
  5760. Add suggestion for missing identifier in struct instantiation

    2222bc6 Opened by Rageking8 at 2022-10-28 01:02:36 - 1 comment
  5761. Exponential parse time involving recover_const_arg

    5d00928 Opened by Jesse Ruderman at 2022-11-29 20:23:56 - 1 comment
  5762. ambiguous associated item accepted in item signature

    19040f2 Opened by Ali MJ Al-Nasrawy at 2022-11-23 08:01:12 - 1 comment
  5763. &Box<[u8; 1000]> cannot be coerced to &[u8]

    50fb972 Opened by Askar Safin at 2024-01-25 22:19:44 - 3 comments
  5764. Improve suggestion for misused str::get

    fcdfe77 Opened by Jesse Ruderman at 2022-11-11 03:19:26 - 2 comments
  5765. Internally change regions to be covariant

    0df2028 Opened by lcnr at 2023-01-30 08:40:20 - 3 comments
  5766. Linking error when mixing extern crate and dylib with lto enabled

    3558484 Opened by Andrea Cracco at 2024-01-26 01:15:29
  5767. Adding statements after implicit return could result in confusing errors

    97d22bf Opened by beef at 2024-11-09 18:53:08 - 2 comments
  5768. Incorrect dead_code warning on a function that is being called

    c321fa6 Opened by Ralf Jung at 2024-05-13 15:19:58 - 5 comments
  5769. "Cannot Relate Bound Region" causing panic at Box<dyn Any> in Compiler

    dc99765 Opened by Samuel Schlesinger at 2024-11-20 21:41:02 - 3 comments
  5770. Compiler suggests to add [closure@…] to source code when it can be inferred instead.

    7d2e33a Opened by Vitaly Shukela at 2022-11-14 13:57:29 - 5 comments
  5771. ICE "... is not fully resolved'" with min_specialization and lifetime param

    1dc4a43 Opened by Jesse Ruderman at 2024-04-20 08:53:52 - 6 comments
  5772. #![allow(unknown_lints)] forward compatibility is broken by unstable lints

    b19da7b Opened by Ryan Lopopolo at 2024-12-21 04:46:21 - 2 comments
  5773. Missed opportunity for the "consider borrowing" hint

    b278b8e Opened by Patryk Wychowaniec at 2024-05-01 23:37:28 - 4 comments
  5774. Cleanup: Share DST size/align computation logic between codegen backends (and interpreter)

    4ed2471 Opened by Ralf Jung at 2022-11-01 10:22:42 - 3 comments
  5775. Duration Debug for 2.5s rounds inconsistently for duration and duration.as_secs_f64()

    fcd38d6 Opened by Tomek Czajka at 2025-03-11 19:36:50 - 3 comments
  5776. core::array::from_fn segfaults (v1.64, v1.63)

    59c4db0 Opened by Michael van Niekerk at 2023-03-07 05:27:00 - 4 comments
  5777. Broken compilation with &(dyn Trait + '_)

    f131f4c Opened by Cerber-Ursi at 2022-11-08 10:49:52 - 8 comments
  5778. LLVM debug info stack overflow

    e570226 Opened by MarkManiga at 2022-11-01 09:09:14 - 11 comments
  5779. Confusing error with incompatible functions in trait impl when function parameter is impl Trait

    c5ca5ea Opened by riki at 2023-01-03 13:14:54 - 4 comments
  5780. AVX512VAES on AMD EPYC gives LLVM ERROR: Do not know how to split the result of this operator

    f6d3230 Opened by Schrodinger ZHU Yifan at 2023-04-05 17:34:03 - 3 comments
  5781. Tracking Issue for integrating Error trait with panic interfaces

    52e87da Opened by J Haigh at 2022-10-31 22:30:06 - 1 comment
  5782. It should be possible to get a mutable reference to a ZST literal

    783061d Opened by Joshua Liebow-Feeser at 2023-08-02 07:55:37 - 12 comments
  5783. "the following other types implement trait" needs improvement.

    c8b0622 Opened by Bruno Kolenbrander at 2024-03-13 20:36:37 - 5 comments
  5784. Query cycle before ast lowered turns into dumpster fire

    8c43676 Opened by Cameron Steffen at 2024-01-25 15:40:06
  5785. Better error message for E0310

    b21c733 Opened by Daniel Wolf at 2024-11-21 10:40:31 - 8 comments
  5786. Elide duplicate path information when types are reused in a compiler error

    b87e5b7 Opened by Alice Cecile at 2022-11-06 01:04:33 - 1 comment
  5787. Diagnostic for an unused import from a macro expansion mentions a metavariable instead of the imported name

    4f95bdf Opened by Ruby Lazuli at 2022-11-01 23:51:06 - 1 comment
  5788. Tracking Issue for more_float_constants

    76ff8a7 Opened by Deleted user at 2025-04-17 17:13:00 - 6 comments
  5789. improve the way we deal with ambiguity errors

    fd6461b Opened by lcnr at 2022-11-07 07:18:51 - 2 comments
  5790. Cross-compiling raw-dylib doesn't work on Windows

    3f4ea62 Opened by Mateusz Mikuła at 2025-01-11 18:06:07 - 23 comments
  5791. riscv32imac-unknown-xous-elf: rust-lld gives offset is outside the section errors

    9dc0c50 Opened by Sean Cross at 2023-04-05 17:34:05 - 5 comments
  5792. Lint for destructuring a unit struct without binding to a value

    39f71c8 Opened by Kart at 2022-11-11 15:29:46 - 5 comments
  5793. impl_trait_in_fn_trait_return breaks with ref params

    26247b1 Opened by Douglas Raillard at 2022-11-04 16:28:22 - 1 comment
  5794. Linking static library that contains undefined references

    7be2ef4 Opened by bewee-i at 2024-01-26 08:39:39 - 1 comment
  5795. Add internal documentation for all queries

    323aa03 Opened by jyn at 2022-11-05 15:04:03 - 1 comment
  5796. Document query internals

    8e0d4ef Opened by jyn at 2022-11-05 15:36:25
  5797. Suboptimal code generation for thread_local!

    8b3c218 Opened by Stepan Koltsov at 2025-02-14 03:58:02 - 1 comment
  5798. LLVM ERROR: "Vector elements must have same size" with -Zmir-opt-level=3

    fcd6b41 Opened by Matthias Krüger at 2022-11-06 10:15:38 - 3 comments
  5799. Box documentation regarding allocation for ZSTs

    b0a8977 Opened by Zavier Divelbiss at 2024-12-27 23:08:50 - 1 comment
  5800. ICE when running x.py check on rust source

    7152ca9 Opened by Zoey Hewll at 2023-01-14 21:48:51
  5801. #![no_main] & empty main fn makes test run fail unconditionally

    34ce1db Opened by { @MainActor _ :  in \M4.Ultra }(Swift) at 2025-03-21 20:04:07 - 2 comments
  5802. A new thread is created for each test even if --test-threads=1

    d1d5930 Opened by Thomas van Doornmalen at 2025-01-14 00:20:59 - 20 comments
  5803. Need a lifetime hint for E0409 "variable is bound inconsistently"

    1e3723a Opened by Josh Stone at 2022-11-08 02:03:26 - 2 comments
  5804. Incorrect trait bounds suggestion with derive macros

    96530d3 Opened by Chase Wilson at 2022-11-08 01:59:44 - 1 comment
  5805. [BUG] cargo test --doc may create tests in noexec folder on Windows

    deaf981 Opened by Samuel Beausoleil at 2025-01-18 21:28:07 - 2 comments
  5806. help clause points to adding where clause on impl when it should be on function

    e75acf6 Opened by Ray Zhang at 2022-11-08 01:55:41 - 1 comment
  5807. Provide structural pinning guarantees for slices, vecs, arrays

    b060be1 Opened by Yosh at 2023-03-29 12:00:56 - 5 comments
  5808. "ambiguous associated type" when accessing concrete type (but not on generic type)

    e6e7200 Opened by Ralf Jung at 2023-04-26 03:49:28 - 4 comments
  5809. Confusing precedence for shifts

    b04a9c1 Opened by Pratyush Mishra at 2022-11-10 06:51:22 - 7 comments
  5810. Allow users to override or filter list of exported symbols passed to the WASM linker

    2c5b988 Opened by Manish Goregaokar at 2023-01-10 07:32:04 - 12 comments
  5811. Unable to build 'no_std' crate into dylib

    3701915 Opened by Jingrong Chen at 2023-05-17 08:55:34 - 3 comments
  5812. special_module_name triggered for a directory module

    6e26bd8 Opened by Tuetuopay at 2024-07-23 19:52:05 - 3 comments
  5813. Exponential compile time with broken huge nested enum

    10da176 Opened by Jesse Ruderman at 2022-11-08 19:22:12 - 1 comment
  5814. proc_macro crate fails to build with llvm LLVM_ENABLE_EXPENSIVE_CHECKS

    4273e23 Opened by Matthias Krüger at 2022-11-11 19:23:16 - 4 comments
  5815. Traits are resolved incorrectly when dyn trait is used in a struct.

    e986c97 Opened by Wojciech Daniło at 2022-11-13 22:09:44 - 4 comments
  5816. Casting to dyn Trait implies 'static lifetime, but "lifetime may not live long enough" does not prompt

    73303f6 Opened by Simon Farnsworth at 2023-09-06 15:38:01 - 2 comments
  5817. Support individual files for clippy tests

    be5b29e Opened by jyn at 2025-02-28 10:24:45 - 8 comments
  5818. Unclear unwind safety for std::alloc::Allocator::{grow,shrink}

    34a06f6 Opened by Kevin Reid at 2022-11-10 01:59:36 - 2 comments
  5819. Hang with weird trait requirement

    d11a38c Opened by Jesse Ruderman at 2022-11-26 22:18:09 - 4 comments
  5820. Hang with weird recursive associated type

    0dae00e Opened by Jesse Ruderman at 2022-11-11 01:53:09
  5821. Suggest cloning Arc/Rc

    9ee6202 Opened by Ibraheem Ahmed at 2024-05-01 20:48:48 - 7 comments
  5822. Poor error message for confusing comparison and start of generic arguments in some cases

    8b78ce8 Opened by Maxim at 2022-11-18 19:12:05 - 3 comments
  5823. ICE: no warnings or errors encountered even though delayed_good_path_bugs issued

    7d6906d Opened by Alexander Fedotov at 2023-12-25 16:56:12 - 4 comments
  5824. Matching with multiple patterns and match guards can have unintuitive results

    6183f6b Opened by James Munns at 2022-11-11 10:00:58 - 1 comment
  5825. Tracking Issue for impl for<'a> Trait<'a>

    89f4925 Opened by Oli Scherer at 2024-01-25 22:38:28 - 2 comments
  5826. Initializing structs with Option fields set to None produces non-optimal assembly

    d283c54 Opened by Björn Steinbrink at 2025-03-06 15:41:04 - 7 comments
  5827. ICE + other errors when trying to run cargo test on Arduino project, involving vcell

    9bbfc60 Opened by Mark LeMoine at 2023-02-05 12:48:13 - 3 comments
  5828. Error "expected identifier, found reserved identifier" is slightly weird

    0e8c8a6 Opened by Jesse Ruderman at 2022-11-12 09:11:24 - 2 comments
  5829. Fn implementation for function pointers to method of ~const bounded trait are not const

    7f36a09 Opened by netsutetsu at 2024-12-01 15:03:24 - 5 comments
  5830. Suggest type annotation when creating array of slices.

    7eabae5 Opened by Andy at 2022-11-13 08:48:20 - 1 comment
  5831. For E0401, mention item definition being the problem

    30daa37 Opened by Shadlock0133 at 2024-07-22 15:53:51 - 2 comments
  5832. "computing type of ...::{opaque#0}" query cycle in async fn w/ auto trait obligations.

    3b9d614 Opened by Inanna Malick at 2025-01-08 12:59:11 - 8 comments
  5833. Incorrect/Confusing cross-linking in docs for miette crate

    fa9274e Opened by Varun Gandhi at 2024-04-17 02:08:12 - 2 comments
  5834. x86_64-pc-windows-gnu static library g_param_spec_types label problem

    e8d3718 Opened by sceedy at 2024-07-13 06:19:37 - 1 comment
  5835. async block with futures::stream::Buffered is not Send

    30618ab Opened by Michael Hewson at 2023-01-02 05:48:21 - 10 comments
  5836. capturing stack backtrace becomes slower and sometimes segfaults on Apple Silicon

    26bd22b Opened by Alex Chi Z. at 2024-07-25 00:47:15 - 17 comments
  5837. error messages incorrectly display where bounds with higher ranked self types

    531c15d Opened by lcnr at 2024-11-21 01:50:43 - 2 comments
  5838. Feed a span into the const eval queries in case of an error

    5037d66 Opened by Oli Scherer at 2023-04-05 17:28:45
  5839. Incorrect unnecessary parenthesis inside attribute parameters

    64d6dff Opened by akrieger at 2024-05-13 15:08:51 - 1 comment
  5840. Misleading comments over methods on TyCtxtEnsure in rustc_middle::mir::interpret::queries

    58691e7 Opened by Camille Gillot at 2023-04-08 18:48:32 - 1 comment
  5841. overly restrictive closure borrow-checking

    6817d3e Opened by Ali MJ Al-Nasrawy at 2025-01-15 18:45:09 - 5 comments
  5842. closures accept ill-formed inputs

    4785977 Opened by Ali MJ Al-Nasrawy at 2024-12-05 11:54:51 - 2 comments
  5843. Consider relaxing the Sized requirement in impl Error for Box<T>

    25c5aff Opened by Vitalii Kryvenko at 2023-08-12 01:23:07 - 5 comments
  5844. coercion ?0: Sized check, rewrite to not rely on fulfill internals

    3964f89 Opened by lcnr at 2024-05-07 18:21:40 - 2 comments
  5845. Custom diagnostics for arithmetic operations hides bounds info

    11a8a1e Opened by Max “Goldstein” Siling at 2023-06-30 01:04:31 - 1 comment
  5846. Fix: Consider U+01C3(ǃ) as a misleading punctuation, not as alphabetic

    3d141ef Opened by Super-Pizza at 2024-09-21 01:32:06 - 3 comments
  5847. Parsing issue in complex nested match statement with &&.

    a65852f Opened by S.J.R. van Schaik at 2023-04-05 17:28:45 - 3 comments
  5848. Borrowing an overflowing expression supresses arithmetic_overflow

    806c850 Opened by Jason Newcomb at 2024-05-13 15:20:13
  5849. Remove unreachable constant data from binary

    49cd202 Opened by Dzenan Jupic at 2023-10-08 22:04:32 - 9 comments
  5850. Internal compiler error due to misnamed fields

    63ede17 Opened by Georg Semmler at 2023-12-25 16:55:51 - 3 comments
  5851. Add warning for unnecessary imports

    ca58ab9 Opened by Bertie Wheen at 2022-11-25 18:53:29 - 2 comments
  5852. DW_AT_discr_value elided in DWARF for some enum variants

    86fcd89 Opened by Bryan Cantrill at 2022-11-29 09:50:16 - 2 comments
  5853. New trait with all other traits as supertrait suggestion never take into account user provided trait names

    683e93e Opened by Rageking8 at 2023-01-19 11:14:59 - 3 comments
  5854. Duplicate errors on mismatched types on constrained structs

    35fa2cc Opened by nora at 2022-11-20 11:03:16 - 1 comment
  5855. rustc non-exhaustive patterns: Misleading error message when match arm uses if over a general pattern

    bfe83ec Opened by LeoniePhiline at 2022-11-20 21:52:30 - 1 comment
  5856. Google does not seem to be indexing all pages on docs.rust-lang.org

    ef37420 Opened by Jesse Ruderman at 2025-03-31 21:32:11 - 2 comments
  5857. Tracking issue: convert library-testing ui tests to unit tests

    83c642e Opened by Ralf Jung at 2022-11-21 18:06:25 - 4 comments
  5858. rust-gdb should detect gdb version and warn if UX is expected to be poor

    bd88508 Opened by Felix S Klock II at 2022-11-21 23:13:52
  5859. ICE Failed to extract DefId: local_def_id_to_hir_id 999c8437c28acff7-7888abc43219a632

    99ffde4 Opened by Georg Semmler at 2023-12-25 16:55:34 - 6 comments
  5860. Misleading borrow checker error when accidentally creating self-referential lifetimes

    eb27c86 Opened by Dirkjan Ochtman at 2022-11-22 00:49:49
  5861. dyn Trait<'a> shouldn't carry 'a lifetime

    30190e8 Opened by Yuxuan Shui at 2024-01-25 22:20:14 - 5 comments
  5862. ICE when creating a reference to an (extern?) value of an extern type in a static context

    e21f64b Opened by CheaterCodes at 2025-02-25 07:31:17 - 12 comments
  5863. Changing order compilation errors to be under warnings?

    89852d9 Opened by Erik Palencik at 2022-11-21 19:08:05
  5864. AFIT: impl can't add extra lifetime restrictions, unlike non-async

    f7cacd9 Opened by Dario Nieuwenhuis at 2023-07-27 21:33:23 - 3 comments
  5865. Long build times for conflicting trait implementations (>35min on GitHub CI)

    694da25 Opened by Jonah Henriksson at 2022-11-22 07:51:04 - 1 comment
  5866. Modules loaded using #[path] are seemingly treated like mod.rs files even when they're not

    d274bd3 Opened by Alexander Krivács Schrøder at 2024-07-31 09:31:57 - 6 comments
  5867. Don't leak non-exported symbols from staticlibs

    ed8bbd1 Opened by bjorn3 at 2025-01-04 18:55:35 - 48 comments
  5868. Confusing error for missing From impls (and other traits with blanket impls)

    4a33f16 Opened by Anton at 2022-11-22 14:39:24 - 1 comment
  5869. Missing diagnostic for attempting to call Deref method shadowed by trait impl

    d72c0e5 Opened by PROMETHIA-27 at 2022-11-22 16:40:12 - 2 comments
  5870. Unable to call reverse on a Zip Iterator zipping a std::iter::Repeat

    5253fe7 Opened by Arthur Meyre at 2024-08-20 06:17:37 - 5 comments
  5871. Better help message for "Mismatched types" [E0308] when the issue is function implicitly returning ()

    7c639c2 Opened by Zack Weinberg at 2022-11-22 21:38:02 - 2 comments
  5872. E0521 borrowed data escapes with subtyping stuff is confusing

    0139a32 Opened by Dirkjan Ochtman at 2022-11-23 06:54:24 - 1 comment
  5873. bound regions affect path resolution

    87e6e66 Opened by Ali MJ Al-Nasrawy at 2022-11-23 08:18:20
  5874. "bad" error message for inferred trait type arguments.

    3a86914 Opened by DownloadPizza at 2022-11-24 02:01:35 - 3 comments
  5875. Upstream support for --print=target-cpus to LLVM

    fefb51e Opened by he32 at 2023-04-08 18:02:11 - 10 comments
  5876. dyn* does not support trait upcasting

    35a4fdb Opened by Michael Goulet at 2022-11-24 02:35:43
  5877. Tracking Issue for impl_unified_exhaustive_const_traits

    e729bd5 Opened by Julian Knodt at 2022-12-06 07:01:20 - 1 comment
  5878. Type Alias hides lifetime errors

    903a840 Opened by Arpad Borsos at 2023-09-08 11:05:15 - 2 comments
  5879. atomic::Ordering docs provide fewer guarantees than C++20 reference

    019996b Opened by Jan Behrens at 2022-11-28 20:58:22 - 8 comments
  5880. Symbol-mangling (v0) should show difference between async / closure / generator

    4052004 Opened by Arpad Borsos at 2023-04-12 14:41:16 - 1 comment
  5881. ICE: index out of bounds: the len is 1 but the index is 1', compiler/rustc_metadata/src/rmeta/decoder.rs:803:53

    f044ff5 Opened by Matthias Krüger at 2023-01-12 22:37:15 - 5 comments
  5882. Rust attemts to implement FnMut for a closure consuming a 'static mut reference?

    df1c188 Opened by Reinis Mazeiks at 2023-05-05 03:18:28
  5883. Comparing String < {number} gives subpar suggestion and comparisons don't point at source of E0308 expectation

    1a844d6 Opened by Esteban Kuber at 2022-11-25 11:10:09 - 2 comments
  5884. [ER] Sub-optimal allocation of simple zeroed Vec of arrays

    22af350 Opened by leonardo-m at 2025-02-14 03:57:21 - 3 comments
  5885. Unexpected type inference around unsized coercion

    22e797a Opened by Aegrithas at 2024-12-21 04:56:56 - 1 comment
  5886. Exponential compile time with let in unsupported position within closure

    bd8d00e Opened by Jesse Ruderman at 2022-11-25 06:59:02
  5887. Incremental Compile Bug On Moved Imports

    6ef03c3 Opened by Raphael Taylor-Davies at 2024-09-11 10:57:24 - 2 comments
  5888. Codegen metadata documentation is not exhaustive

    3a89471 Opened by Alessandro Pezzato at 2022-11-25 13:20:00
  5889. Unexpected rustc panic

    0066d97 Opened by Marco Pagliaricci at 2023-12-25 16:55:12 - 3 comments
  5890. ~const makes rustdoc show duplicate bounds

    251eff9 Opened by Max “Goldstein” Siling at 2023-05-19 18:10:35 - 6 comments
  5891. let chains testing

    f201977 Opened by est31 at 2023-11-10 22:52:16 - 3 comments
  5892. when rustc suggests alternative solutions, rustfix will apply none of them

    d1f3c54 Opened by Matthias Krüger at 2023-04-17 16:29:35 - 1 comment
  5893. unused_must_use: comparison inside macro will cause invalid code to be suggested

    b4ccc9e Opened by Matthias Krüger at 2022-11-26 05:49:05 - 1 comment
  5894. flat_map fails to autovectorize internal iterators

    0db2ba6 Opened by James Liu at 2022-11-26 10:16:21 - 9 comments
  5895. Add a way to ensure tests actually test something

    180b958 Opened by jyn at 2024-04-17 14:17:09 - 2 comments
  5896. rustc suggests syntactically invalid fixes with proc macros

    eeb491b Opened by Enoki at 2023-04-17 16:30:48
  5897. Suggest .try_into().unwrap() or as _ for const parameters of the wrong type (e.g., in array types) if applicable and possible on stable

    ee86ba3 Opened by Alexandru Scvorțov at 2025-04-04 09:55:24 - 9 comments
  5898. Do not suggest introducing lifetime parameters in structs

    2b08059 Opened by Kornel at 2022-12-06 20:56:37 - 3 comments
  5899. When call from out of crate, E0275 occurs

    ea42205 Opened by Toru3 at 2024-12-21 04:56:56
  5900. 32-bit mips target emits 64-bit instructions

    6044078 Opened by he32 at 2023-08-03 03:23:33 - 11 comments
  5901. unsafe_code lint does not properly detect usages of unsafe functions when in an unsafe scope

    76187cf Opened by asquared31415 at 2024-12-21 04:46:21 - 2 comments
  5902. Overflow evaluating the requirement with GATS

    99549b7 Opened by Andrzej Głuszak at 2024-09-24 20:55:05 - 2 comments
  5903. doc(cfg(a or b or c) and a) should cut unnecessary conditions

    d95b8a8 Opened by kgolawski at 2023-05-04 12:52:20 - 17 comments
  5904. Unhelpful "type annotations needed" when it seems like rustc should know the type

    4545971 Opened by ash at 2022-11-28 21:01:03 - 1 comment
  5905. single-use-lifetimes may remove attributes of wrong lifetime?

    e50779b Opened by Matthias Krüger at 2022-11-28 21:05:58
  5906. The same code, one errors the other passes fine <Rocket>

    3aaecb5 Opened by Ukpai Ugochi at 2025-03-21 02:32:33 - 4 comments
  5907. Contradictory error message: trait is simultaneously implemented and not

    61f2e6e Opened by Kyuuhachi at 2024-09-27 01:55:35 - 3 comments
  5908. Create better help text for impl A for B where B: A {}

    0424f3b Opened by Fabian Hintringer at 2022-12-02 16:39:41 - 1 comment
  5909. Tracking Issue for simple_fmt

    64af6e5 Opened by Mara Bos at 2022-11-29 14:18:03 - 1 comment
  5910. ICE: Region parameter out of range when substituting

    1388daa Opened by ricoyoung345 at 2024-02-11 01:57:45 - 2 comments
  5911. Track perf regression "Branch Clause from Predicate #104846"

    2b889a3 Opened by Santiago Pastorino at 2024-10-30 08:04:05 - 7 comments
  5912. Wrong architecture objects mixed in self-built compiler

    aa421c5 Opened by Martin Kröning at 2023-07-01 05:28:07 - 6 comments
  5913. Exponential parse time involving maybe_suggest_struct_literal

    4f7e255 Opened by Jesse Ruderman at 2022-11-30 00:42:54 - 2 comments
  5914. Tracking Issue for Restrictions

    bad9629 Opened by Tyler Mandry at 2024-12-20 13:08:41 - 29 comments
  5915. Improve mechanism to separate unit and integration tests

    5b2ee91 Opened by Martyn P at 2023-03-27 15:31:39 - 2 comments
  5916. Iterating on an array of ranges looks syntactically plausible but is not, and the error message is nonsense to a beginner

    dac14b6 Opened by Chris at 2024-09-17 09:07:48 - 1 comment
  5917. The PartialEq implementation for tuples isn't general enough

    5dbb1ff Opened by Michael Bryan at 2024-11-12 10:52:59 - 1 comment
  5918. unused_variables syntax error with box patterns / box syntax

    4f7bf22 Opened by Matthias Krüger at 2022-11-30 20:06:10
  5919. enabling a only a single lint is not intuitive

    d394fe2 Opened by Matthias Krüger at 2023-02-24 22:09:09
  5920. Found unstable fingerprints for type_op_prove_predicate(967346dc9c3138c4-f8a08220f2e7195b)

    0b611af Opened by Roman at 2023-12-25 16:53:43 - 1 comment
  5921. Multiple incompatible clashing extern fn's should be a hard error (potentially phased in via future-incompat)

    1c3a427 Opened by Felix S Klock II at 2024-12-21 04:46:22 - 5 comments
  5922. macros: elided-lifetimes-in-paths adds same lifetime twice if applied with cargo fix

    32e4845 Opened by Matthias Krüger at 2022-12-01 19:26:22
  5923. FP unused_mut: macro

    486e317 Opened by Matthias Krüger at 2022-12-01 19:30:27
  5924. Vec::reserve(n) followed by n calls to push should only check capacity once

    8478df5 Opened by Jörn Horstmann at 2025-02-14 03:57:21 - 4 comments
  5925. Encountered a Stack Overflow Crash on stable compiled rust

    dc5faf2 Opened by Huddy Buddy at 2023-02-24 22:08:48 - 4 comments
  5926. Exponential parse time with nested and out-of-order attributes

    cd129d7 Opened by Jesse Ruderman at 2022-12-02 06:05:28
  5927. GAT: spurious "first borrow might be used here, when ... is dropped and runs the destructor for type ..."

    55a9bda Opened by lyphyser at 2024-09-24 21:05:52 - 1 comment
  5928. Discussion: Enforce formatting of doc comments

    4a93baf Opened by Jeryn Aldaron Lau at 2023-09-14 12:03:23 - 14 comments
  5929. rustdoc: ICE: synthetic auto trait impls: unexpected result when selecting […] obligation involving projection

    0884148 Opened by Matthias Krüger at 2024-06-25 11:35:03 - 4 comments
  5930. Unsafe block does not propagate into array length

    c3a014f Opened by Ralf Jung at 2023-03-07 05:27:03 - 1 comment
  5931. Compiler error happening regularly after using cargo sqlx prepare command

    8f28b77 Opened by Adam Maciejczuk at 2023-12-25 16:53:08 - 3 comments
  5932. Error suggests adding '_ lifetime but named lifetime is needed

    d911937 Opened by est31 at 2022-12-09 07:56:09 - 3 comments
  5933. FP unreachable-pub, breaks the code

    343ddf4 Opened by Matthias Krüger at 2022-12-03 23:38:47
  5934. ICE type parameter out of range when substituting

    6c70b1a Opened by lightmelodies at 2024-04-15 09:56:32 - 4 comments
  5935. Type mismatch errors through generic enums could be clearer

    b00b917 Opened by Jesse Ruderman at 2022-12-04 07:47:50
  5936. Weird error messages when using ? operator in enum discriminant value

    4ef4758 Opened by Jesse Ruderman at 2022-12-04 08:22:53
  5937. &usize::<= is much slower than usize::<=

    5de308c Opened by Justin Kromlinger at 2024-07-20 01:14:37 - 14 comments
  5938. ICE: 'index out of bounds: the len is 1 but the index is 1' with Cdebuginfo=2

    e29f921 Opened by Matthias Krüger at 2022-12-04 16:47:48 - 6 comments
  5939. hang/slowdown in rustc_middle::traits::ObligationCauseCode

    5933e5f Opened by Matthias Krüger at 2024-12-21 04:56:57 - 1 comment
  5940. Promotion rules are surprising and insufficiently documented

    6fd716e Opened by AnthonyMikh at 2024-07-10 05:21:21 - 6 comments
  5941. confusion when intersecting multiple HashSets

    ae0b298 Opened by Brian Dorsey at 2022-12-05 08:46:48 - 1 comment
  5942. incompatible types when using re-exports of the same crate from different crates (different paths)

    14a0206 Opened by Dustin at 2024-08-07 22:13:06 - 4 comments
  5943. Codegen backends should validate their assumed encodings of e.g. rustc layouts.

    73f622b Opened by Eduard-Mihai Burtescu at 2023-04-05 17:32:44 - 3 comments
  5944. ! cannot be used as impl Trait when ! implements Trait

    f7bad20 Opened by zachs18 at 2024-06-15 01:15:10 - 9 comments
  5945. In linux(debian 11.2, Alma 8.5) TcpStream after write_all cache to much memory

    da45de9 Opened by 问蒙框架服务 at 2024-07-30 13:03:53 - 5 comments
  5946. Mention that examples can only import things from lib.rs and not main.rs

    3411cfc Opened by Jakob Gerhardt at 2022-12-05 10:21:42 - 1 comment
  5947. ICE: unexpected ambiguity

    ddd0651 Opened by haslersn at 2024-12-21 04:55:12 - 4 comments
  5948. Rust suggests to add the parameter in the wrong position if a parameter is missing from a function which contains a closure

    6f0d08f Opened by Dylan DPC at 2022-12-05 17:46:00 - 3 comments
  5949. TAIT: "hidden type captures lifetime" even if it's static, inside closure

    6e3eb98 Opened by Dario Nieuwenhuis at 2022-12-05 14:57:45 - 1 comment
  5950. Diagnostic points at entire path instead of path argument if the latter does not satisfy a trait bound

    f94e984 Opened by León Orell Valerian Liehr at 2023-12-04 17:25:32 - 8 comments
  5951. Group navigation items in the docs by source crate/module

    44cd2d8 Opened by Jacob Zhong at 2022-12-10 01:28:03 - 20 comments
  5952. E0392 incorrectly claims generic parameter used in associated type bound is unused

    7cdfc6b Opened by Ruby Lazuli at 2022-12-05 16:47:12 - 1 comment
  5953. Compiler panic: evaluating trait selection obligation

    6d5693a Opened by Florian Jung at 2023-12-25 16:51:52 - 2 comments
  5954. Use simpler abbreviations when reporting error types

    9078dc7 Opened by Sophia J. Turner at 2025-03-06 18:43:43 - 1 comment
  5955. Confusing error message for unable to infer types

    c755bcb Opened by grhkm21 at 2022-12-05 23:58:28
  5956. Tracking Issue for Style Evolution (RFC 3338)

    b72771e Opened by Josh Triplett at 2022-12-05 21:56:32 - 1 comment
  5957. Confusing compilation error when forgetting to deref_mut in a chain of iterators

    4da289d Opened by Robin Moussu at 2024-10-04 23:30:52 - 10 comments
  5958. Weird cyclic type error

    8ee9988 Opened by Esteban Kuber at 2022-12-13 03:28:40 - 7 comments
  5959. Hard to understand error when trying to create an use a mutable string literal

    feaf464 Opened by Robin Moussu at 2022-12-06 13:15:00 - 2 comments
  5960. Tracking Issue for process_setsid

    085f1a5 Opened by Harvey Hunt at 2023-07-22 20:13:37 - 1 comment
  5961. using ...default syntax for a type implementing Drop gives a cryptic error

    935c88f Opened by Bruno Kolenbrander at 2023-02-09 23:31:35 - 2 comments
  5962. Suggest the correct name if using a struct literal and struct update syntax

    a295bc1 Opened by Alex Chan at 2024-02-29 22:43:06 - 3 comments
  5963. Suggest borrowing fields in a match pattern when you're updating a struct in a loop

    cb9290a Opened by Alex Chan at 2022-12-09 07:36:55 - 3 comments
  5964. std::backtrace::Backtrace should filter by __rust_end_short_backtrace and __rust_begin_short_backtrace

    acdfa2a Opened by Lucas Kent at 2023-04-27 03:29:27 - 4 comments
  5965. Running cargo test -- --logfile log.txt overrides test results when running multiple testers

    13a8479 Opened by Tomer Lev at 2024-06-23 10:42:37 - 1 comment
  5966. Using &T in where clause should suggest HRTB

    71e599a Opened by Arpad Borsos at 2022-12-07 19:35:37
  5967. It's possible to generate lint with wrong ASCII arrow

    9835b05 Opened by Bryan Garza at 2023-09-06 15:32:51 - 1 comment
  5968. Unexpected error[E0119]: conflicting implementations error

    84a5b80 Opened by 徐辰 at 2024-07-10 20:13:07 - 4 comments
  5969. Multiple nested impl Trait in trait method does not work

    bcb6357 Opened by xmh0511 at 2023-06-12 21:07:49 - 4 comments
  5970. Resolve errors for unknown binding should consider commented out code

    7d599a5 Opened by Esteban Kuber at 2023-01-12 20:02:51 - 9 comments
  5971. CG Backends should validate Call types more strictly

    e55765d Opened by Arpad Borsos at 2023-04-10 19:02:57
  5972. implied bounds from impl header are not used when comparing trait and impl methods

    fd68bc5 Opened by Ali MJ Al-Nasrawy at 2024-12-29 15:31:40 - 4 comments
  5973. Confusing E0284 "type annotations needed" when trait method bound trait bound conflict in associated type.

    4f6ee61 Opened by zachs18 at 2022-12-13 17:17:16
  5974. Use protected visibility by default on ELF platforms

    43b57bd Opened by Peter Collingbourne at 2025-04-20 10:26:50 - 10 comments
  5975. bad diagnostic suggestion for self access in a format string

    e94556f Opened by Eric Huss at 2024-10-24 18:24:10 - 5 comments
  5976. Return impl for<'a> Fn(&'a) incorrectly rejected for closures

    5dc7241 Opened by Valerio Lomanto at 2022-12-11 01:14:39 - 1 comment
  5977. Const RangeInclusive<T> used within match case raises error E0308

    83beee7 Opened by Boston Vanseghi at 2024-01-26 11:20:34 - 1 comment
  5978. Rustdoc can't create link to trait implementation with generics ([link](#impl-Trait-for-Type<G1, G2>))

    855f726 Opened by StackOverflowExcept1on at 2022-12-16 22:28:07 - 5 comments
  5979. Documentation targeting nothing emits unrelated errors

    824e4b7 Opened by 82marbag at 2022-12-13 17:18:59
  5980. mut keyword alone unexpectedly dereferences value in pattern matching

    9f7f5db Opened by Shang Ye at 2024-02-13 04:44:10 - 6 comments
  5981. Associated types in traits forget their bounds when referenced in impls

    8e0521d Opened by Laurence Tratt at 2023-05-24 01:37:53
  5982. Rustdoc should note default-feature in item descriptions

    e357048 Opened by Davis Silverman at 2025-03-01 18:40:32 - 2 comments
  5983. Type annotations needed for type alias that refers to associated type on trait

    db13374 Opened by Thomas Eizinger at 2024-12-21 04:55:12 - 3 comments
  5984. Closure Does/Doesn't compile depending purely on usage of a {} body with --edition=2021

    0d1e618 Opened by Oliver at 2024-01-25 22:39:56 - 4 comments
  5985. Type inference does not work properly when if let are nested

    70a20bf Opened by Kyohei Uto at 2023-01-04 00:37:58 - 2 comments
  5986. run-pass tests should be disabled for non-executable producing targets

    63f9970 Opened by Arvind Mukund at 2022-12-15 05:23:54 - 1 comment
  5987. Too many dyn Trait is not Sized errors

    c838b0b Opened by Esteban Kuber at 2023-01-11 06:11:08 - 4 comments
  5988. Cannot subtract dates before UNIX_EPOCH when targeting wasm32

    effb959 Opened by Heath Stewart at 2023-01-18 06:53:58 - 12 comments
  5989. emit lint when using ref with match ergonomics

    757fadc Opened by lcnr at 2023-05-22 14:11:43 - 8 comments
  5990. ref in or-pattern less powerful than match ergonomics

    641c7d2 Opened by lcnr at 2023-02-17 09:59:05
  5991. rustdoc: ICE: synthetic auto trait impls: unexpected result when selecting […] obligation

    cef2757 Opened by Greg Hill at 2024-06-25 11:40:03 - 2 comments
  5992. Suggest slice::from_ref on mismatched reference errors related to [x].iter()

    eb53636 Opened by jyn at 2022-12-16 19:32:55 - 2 comments
  5993. Rustdoc-Json: ExternalCrate lacks details

    ea5b0ac Opened by dimpolo at 2022-12-16 21:05:35
  5994. ICE: type metadata for unique ID VariantStructType([async block@h3/src/tests/connection.rs:631:22: 646:6], 0, HiddenZst) is already in the TypeMap!

    242d5b2 Opened by Ruben2424 at 2023-02-02 19:40:48 - 2 comments
  5995. Diagnostic suggests PartialOrd change that clippy denies by default

    0f1e74b Opened by Predrag Gruevski at 2023-05-13 15:10:01 - 5 comments
  5996. rust-lld.exe unable to find its libraries

    278fdb9 Opened by VioPaige at 2024-09-28 04:40:28 - 3 comments
  5997. Loop unrolled on x86_64 and ppc64el but not on aarch64, leading to poor performance

    56eaacc Opened by Sergey "Shnatsel" Davidoff at 2024-10-20 08:22:05 - 3 comments
  5998. maybe regression related to GATs

    b72ffed Opened by Gyeongwan Koh at 2024-09-24 21:06:55 - 8 comments
  5999. "a temporary value which is freed while still in use" in nightly but not on stable

    60c2504 Opened by Poliorcetics at 2023-03-03 16:19:58 - 7 comments
  6000. Exponential compile times for nested struct with associated type and generics

    933ced5 Opened by Alan Sartorio at 2023-04-20 05:41:04 - 2 comments
  6001. Incorrect panic location when function is passed as argument

    7fa1c2f Opened by Sasha Pourcelot at 2024-07-13 07:04:23 - 2 comments
  6002. Enforce .mailmap correctness in tidy

    eee48a3 Opened by Albert Larsan at 2022-12-22 00:15:04
  6003. wfcheck: pre-normalization implied bounds are not used.

    82fff45 Opened by Ali MJ Al-Nasrawy at 2022-12-20 14:57:59 - 1 comment
  6004. Unstable fingerprints in associated_item

    c3d4732 Opened by nora at 2022-12-20 15:10:45 - 3 comments
  6005. thread 'rustc' panicked at 'Span must not be empty and have no suggestion'

    e0db344 Opened by MikaelUrankar at 2023-02-06 09:25:54 - 3 comments
  6006. Crash when compiling in dev profile but not release while doing intensive floating-point math: _ZN4llvm16DwarfCompileUnit25createAndAddScopeChildrenEPNS_12LexicalScopeERNS_3DIEE+0x702

    ecf08dd Opened by Fredrick Brennan at 2023-06-02 07:07:03 - 8 comments
  6007. Bounds on generics in trait definition are not propagated

    926e0e7 Opened by Pratyush Mishra at 2024-12-21 04:55:12 - 1 comment
  6008. cargo test fails with fatal runtime error on stable-aarch64-apple-darwin

    0339956 Opened by Klas Segeljakt at 2023-08-03 12:26:48 - 5 comments
  6009. Linking a bin crate against a dylib crate from within the same workspace will fail if built from workspace root

    a4bf314 Opened by Tap at 2024-01-26 08:32:00 - 2 comments
  6010. Are dwp files the right choice for split-debuginfo=packed on Linux?

    e3d286c Opened by Markus Stange at 2024-03-25 18:43:38 - 17 comments
  6011. LLVM ERROR: Broken function found -- Invalid shufflevector operands

    551c63c Opened by Andy Hippo at 2022-12-22 12:24:08 - 1 comment
  6012. Add help for value moved multiple times in the same guard

    0a38237 Opened by Léo Lanteri Thauvin at 2023-02-05 21:39:55 - 5 comments
  6013. Tracking Issue for closures in const contexts

    4624698 Opened by beef at 2024-12-01 15:03:24 - 4 comments
  6014. Tuple field names in debuginfo are prefixed with __.

    327cd95 Opened by Jack Wrenn at 2025-03-17 19:15:37 - 2 comments
  6015. rustdoc link resolution is nondeterministic, depends on job number

    e9b6964 Opened by Jonas Schievink at 2023-05-20 22:51:50 - 2 comments
  6016. wasm_import_module does not allow empty module name

    4dbf441 Opened by Nikolaj Mariager at 2024-11-12 10:53:18
  6017. evaluate: projection obligations are accepted in otherwise coinductive cycles

    8ad205b Opened by lcnr at 2022-12-22 12:35:57 - 1 comment
  6018. Errors with join and spawn

    0a14a14 Opened by Diretnan Domnan at 2024-05-06 15:44:06 - 1 comment
  6019. Suggest importing missing module when using module-qualified struct

    a4cd354 Opened by Andy Russell at 2022-12-22 22:36:12 - 1 comment
  6020. Error message implies I need a const impl, but there is no such thing

    d8f94d9 Opened by mcclure at 2023-10-22 14:03:58 - 3 comments
  6021. Not Found on rustc_hir/enum link

    70c99de Opened by Yusuke Abe at 2023-01-04 18:06:49 - 1 comment
  6022. Compiler panics while panicking when trying to infer defaulted const generic value

    22a846a Opened by Mendes at 2023-01-08 22:41:36 - 1 comment
  6023. Linking with XCFrameworks doesn't work

    7f2a217 Opened by Rostyslav Lesovyi at 2024-11-28 21:51:27 - 2 comments
  6024. stdin and stdout performance considerations are not documented

    a1b8a54 Opened by Sergey "Shnatsel" Davidoff at 2025-01-19 15:33:56 - 13 comments
  6025. Incremental compilation ICE "forcing query with already existing DepNode …" using ouroboros

    0d31d14 Opened by Frank Steffahn at 2023-02-17 13:21:07 - 4 comments
  6026. cannot infer type when expression is logically negated in closure

    dfe8f9c Opened by Isopod at 2024-01-26 11:07:02 - 5 comments
  6027. MIR inlining introduces trait solver overflows

    b3e30f9 Opened by Jakob Degen at 2022-12-26 16:51:42 - 5 comments
  6028. Is it Ok for the compiler to crash if proc_macro contains unsound code? Documentation is unclear.

    de41e69 Opened by VorfeedCanal at 2023-03-11 02:27:57 - 5 comments
  6029. Memory leaks in BTreeMap with allocator_api enabled

    4cbdced Opened by Eric Fu at 2023-04-17 21:25:48 - 2 comments
  6030. Box::leak will not call allocator destruction function

    d201152 Opened by Yuhao Su at 2024-10-01 07:45:48 - 8 comments
  6031. google.github.io/comprehensive-rust thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 3'

    c57f6c1 Opened by Laurent Lyaudet at 2023-03-27 19:19:44 - 2 comments
  6032. compiler unexpectedly panicked

    51baa85 Opened by Gethsun Misesi at 2023-12-25 16:47:43 - 3 comments
  6033. Bounds checks on non-contiguous accesses are not eliminated in rustc 1.29 through at least 1.66

    6660182 Opened by Sergey "Shnatsel" Davidoff at 2023-04-05 17:32:49 - 2 comments
  6034. Iterator::max_by_key twice as slow than manual implementation

    1c98f6e Opened by Amos Wenger at 2023-02-03 11:12:20 - 1 comment
  6035. Tracking Issue for NonZeroXxx::from_mut/from_mut_unchecked (nonzero_from_mut)

    cda3e83 Opened by Jonathan Chan Kwan Yin at 2024-10-28 21:58:44 - 4 comments
  6036. ICE abort due to nested panic while panic-unwinding inside a proc-macro

    3627396 Opened by Vitalii Kryvenko at 2023-12-07 21:47:29 - 7 comments
  6037. premature underflow in division and powi on arm32 softfloat.

    9e260a9 Opened by plugwash at 2023-01-27 07:42:43
  6038. "help: remove the extra argument" prints too much of the function arguments

    656f0ea Opened by jyn at 2023-12-02 22:54:04 - 16 comments
  6039. rustdoc: add an item-info for documented impls

    8f72bf2 Opened by Jacob Hoffman-Andrews at 2022-12-30 22:41:11
  6040. ICE: no MIR available for DefId when compiling --crate-type lib with rmeta dependency

    050835a Opened by ropoctl at 2023-04-07 04:22:55 - 7 comments
  6041. tidy output unorganised and unclear

    100499c Opened by Ezra Shaw at 2023-02-03 11:12:58 - 1 comment
  6042. Semicolon after diverging try operator shouldn't matter

    f9f5d53 Opened by Clar Fon at 2024-06-14 03:41:45 - 9 comments
  6043. Clippy fails to fix unnecessary_to_owned

    67ff3ba Opened by Konrad Höffner at 2023-04-06 14:25:36 - 4 comments
  6044. Rustdoc JSON produces dangling ID's when linking to foreign methods

    785c5a2 Opened by Alona Enraght-Moony at 2023-01-04 01:52:30 - 1 comment
  6045. const_trait_impls cannot be utilized with a trait_alias

    36605b6 Opened by Adriano Zambrana Marchetti at 2023-01-03 16:11:44 - 1 comment
  6046. Nightly #![feature(generic_const_exprs)]: cycle detected when building an abstract representation for the const argument

    edb5684 Opened by Isaac Leonard at 2024-01-25 15:32:44
  6047. Implied bounds / well-formedness of references treats contravariant lifetimes the same as covariant

    12895db Opened by Manish Goregaokar at 2024-08-24 15:29:38 - 12 comments
  6048. Rustdoc JSON: Invalid output for core

    a3808d1 Opened by Alona Enraght-Moony at 2023-11-03 07:42:34 - 10 comments
  6049. "captured variable cannot escape FnMut closure body" doesn't say which variable escapes

    7639cf8 Opened by jyn at 2023-01-04 03:43:57 - 5 comments
  6050. Confusing box_clone error should recommend implementing Clone

    418f357 Opened by Bruno Kolenbrander at 2023-01-14 00:30:28 - 1 comment
  6051. C string literals can't just use a trivial conversion from regular string or byte literals

    b298d19 Opened by Claudia Meadows at 2023-11-01 00:25:27 - 3 comments
  6052. Rust compiler or LLVM fails to generate branch-free code

    5b70641 Opened by Thorkil Værge at 2023-04-05 17:32:52 - 3 comments
  6053. Opaque type stopped working between Rust 1.61 and 1.64

    e540d59 Opened by John Ericson at 2023-02-24 22:08:43 - 2 comments
  6054. Exponential compile time for linear amount of "simple" trait bounds

    c857a4d Opened by Simon Auch at 2023-03-04 23:29:33 - 13 comments
  6055. Suggest .unwrap() if an Ok(T) would satisfy a trait bound for a Result

    ba51e28 Opened by dangardner at 2023-01-14 18:44:22 - 5 comments
  6056. Evaluating trait requirements with higher-rank trait bounds overflows

    8ff5725 Opened by Misha Antonenko at 2024-12-21 04:55:13
  6057. Spans disagree with each other on what the correct lifetime might be for the return type

    3037d70 Opened by Simonas Kazlauskas at 2023-02-24 22:08:34 - 4 comments
  6058. #![no_implicit_prelude] cannot coexist with #[rustfmt::skip] and other tool-prelude attributes

    3803b84 Opened by Miguel Young at 2023-04-09 02:16:53 - 4 comments
  6059. [async block]: Future<Output = Ty> obligations don't provide inference guidance

    3f34643 Opened by Michael Goulet at 2024-03-11 19:08:50 - 6 comments
  6060. Can this tag #![deny(const_item_mutation)] open default?

    2f45991 Opened by ~ at 2023-03-27 19:15:32 - 2 comments
  6061. Iterator::max with reference-type items cannot leverage SIMD instructions, resulting in low performance

    f62dc88 Opened by jfaixo at 2023-04-05 17:32:53 - 6 comments
  6062. implied bounds: lifetime equality lost after normalization

    a66f585 Opened by Ali MJ Al-Nasrawy at 2024-09-22 18:42:02 - 1 comment
  6063. Regression: duplicate messages appear in --error-format=json

    420af7f Opened by David Tolnay at 2023-05-26 15:34:12 - 2 comments
  6064. example on String::from_raw_parts is correct in-context, but raise Miri error with seemingly sound modification

    57109e9 Opened by trinity-1686a at 2023-04-26 09:45:46 - 3 comments
  6065. LTO produces worse codegen for a loop

    be87214 Opened by Ben Kimock at 2025-02-14 03:55:18 - 2 comments
  6066. Unnecessary assembly generated on match statement of u64::trailing_zeros() result

    13c29af Opened by pozix604 at 2025-01-03 17:50:02 - 6 comments
  6067. Surprising type inference failure around "as"

    7295a3c Opened by Ralf Jung at 2023-05-25 09:07:20
  6068. Inaccurate debuginfo for pointer types in PDB

    bdf3b44 Opened by Artem Mukhin at 2023-04-05 17:44:03
  6069. Associated type with a 'static bound still captures lifetimes when using impl Trait.

    9e3589d Opened by kepexx at 2025-01-09 09:11:57 - 7 comments
  6070. Rustdoc JSON 2023 Roadmap

    1905561 Opened by Alona Enraght-Moony at 2023-01-11 00:08:50 - 1 comment
  6071. Specialized Associated Type Cannot be Assigned to Value of Concrete Type (Despite type_name Working as Expected)

    3536ad7 Opened by Nathaniel Burke at 2024-04-19 14:33:01 - 2 comments
  6072. Cow<'a, T> isn't specializable while FooCow<'a, T> is

    c485031 Opened by Ryo Onodera at 2023-06-26 01:46:15 - 1 comment
  6073. Inherent associated types defined on non-ADTs don't resolve successfully

    bdc2707 Opened by León Orell Valerian Liehr at 2023-02-22 16:50:43 - 3 comments
  6074. Incorrect compiler's suggestion on a #[derive(Deserialize)] on struct with an Option's field and custom deserialize_with

    0920475 Opened by Jean SIMARD at 2023-03-14 20:48:25 - 4 comments
  6075. Conflicting implementations error that violates orphan rules

    64ed73e Opened by Alexander at 2024-12-21 04:55:13 - 1 comment
  6076. Missed optimization with a consecutive sequence of match cases

    f479c4a Opened by cfrantz at 2023-04-05 17:32:54 - 4 comments
  6077. Add unreachable hints for length getters?

    44a657c Opened by Artyom Pavlov at 2023-10-11 17:02:35 - 7 comments
  6078. Tracking issue for -Z randomize-layout

    8739d25 Opened by David Tolnay at 2025-03-23 13:01:11 - 2 comments
  6079. #[inline(never)] does not work for async fn

    3dee636 Opened by quininer at 2023-01-31 04:47:18 - 6 comments
  6080. Inline assembly fails to compile after allowing inlining on the enclosing function for i686-pc-windows-msvc

    bb8d06d Opened by Shuhao Tan at 2023-10-25 21:37:23 - 5 comments
  6081. Rustdoc compressed doc

    4727035 Opened by Ivan Tham at 2023-01-13 09:53:57 - 1 comment
  6082. rustc 1.64.0 crashes on armv7-unknown-linux-gnueabihf

    a11766b Opened by toni1606 at 2023-12-25 16:41:31 - 1 comment
  6083. incr-comp: Unstable fingerprints in mir_built

    47e2588 Opened by Kisaragi at 2023-01-14 20:56:32 - 3 comments
  6084. Should enable static_position_independent_executables for i686

    c648b88 Opened by plusls at 2023-10-25 21:37:23
  6085. compiletest: Print results of failed tests on ctrl+c

    41e23dc Opened by bjorn3 at 2024-10-17 01:55:31 - 4 comments
  6086. E0308 source of expectation isn't shown for closures

    9cfa34d Opened by Esteban Kuber at 2023-01-13 18:06:55 - 1 comment
  6087. Impls for GAT-parameterized objects with bounds on specific instantation of GAT type result in incorrect mismatched type errors

    01f7226 Opened by Inanna Malick at 2024-09-24 20:55:06 - 4 comments
  6088. E0596 should suggest changing type if it suggest taking taking mutable reference instead of just reference

    906bc11 Opened by Matthias Krüger at 2023-01-15 20:08:40 - 3 comments
  6089. E0121 suggestion just causes another problem "non-defining opaque type use in defining scope" with no good suggestion

    6a90dc1 Opened by Matthias Krüger at 2023-01-15 21:04:15 - 1 comment
  6090. E0404 suggestion is correct but E0782 is applied first, preventig autofixing the code

    720a0e6 Opened by Matthias Krüger at 2023-01-22 07:48:16 - 1 comment
  6091. no_std + liballoc can not compile with os based toolchain caused by eh_personality required

    91aed09 Opened by gngshn at 2024-11-12 11:01:16 - 38 comments
  6092. Stack corruption on AArch64

    757868a Opened by bjorn3 at 2023-03-11 03:13:39
  6093. associated-types-invalid-trait-ref diagnostics can be misleading

    9c253c2 Opened by Matthias Krüger at 2023-01-14 20:21:38 - 1 comment
  6094. some issues types can no longer be previewed, impossible to add notes before/after mandatory fields

    49fcd60 Opened by Matthias Krüger at 2023-01-15 03:57:13 - 3 comments
  6095. E0277 causes syntax error when adding several bounds at the same time via several errors

    6ee3b7a Opened by Matthias Krüger at 2024-05-29 15:32:48 - 2 comments
  6096. E0507 could perhaps suggest fixing subsequent uses if it changes T to &T

    d743646 Opened by Matthias Krüger at 2023-01-14 22:02:54
  6097. std::fmt::Debug trait field duplicate will not overwrite

    ba7bec8 Opened by PaiGack at 2023-04-05 17:28:46 - 8 comments
  6098. why two 1.66.1 release tag in the releases page

    a61a183 Opened by chenkun at 2023-03-22 01:40:05 - 1 comment
  6099. Limited constant propagation on Enum tag when Box is involved

    b79d490 Opened by Douglas Raillard at 2025-02-14 03:55:18 - 2 comments
  6100. unnecessary parentheses around type in attribute macro

    4f4b585 Opened by Paul Lesur at 2024-05-13 15:08:19 - 6 comments
  6101. Clipboard button should copy version for crate, not just the name

    3b02b40 Opened by jyn at 2023-01-22 00:52:36 - 7 comments
  6102. Lint against Iterator::map receiving a callable that returns ()

    0f307e5 Opened by Esteban Kuber at 2023-02-27 17:09:27 - 5 comments
  6103. On -> impl Iterator<Item = Ty> point at method chains in returned expression where Item might have diverged

    c66bcb5 Opened by Esteban Kuber at 2023-05-28 08:07:47 - 1 comment
  6104. generic_const_exprs does not work properly with const/type param defaults

    7b0f34d Opened by Boxy at 2023-03-04 23:29:34 - 6 comments
  6105. Trait method signature mismatch could suggest changing the signature inline

    9db530c Opened by Andy Russell at 2023-01-18 02:42:20 - 2 comments
  6106. rustc does not clear temporary files after unconditional_panic error

    7a995cd Opened by Kerim Buyukakyuz at 2024-05-13 15:19:16 - 4 comments
  6107. bootstrap: Don't use panics to report user errors

    b7b277c Opened by jyn at 2023-04-05 01:05:55 - 8 comments
  6108. ToOwned doc is confusing

    3cc5b85 Opened by Noah Levitt at 2023-01-19 07:10:52 - 5 comments
  6109. Diagnostics around implementing mutable iterators should be improved

    93e55ce Opened by Bruno Kolenbrander at 2024-05-08 12:44:48 - 5 comments
  6110. Unable to instrument rust debug software

    46aeeee Opened by Yuri6037 at 2024-08-21 22:23:46 - 4 comments
  6111. Debug escaping is confusingly inconsistent

    abb499c Opened by Daniel Fox Franke at 2023-07-22 20:03:55 - 2 comments
  6112. Unstable fingerprints for mir_built

    81adc87 Opened by tomaquek at 2025-02-14 04:03:31 - 4 comments
  6113. Improve diagnostics when invariance is the root cause

    e135a9a Opened by Jon Gjengset at 2025-01-12 01:27:49 - 1 comment
  6114. E0521 borrowed data escapes outside of associated function incorrect

    ba341fc Opened by PSeitz at 2024-01-25 23:50:10 - 3 comments
  6115. println panic suppressed by test harness stdio capture

    20d499c Opened by Simon Sapin at 2023-01-21 13:39:14 - 1 comment
  6116. Incorrect docs generated for derive_const traits

    54a3e79 Opened by Expyron at 2023-01-21 13:38:55
  6117. fs::copy emits FS events on the source file on macOS

    8e52916 Opened by Wojciech Daniło at 2023-03-20 19:14:06 - 2 comments
  6118. Wrap std::sys::windows::process::Process's main_thread_handle with Option<T>.

    f7f58ea Opened by TYPE at 2025-03-01 15:16:14
  6119. Pattern-matching on #[non_exhaustive] unit/tuple structs and variants causes confusing diagnostic

    b7c53d0 Opened by Predrag Gruevski at 2024-05-29 09:56:44 - 5 comments
  6120. Unreliable warnings about unreachable code downstream of uninhabited expression

    c7c9541 Opened by Graydon Hoare at 2025-03-09 21:51:13 - 5 comments
  6121. RangeXxx<&T> should implement RangeBounds<T> even if T is unsized

    8f803ec Opened by Jonathan Chan Kwan Yin at 2024-01-27 13:29:55 - 4 comments
  6122. Trait bounds of <[T; MYSIZE] as SomeTrait>::AssociatedType are not deduplicated

    ed93a6a Opened by Qqwy / Marten at 2023-01-26 19:13:21 - 2 comments
  6123. TranslateError could have better formatting

    e680864 Opened by Matthias Krüger at 2024-01-25 22:45:36 - 6 comments
  6124. Compiler not suggesting use of pub use

    853e6e8 Opened by Daniel Shneyder at 2023-01-23 00:15:24 - 1 comment
  6125. Stack overflow with lots of slice indexing.

    b67234b Opened by Frank Steffahn at 2023-01-25 16:54:38 - 5 comments
  6126. Bad diagnostics for erroneous use of array syntax around range in for

    b338080 Opened by Ian Jackson at 2023-01-23 17:58:05 - 1 comment
  6127. unused_parens false positive with impl block

    9143245 Opened by Kalle Wachsmuth at 2024-05-13 15:08:30 - 3 comments
  6128. Separate clauses and goals from the Predicate type

    98e3523 Opened by Oli Scherer at 2023-09-05 09:17:09 - 9 comments
  6129. Generic Constants Nightly breaks with Rust 1.68

    ea4670d Opened by Jacob Gorman at 2023-04-17 20:48:09 - 4 comments
  6130. relating higher-ranked projections can unexpectedly constrain inference

    7c38d4f Opened by Ali MJ Al-Nasrawy at 2024-09-24 22:40:27 - 5 comments
  6131. Incorrect type inference with generic associated types?

    7e5277e Opened by Arash Sahebolamri at 2024-09-24 21:20:00 - 1 comment
  6132. Windows: Path API Incorrectly Handles Alternate Data Stream Identifiers

    76fcb8c Opened by Stuart Haidon at 2023-07-05 14:14:26 - 7 comments
  6133. Rustdoc 1.67.0 combining supertraits into single line even if it's 1000 characters long

    3d4eeb4 Opened by Trevor Spiteri at 2024-01-18 11:32:19 - 1 comment
  6134. Bad advice given for arr[0i32.into()]

    63bfd1d Opened by David Walker at 2023-08-14 22:03:51 - 9 comments
  6135. unconstrained type parameter makes no suggestions as to how to fix

    029062f Opened by Squirrel at 2024-12-09 14:40:18 - 12 comments
  6136. Use free_aligned_sized() on UNIX systems if available (C23)

    e54ab5c Opened by Sebastian Dröge at 2025-02-14 03:55:03
  6137. Unclear TAIT error on auto trait solving

    56d320d Opened by Oli Scherer at 2023-02-24 22:07:55 - 4 comments
  6138. Miscompilation with pointer address rountrip through address 0

    32bb12d Opened by Lukas at 2023-04-05 17:32:57 - 11 comments
  6139. Compiler unexpectedly panicked

    da5b0b9 Opened by Jeff Schwab at 2023-02-03 17:50:50 - 2 comments
  6140. DWARF for u128 could record alignment, doesn't

    dc3abe0 Opened by Cliff L. Biffle at 2023-01-27 09:40:47
  6141. debuginfo: Enums, generators, and async envs have generic arguments at the wrong level

    424f14e Opened by Michael Woerister at 2023-01-27 09:45:12
  6142. Incorrectly reported borrow error instead of bad signature when using tuples

    934ecd4 Opened by Zsombor Hollay-Horvath at 2023-01-27 14:57:41
  6143. [ICE]: compiler segfault with GAT

    1117c28 Opened by Douglas Raillard at 2024-09-24 21:05:54 - 6 comments
  6144. Always show crate name with -Z print-type-sizes

    1f1dc8d Opened by bjorn3 at 2023-01-27 14:20:11
  6145. could not compile socket2

    0efc8db Opened by SergioCavaleiroCosta at 2023-07-04 05:41:28 - 2 comments
  6146. Tracking Issue for -Znext-solver

    de68ab0 Opened by lcnr at 2025-03-31 09:32:36 - 5 comments
  6147. [ICE]: Failed to normalize <bump_str::BumpStr<'_> as rkyv::Archive>::Resolver

    49698a3 Opened by Mahdi Dibaiee at 2023-02-05 15:29:51 - 2 comments
  6148. Illegal read in graph.rs and failure to convert 'DefPathHash DefPathHash Fingerprint'

    bb0d76d Opened by Michael Swan at 2023-04-08 18:30:57 - 3 comments
  6149. Enable rustc::ty_eq_operator by default

    7ec33ac Opened by nora at 2023-04-09 02:15:15
  6150. rustc-1.67.0: deadlock while building gkrust for firefox-108.0.2

    966e590 Opened by OSS542 at 2023-03-04 00:38:01 - 11 comments
  6151. error: internal compiler error: no errors encountered even though delay_span_bug issued

    12ff087 Opened by Kofi Otuo at 2023-12-01 13:12:33 - 10 comments
  6152. rustbuild: x.py dist should interleave tool builds

    cb4537d Opened by Matthias Krüger at 2025-02-14 04:04:35 - 5 comments
  6153. Avoid llvm-nm / llvm-objcopy special cases for mingw

    36e321a Opened by Nikita Popov at 2023-02-15 01:14:27 - 2 comments
  6154. Combined enum optimization

    6ef7294 Opened by Dzenan Jupic at 2023-01-30 05:11:24 - 1 comment
  6155. Tracking Issue for attributes changing "Minimal Complete Definition" of a trait

    27e26d0 Opened by waffle at 2024-08-04 09:56:22 - 14 comments
  6156. Passing --error-format=json does not impact panic message format

    c81011f Opened by Celina G. Val at 2023-04-17 16:26:56
  6157. Tests compilation fails with "Undefined symbols for architecture x86_64"

    804bc8a Opened by Nikolay Kim at 2023-02-13 16:40:15 - 9 comments
  6158. implementing From<<ForeignTy as ToOwned>::Owned> for LocalTy, errors with conflicting implementation

    4cb067a Opened by PizzasBear at 2024-12-21 04:55:14 - 3 comments
  6159. parser: [elem; count] is strong signal that an array literal was intended

    1b38d7c Opened by Felix S Klock II at 2023-02-01 13:45:43 - 1 comment
  6160. Confusing error messages when a pattern match contains .foo() expressions

    878b75d Opened by Wilfred Hughes at 2024-03-01 12:29:40 - 3 comments
  6161. Confusing error messages by using double variable name

    dac853a Opened by kevin at 2023-02-18 06:20:15 - 5 comments
  6162. Tracking Issue for BTreeMap cursors

    88c8e1c Opened by Amanieu d'Antras at 2025-01-30 03:30:42 - 77 comments
  6163. Types should be inferrable across bit boolean operators

    efbb09f Opened by Trevor Gross at 2023-07-02 12:40:52 - 3 comments
  6164. FnOnce with GAT argument with HRTB is misinterpreted by the type system

    c80fdd0 Opened by Ilya Lakhin at 2024-09-24 21:35:18 - 10 comments
  6165. Panic while cargo run: index out of bounds: the len is 3 but the index is 44409961840641

    a300206 Opened by Cherry at 2023-12-25 16:39:31 - 3 comments
  6166. Closure parameter lifetime inference erases hrtb

    a5c242d Opened by Sam at 2024-09-24 21:32:11 - 2 comments
  6167. Path::components() vs. collect::<PathBuf>() inconsistency ?!

    6ae038c Opened by Eric Rothstein at 2025-03-01 15:15:41 - 6 comments
  6168. Consider simulation testing for math on 16-bit targets

    2989906 Opened by Jubilee at 2024-10-17 02:42:04 - 8 comments
  6169. [ICE]: index out of bounds: the len is 4 but the index is 2147483649 (compiler/rustc_middle/src/mir/mod.rs:471:22)

    47e5a5d Opened by Tony Arcieri at 2023-12-25 16:39:17 - 3 comments
  6170. Rust 1.67.0 stopped initializing the WASI environment for exported functions on target="wasm32-wasi"

    7285bf5 Opened by Bernard Kolobara at 2023-02-16 12:15:24 - 12 comments
  6171. thread 'rustc' panicked at 'Failed to extract DefId

    469175c Opened by Jasha Sommer-Simpson at 2023-02-06 07:32:33 - 1 comment
  6172. ICE: Found unstable fingerprints for mir_built

    c1d2953 Opened by Ronit Nath at 2023-03-16 22:38:14 - 5 comments
  6173. rustc should suggest "use" statement if it's missing from an import

    06a1870 Opened by Matthias Krüger at 2023-02-05 09:58:02 - 1 comment
  6174. Incorrect compiler suggestion for adding lifetime bounds to derive macros

    230f1a4 Opened by Mingun at 2023-02-05 16:38:58 - 1 comment
  6175. Simple example of HRTB bound not resolving correctly

    3c2e181 Opened by Swire42 at 2024-12-21 04:55:15 - 1 comment
  6176. Rust 1.66 broke warp impl Reply on return types

    58797dc Opened by João Oliveira at 2023-02-27 18:33:01 - 10 comments
  6177. unused_variables suggestion has false positives for variables that are only named in unreachable code

    56f94b7 Opened by Moises-Herradon-Cueto at 2024-05-13 15:19:45 - 4 comments
  6178. Unactionable error on type alias impl trait in trait with type parameters

    916e178 Opened by Yuxuan Shui at 2023-02-07 18:49:04 - 1 comment
  6179. Cyclic reasoning in "does not live long enough" error

    66f975e Opened by Yuxuan Shui at 2023-02-07 08:13:09 - 3 comments
  6180. Confusing diagnostic when impl IntoFuture is passed to a function expecting impl Future

    7eb559c Opened by waffle at 2023-02-07 13:50:17 - 3 comments
  6181. Met Internal Compiler Error When Building v8 crate

    3d00246 Opened by ZeroDegress at 2023-02-07 23:12:56 - 1 comment
  6182. Tracking Issue for RawOsError

    9264cae Opened by Jonas Böttiger at 2023-06-07 09:34:44 - 1 comment
  6183. Parse error on let followed by a block should suggest likely alternatives if-let or let-else

    cbe3d57 Opened by Felix S Klock II at 2025-03-20 07:03:05 - 1 comment
  6184. Reached the recursion limit while instantiating <the type> in pub functions

    ea7a7f9 Opened by Mingun at 2023-04-27 03:18:45 - 1 comment
  6185. Recursion limit reached when evaluating trait bounds for trait impl on reference type.

    0301e69 Opened by Zistack at 2024-12-21 04:55:15 - 2 comments
  6186. An enum with one variant that directly contains PhantomData should be FFI-safe.

    55d221b Opened by Jake Goulding at 2023-02-20 23:47:00
  6187. ran into known ICE issue#84970

    a780f19 Opened by gardrek at 2023-02-10 02:29:09 - 1 comment
  6188. Internal segfault when cross-compiling to arm32 --release

    3e482ca Opened by Adam Spofford at 2023-02-10 04:05:30 - 1 comment
  6189. std::fs::create_dir_all: unexpected behavior with ..

    7ae9d73 Opened by Daniel Müller at 2024-05-29 08:52:39 - 1 comment
  6190. putting [(); CONSTANT]: bound on trait causes cycle

    8ab75f5 Opened by sodo at 2024-01-30 23:19:31 - 2 comments
  6191. f64::div_euclid and f64::rem_euclid yield inconsistent results

    f153f58 Opened by Woyten at 2024-12-08 10:08:17 - 10 comments
  6192. Don't show Cargo.lock warning if Cargo.toml has been modified

    a15c1b3 Opened by jyn at 2023-02-11 02:43:16 - 2 comments
  6193. More confident const UB warnings where applicable

    dde2085 Opened by Jubilee at 2023-02-12 07:28:15 - 1 comment
  6194. "unreachable_code" warns even on "unreachable!" itself

    8b6aebb Opened by Askar Safin at 2024-05-13 15:18:46 - 18 comments
  6195. Output for assignment to mutable references with match statements is bad.

    8088c18 Opened by Shane Tran Whitmire at 2023-02-12 17:02:07 - 1 comment
  6196. Run Miri on tests (ui? stdlib? vote now on your phones)

    e1995f2 Opened by Ben Kimock at 2024-08-18 14:33:50 - 4 comments
  6197. Miscompilation: Equal pointers comparing as unequal

    83ef3bc Opened by Jakob Degen at 2025-03-27 14:14:39 - 99 comments
  6198. E0507 suggestion for borrowing mistake inside of a macro suggests a syntax error

    e120f40 Opened by Anthony Sottile at 2023-02-14 03:05:23 - 2 comments
  6199. Confusing diagnostic message for a derive-macro implementation bug

    6421818 Opened by Chen Chen at 2023-02-14 03:58:11 - 2 comments
  6200. rustc panicked with a simple code

    43e9150 Opened by NMAGZ at 2024-03-09 09:56:55 - 5 comments
  6201. Suggest easily-typo'd alternate methods that match provided arguments

    ba2acfd Opened by Alice Cecile at 2023-02-17 20:31:17
  6202. rustc should fail CI on allow(incomplete_features)

    dbc2ebf Opened by Boxy at 2023-02-14 13:56:56
  6203. ICE: failed to resolve instance in static-la v0.2.5

    42d580b Opened by Ben Kimock at 2024-06-06 18:45:02 - 2 comments
  6204. repr(C) enums with a variant that overflows the native enum type should warn

    4781ce8 Opened by Chris Denton at 2023-12-19 08:40:39 - 3 comments
  6205. Tracking Issue for feature(packed_bundled_libs)

    6d55f27 Opened by Vadim Petrochenkov at 2025-03-23 13:04:52 - 6 comments
  6206. Tracking Issue for const RangeBounds and const RangeX::contains

    1688b08 Opened by Onestacked at 2024-09-08 09:33:27 - 3 comments
  6207. Accessing field .offset inside test crashes test harness if incorrect

    c174a2a Opened by Stefan Schindler at 2024-01-25 23:51:57 - 2 comments
  6208. implied lifetimes lead to mismatched type error with seemingly identical types in the msg - async closure edition

    d1a0fe1 Opened by luketpeterson at 2023-03-01 06:44:22 - 3 comments
  6209. Overflowing panics when debug asserts enabled or overflow checks?

    d07a8eb Opened by Albert Larsan at 2025-04-06 07:44:00 - 3 comments
  6210. Need to check if the std{in,err,out} file descriptors status

    71a20a3 Opened by Tom D. at 2023-03-27 20:46:50 - 5 comments
  6211. builtin Copy field checks hide supertrait unimplemented error

    326f3a4 Opened by Boxy at 2023-02-17 17:42:59
  6212. Tracking Issue for non-lifetime binders

    62fa7fc Opened by Michael Goulet at 2024-05-29 23:22:35 - 8 comments
  6213. SIMD path never taken in simple vectorized loop

    67f1f05 Opened by linkmauve at 2023-08-17 22:11:10 - 6 comments
  6214. Unnecessarily order dependent type inference

    572edda Opened by Charles Lew at 2023-02-18 15:13:54 - 2 comments
  6215. Const equality disagrees when using in match and if

    8886439 Opened by Psilon at 2024-12-01 15:03:24 - 2 comments
  6216. Command::status method doesn't say when it will return an Err(...)

    6b2947e Opened by mukund at 2023-02-19 14:52:47 - 2 comments
  6217. miscompilation with incremental + unpacked debug + macos

    22b1d7c Opened by Eric Huss at 2024-06-19 14:31:11 - 4 comments
  6218. bizarre error message for one of the universal constructor syntaxes

    88835cd Opened by Ian Jackson at 2023-02-24 22:07:24 - 2 comments
  6219. CI: spurious error building LLVM on mingw: ranlib.exe: could not create temporary file whilst writing archive: no more archived files

    b21bad9 Opened by erikdesjardins at 2024-12-06 13:19:41 - 3 comments
  6220. "function cannot return without recursing" should deny by default

    3745c78 Opened by Yohanes .K at 2024-05-13 15:17:48 - 7 comments
  6221. debug assertion ice: bad spans: -Wunused-lifetimes

    0cead14 Opened by Matthias Krüger at 2025-01-27 12:20:52 - 5 comments
  6222. E0726 makes invalid mid-keyword suggestion with proc-macro derived on struct

    072edee Opened by Benjamin S Wolf at 2023-06-17 15:57:55 - 3 comments
  6223. debug ice: E0433 spans trying to point into proc macro?

    2bac6d5 Opened by Matthias Krüger at 2023-02-20 13:04:50
  6224. Weird interaction between specialization and RPITITs

    56d2cce Opened by Michael Goulet at 2024-04-19 14:33:29 - 4 comments
  6225. "Trait bounds were not satisfied" error when trait bound already specified.

    401664c Opened by Andika Demas Riyandi at 2024-03-06 18:27:34 - 4 comments
  6226. False positive "lifetime may not live long enough" with Cow, ToOwned and Sized

    3b2c508 Opened by EqualMa at 2023-09-08 11:29:48 - 2 comments
  6227. TAITs and recursive definitions of closures hang the check and build

    8640923 Opened by Kolsky at 2024-11-04 18:15:44 - 2 comments
  6228. type inference fails when using async_fn_in_trait

    d45fd0d Opened by LastExceed at 2025-01-09 10:01:43 - 6 comments
  6229. Busy-loop Evaluating Bound on GAT Argument

    07171a8 Opened by Eric Lunderberg at 2024-12-21 04:55:15 - 1 comment
  6230. generic_const_exprs suggestion to add bound interacts poorly with legacy const generics

    11b084f Opened by asquared31415 at 2023-03-04 23:29:36
  6231. Special case overflowing literal lints to warn about -iX::MIN

    5aa5de2 Opened by Aaron Kutch at 2024-05-13 15:16:48 - 5 comments
  6232. proc-macros should not automatically error on token groups that are "locally" syntactically correct

    1a19ebe Opened by Aaron Kutch at 2023-03-04 20:02:23 - 6 comments
  6233. Linking with cargo-zigbuild failed on armv7-unknown-linux-{gnu, musl}eabihf due to missing symbols

    0f1164d Opened by Jiahao XU at 2023-03-12 12:31:01 - 19 comments
  6234. Support restricting core/std to a particular version (for msrv purposes)

    e81dbc0 Opened by Mahmoud Al-Qudsi at 2023-02-24 23:06:45 - 3 comments
  6235. Consider disabling LVI mitigations in the x86_64-fortanix-unknown-sgx target

    4552e48 Opened by clauverjat at 2023-03-11 03:18:42 - 13 comments
  6236. Closure lifetime inference influenced by non-conflicting trait impl

    3133833 Opened by Dwayne Slater at 2023-05-13 20:31:55
  6237. Add confusion when casting an integer to a float with trait functions

    786ba9f Opened by Ville Koskinen at 2023-04-05 17:40:29
  6238. Unable to notice trait bound in trait type when implementing trait on generic

    ca439a3 Opened by asdfcube at 2023-04-05 17:39:55
  6239. Alleged type visibility leakage

    b300c87 Opened by François Laignel at 2023-02-26 09:37:18 - 5 comments
  6240. Anonymous lifetimes in impl trait are allowed in async fn, despite being an unstable feature

    00da371 Opened by Jonas Platte at 2024-05-06 15:51:25 - 4 comments
  6241. cycle on inherent associated types in structs

    b18f045 Opened by Paweł Kubrak at 2025-01-05 22:57:17 - 5 comments
  6242. Slice type documentation contradicts the reference

    5a68037 Opened by Mikail Bagishov at 2025-03-31 21:45:05 - 3 comments
  6243. rustc segfaults when evaluating certain recursive trait implementations

    948ea12 Opened by JackStade at 2024-04-19 05:11:36 - 1 comment
  6244. From::from call doesn't do reborrowing

    38b3411 Opened by Damian Andrei at 2023-04-05 17:39:56 - 1 comment
  6245. diagnosics for expression in fn param could be improved

    488500b Opened by Matthias Krüger at 2023-03-20 10:09:14 - 5 comments
  6246. Floating point remainder in no_std causes linker error

    486b7fc Opened by yizhepku at 2024-09-17 22:37:09 - 8 comments
  6247. Reorganize config.toml.example so that unsupported options don't come first in the list

    708d9b2 Opened by jyn at 2023-02-28 15:06:56
  6248. Rust produces unlinkable code when writing large arrays

    e354b9d Opened by msrd0 at 2023-04-05 17:27:41 - 5 comments
  6249. Invalid missing documentation for reexported item

    62a47b4 Opened by Guillaume Gomez at 2023-02-28 16:15:43
  6250. failure building rust-analyzer with RUSTFLAGS='-C target-cpu=native'

    8f06e8c Opened by xyz at 2023-03-17 02:39:11 - 4 comments
  6251. Tracking Issue for TIMESPEC_MAX_CAPPED on QNX Neutrino

    b2b2a71 Opened by Florian Bartels at 2023-03-01 07:37:21 - 1 comment
  6252. lifetime diagnostic reports lifetimes backwards with invariance or contravariance

    63802f5 Opened by QuineDot at 2025-01-26 23:21:05 - 4 comments
  6253. A code with dependent types, that should compile, doesn't

    5cf20bd Opened by mathematician at 2025-04-09 09:15:04 - 2 comments
  6254. Using same parameter names in trait functions does not cause an error until its used in impl block

    25c6f1f Opened by Vrishabh at 2023-03-30 14:23:55 - 1 comment
  6255. error: internal compiler error: unexpected panic while compiling openssl-sys

    b593ffa Opened by SG at 2023-03-14 12:20:27 - 3 comments
  6256. Tracking Issue for Atomic*::from_ptr and const_atomic_from_ptr

    2fa249c Opened by waffle at 2024-10-14 23:08:12 - 6 comments
  6257. rustc panicked while introducing a base trait

    5aa1ffa Opened by Julio Merino at 2023-03-02 14:10:36 - 3 comments
  6258. Rust compiler shows unused function warning when using modules with the path expression

    862c962 Opened by Mohamed Dief at 2024-05-13 15:15:49 - 8 comments
  6259. Borrow checker bug with double borrow

    81fd44e Opened by Matias Lyyra at 2024-06-16 18:14:12 - 4 comments
  6260. Invalid suggestion already set

    2bf01af Opened by Benjamin S Wolf at 2023-04-17 16:25:40
  6261. generic_const_exprs and a (non const generic) array size expression allow recursive generic type parameters

    40f952d Opened by Peter Lyons Kehl at 2023-03-04 23:26:19 - 1 comment
  6262. emit-stack-sizes not reporting correct stack size

    df2bca5 Opened by Dave at 2023-04-05 17:33:02 - 3 comments
  6263. invariant detection for recursive generic types incorrect with generic_const_exprs

    cdd5c42 Opened by Peter Lyons Kehl at 2024-01-25 15:33:08
  6264. Suggest adding const when it is forgotten when trying to use const generics

    222aa79 Opened by Bruno Kolenbrander at 2024-04-07 12:00:04 - 3 comments
  6265. Entered unreachable code in rustc_resolve::::Resolver::resolve_rustdoc_path

    cd6dd54 Opened by 韩朴宇 at 2023-09-14 03:08:04 - 3 comments
  6266. Unexpected partial move in closure for Copy field

    33ae946 Opened by William Wen at 2023-03-13 08:55:04 - 7 comments
  6267. ICE “unexpected bound ty in binder” involving type binder, Fn-family trait and closure

    5d94d29 Opened by León Orell Valerian Liehr at 2024-04-15 09:56:32 - 5 comments
  6268. Passing a lifetime GAT to a closure can cause the compiler to run indefinitely

    e5e44c5 Opened by jamie at 2024-09-24 20:55:07 - 11 comments
  6269. Distracting additional information when u64 is passed to the .pow() method of another u64

    1d0e016 Opened by Miikka Salminen at 2025-01-26 19:13:27 - 4 comments
  6270. ICE with Axum

    7f9491b Opened by Velvet at 2023-03-08 13:27:23 - 4 comments
  6271. error[[E0401]] and errors with constants

    6ef7609 Opened by RyanDamerell at 2023-04-05 17:25:30 - 2 comments
  6272. rustc will emit code for const-eval false branches

    1a9936a Opened by Lukas Bergdoll at 2023-09-07 11:13:16
  6273. Inconsistent path separators when trying to list paths using doc --help --verbose on mingw

    b726db0 Opened by Teapot at 2024-12-12 10:08:39 - 3 comments
  6274. Tracking Issue for Rustdoc Askama Migration

    7344175 Opened by clubby789 at 2024-06-10 14:47:22 - 10 comments
  6275. #[derive(Clone, Copy)] doesn't work

    5c17e47 Opened by mathematician at 2023-11-10 00:40:02 - 3 comments
  6276. async block occupies twice the size of its captures (causing explosion in size).

    a436d7c Opened by Christofer Nolander at 2023-03-16 03:35:03 - 6 comments
  6277. Linker invocation for wasm32-unknown-unknown incompatibly changed between 1.66.1 and 1.67.1

    7dba581 Opened by Felix S Klock II at 2023-03-09 16:24:08 - 9 comments
  6278. Testing a cross-compiled toolchain

    c957433 Opened by James Farrell at 2023-03-13 17:01:02 - 7 comments
  6279. unsafe_code lint fires for unsafe fn with safe body

    d067702 Opened by Collin Baker at 2024-02-24 09:54:46 - 7 comments
  6280. Rust match bound non-exhaustive patterns when all possible patterns for char are handled

    1de42ff Opened by Arthur at 2023-04-05 17:25:33 - 1 comment
  6281. Projections fail to unify projections in related obligations

    5be8a18 Opened by AnthonyMikh at 2023-11-13 11:47:38 - 1 comment
  6282. "correct return type" help shouldn't include 'static

    224589a Opened by scottmcm at 2023-03-12 06:35:39 - 2 comments
  6283. rustc sometimes constant-folds math method calls but still emits a call anyway

    0bd6f6f Opened by Jason Orendorff at 2023-04-05 17:25:34 - 5 comments
  6284. Tracking Issue for decoupling from github actions environment variables in bootstrap

    2a48812 Opened by Albert Larsan at 2023-03-10 09:30:28 - 1 comment
  6285. openssl-sys cross-compilation from MacOS to aarch64-unknown-linux-musl error

    991339a Opened by SELO at 2023-11-21 17:42:18 - 5 comments
  6286. Always inline functions don't have correct source line information under the VS debugger

    e09b123 Opened by Damian Andrei at 2023-08-22 05:23:14 - 3 comments
  6287. Tracking Issue for fs_native_path

    cc4fff9 Opened by Chris Denton at 2023-03-10 12:04:41 - 1 comment
  6288. -C relocation-model=pie -C link-arg=--no-dynamic-linker still generates position dependant code for trait objects

    16cfae0 Opened by LawrenceEsswood at 2024-06-15 19:45:05 - 1 comment
  6289. Diagnostic message for std trait implementation includes unstable std type

    e61a7dd Opened by Chris Denton at 2023-03-12 15:48:48 - 2 comments
  6290. Inconsistent behavior of auto_traits+negative_impls across crates.

    63723fe Opened by Guillaume Charifi at 2023-04-05 17:25:36 - 3 comments
  6291. trait object: specific use case of variance and/or coercion

    923a4c6 Opened by Philippe Laferrière at 2024-12-21 05:19:10 - 6 comments
  6292. AVR: miscompilation, or stack overflow, when running cryptographic code

    60455b7 Opened by Dave at 2024-10-02 20:10:54 - 34 comments
  6293. very slow type_check_crate stage after error is already thrown

    3d31392 Opened by Matthias Krüger at 2025-02-14 04:04:35 - 1 comment
  6294. macro parses let keyword as pattern and fails + masked regression

    774f365 Opened by Ezra Shaw at 2023-10-31 09:43:05 - 4 comments
  6295. Returning owned array when function expects a slice with a trait results in misleading error message.

    68e35b4 Opened by Shane Tran Whitmire at 2023-03-12 18:55:33 - 2 comments
  6296. chain() error output points to the wrong token

    fbe5e4f Opened by quomat at 2023-03-12 23:14:15 - 1 comment
  6297. LLVM update detection only works with bors merge commit

    e2d1648 Opened by Nikita Popov at 2023-05-24 18:41:40 - 1 comment
  6298. 🧊 Failure to compile async function after moving from argument position impl X to impl Supertrait

    96833ce Opened by Bernhard Schuster at 2023-03-15 02:48:11 - 5 comments
  6299. Bad helps messages for wrong attempt to mutate inner of Rc of Box

    37f1cd2 Opened by yannickmoy at 2023-03-13 13:33:15
  6300. Check tier 3 targets in CI

    1a47ad8 Opened by jyn at 2024-11-25 14:15:47 - 8 comments
  6301. Warning init error on array const generic

    4c8cc6f Opened by Biagio Festa at 2023-03-14 11:33:08 - 1 comment
  6302. -Zdylib-lto with ThinLTO is broken on windows-msvc

    4371fc5 Opened by nora at 2024-10-02 20:10:54 - 13 comments
  6303. rustdoc: Add option to hide imports from rendered examples

    6492074 Opened by lcmgh at 2023-03-30 15:03:04 - 6 comments
  6304. add bootstrap tests for detecting src and out

    e312db9 Opened by jyn at 2023-09-02 06:58:52
  6305. Broken link to incoherent impl

    dec6010 Opened by Lukas at 2023-06-07 13:41:50 - 2 comments
  6306. run-make with target wasm32-unknown-unknown has hard-to-diagnose errors

    a66c7d3 Opened by Felix S Klock II at 2023-03-15 03:49:05 - 3 comments
  6307. UserTypeAnnotation contains resolved vars

    032987f Opened by Ali MJ Al-Nasrawy at 2023-03-15 13:59:18
  6308. Suggest dereferencing mutex lock in match scrutinee

    8f895e4 Opened by Esteban Kuber at 2023-03-16 10:19:50 - 3 comments
  6309. Internal compiler error while using async_graphql subscriptions

    6c2cba0 Opened by Deji Adepetun at 2023-03-15 18:36:48
  6310. bootstrap: document how to reproduce broken intra-doc links locally

    d3a2afb Opened by Peter Lyons Kehl at 2023-04-05 09:18:34 - 3 comments
  6311. Suggestion for variable lifetime when passed as argument for borrow fn with lifetime

    a47a20c Opened by Chen Asraf at 2023-03-16 07:59:51 - 1 comment
  6312. The __mspabi_fltlif implementation of MSP430 seems to be wrong?

    05ee958 Opened by 823984418 at 2023-03-16 11:01:09
  6313. warn(semicolon_in_expressions_from_macros) interacts poorly with macros invalid in expression context

    1455f30 Opened by Crystal Durham at 2023-03-30 13:36:22 - 2 comments
  6314. meta_variable_misuse trips on ${count($foo)} outside of a repetition

    4716ef1 Opened by Ruby Lazuli at 2024-01-26 00:22:05 - 1 comment
  6315. unused_imports lints on an import from a crate with a lang item

    8467126 Opened by Niki4tap at 2024-05-13 15:16:28 - 3 comments
  6316. Use working debugger for debuginfo tests

    43cd787 Opened by nora at 2023-04-17 00:14:45 - 1 comment
  6317. infinite recursion with TAIT and replace_opaque_types_with_inference_vars in project

    c99659a Opened by lcnr at 2025-03-20 09:32:44 - 6 comments
  6318. Unsized return types are allowed on trait associated function declarations

    d503e87 Opened by Vlad-Shcherbina at 2024-12-21 05:04:41 - 2 comments
  6319. Compilation stop when referring to GAT of Self in where clause of trait implementation

    cab357a Opened by Angus at 2024-09-24 20:55:07 - 3 comments
  6320. Missed optimization opportunity on checking integer bounds

    a1b2102 Opened by EFanZh at 2023-10-08 20:53:47 - 4 comments
  6321. Tracking issue for syn 2.0 inside rust-lang/rust

    6f3073a Opened by nora at 2024-06-27 14:49:58 - 5 comments
  6322. -C split-debuginfo=packed generates duplicate .dwp files for shared objects

    d40b1fc Opened by jyn at 2023-06-14 11:08:12 - 4 comments
  6323. fs::read_dir is not fused for network locations on Windows

    e4ea119 Opened by Tymoteusz Wiśniewski at 2023-07-19 11:33:12
  6324. Trait bounds for generic types do not imply themselves when they restrict associated types

    61fa6e7 Opened by Yttiricon at 2023-04-26 03:53:18 - 4 comments
  6325. thread 'rustc' panicked at 'no entry found for key'

    9f4c774 Opened by Jasha Sommer-Simpson at 2025-02-10 22:38:39 - 3 comments
  6326. Tracking Issue for const array::from_fn

    743b4c6 Opened by beef at 2023-03-19 07:44:18
  6327. Tracking Issue for const ptr::drop_in_place

    9902cae Opened by beef at 2023-03-19 14:16:27 - 1 comment
  6328. failed to convert GOTPCREL relocation against std::panicking::PANIC_COUNT: relink with --no-relax

    92f8908 Opened by Luca Biendl at 2023-03-25 20:48:13 - 3 comments
  6329. Linker errors when building wasm32-wasi

    9196861 Opened by uselessgoddess at 2023-03-27 12:14:27 - 3 comments
  6330. alias bound candidates for opaques allow cyclic reasoning

    8b7c362 Opened by lcnr at 2025-01-11 08:36:37 - 5 comments
  6331. bootstrap: Ensure that all Steps are exercised in --dry-run

    f1481f7 Opened by jyn at 2023-03-24 14:16:56 - 6 comments
  6332. Debuginfo does not describe enums with uninhabited variants correctly

    778d8ff Opened by Wesley Wiser at 2023-04-05 17:44:03 - 1 comment
  6333. Natvis not embedded in staticlib

    ac6e012 Opened by Josiah Bills at 2024-12-23 12:02:57
  6334. Tracking Issue for return type notation

    692ae85 Opened by Michael Goulet at 2025-03-13 11:18:52 - 11 comments
  6335. const destructor error when using while let Some with generic type

    73301d4 Opened by beef at 2024-03-14 10:36:18 - 1 comment
  6336. Incorrect unused_braces when a proc macro is applied to a GAT type conversion

    359380f Opened by teor at 2024-09-24 21:05:55 - 1 comment
  6337. Rustc fails to normalize trait functions that have late-bound lifetimes

    4725148 Opened by Zakarum at 2023-03-25 20:30:10 - 1 comment
  6338. marker traits, cannot prefer impl with no bounds

    4ecf45f Opened by lcnr at 2024-09-22 18:43:10 - 1 comment
  6339. ICE: attempted to read from stolen value: rustc_middle::mir::Body

    35e5a17 Opened by Balaji R V at 2023-12-25 16:36:49 - 3 comments
  6340. diagnostics improvements for invalid target_feature error

    6757cd8 Opened by est31 at 2023-04-05 17:23:18 - 1 comment
  6341. repr(transparent) newtypes do not preserved preferred alignment

    949912e Opened by Ralf Jung at 2024-11-01 19:29:22
  6342. Confusing error message when integer literal is inferred as usize

    014774a Opened by VincentWo at 2023-03-24 12:02:04
  6343. Unable to satisfy associated type equality constraints (E0284) past a certain depth with multiple supertraits sharing a common supertrait

    a886c2b Opened by Theodore Cipicchio at 2024-06-12 10:18:28 - 2 comments
  6344. llvm-tblgen Segmentation fault in CI on dist-aarch64-apple

    8783437 Opened by Eric Huss at 2025-02-10 08:42:28 - 3 comments
  6345. bounds on trait impls are used in implied bounds

    0394891 Opened by Ali MJ Al-Nasrawy at 2024-01-19 07:02:37 - 2 comments
  6346. thread 'rustc' panicked at 'forcing query with already existing DepNode

    3c95c50 Opened by xiaohongxiedaima at 2023-03-28 19:22:04 - 1 comment
  6347. unexpected behavior of pub(in other_module)

    5a20375 Opened by lcnr at 2023-04-05 17:23:24 - 7 comments
  6348. ICE: linkage: LLVM ERROR: global must have a zero initializer!

    19a0d81 Opened by Matthias Krüger at 2024-09-22 18:42:28 - 4 comments
  6349. Diagnostics for missing trait mention ~const even on stable

    1a32e9c Opened by Manish Goregaokar at 2024-09-27 00:28:33 - 2 comments
  6350. rustdoc exits with an error on crate-level #![doc(hidden)]

    8b90e63 Opened by Joan Antoni RE at 2023-03-29 14:20:14 - 4 comments
  6351. Recursive closures' error is confusing

    aba07a1 Opened by DoubleHyphen at 2023-10-10 02:40:17 - 5 comments
  6352. Nested module privacy hole doesn't trigger lints

    e81f0cd Opened by Jubilee at 2023-04-05 17:23:26 - 2 comments
  6353. ICE in rustc_codegen_llvm when cross compiling to linux on OSX

    d0eca7c Opened by Mocy at 2024-11-26 18:59:25 - 7 comments
  6354. Pass -Werror when building LLVM in CI

    d48f358 Opened by David Bohman at 2023-05-24 20:24:41 - 4 comments
  6355. C/C++ code linked to Rust code can't use some clang builtins

    44e1a3a Opened by Mike Hommey at 2023-06-01 04:23:10 - 3 comments
  6356. const-propagated arithmetic_overflow in unreachable code

    dac3927 Opened by Josh Stone at 2023-08-18 15:34:51 - 16 comments
  6357. Tracking Issue for once_cell_try

    fd12421 Opened by Trevor Gross at 2025-03-28 17:28:17 - 17 comments
  6358. -Ztrait-solver=next: deduplicate region constraints in query responses

    7ec7149 Opened by lcnr at 2023-04-18 11:10:49 - 11 comments
  6359. don't suggest borrowing the Borrow::borrow function item

    5b903ec Opened by Jacob Lifshay at 2023-03-31 06:49:19
  6360. Complicated type generated by circular trait associated types not shortened in some cases

    0fb6faa Opened by Benjamin S Wolf at 2024-06-12 10:19:55
  6361. implicit Deref coercion not happening

    b8995e6 Opened by Robert Collins at 2025-02-28 10:54:58 - 8 comments
  6362. Associated Type Equality Constraints Drop Trait Bounds

    6ca0721 Opened by Rahul Butani at 2024-12-21 04:55:16 - 1 comment
  6363. ICE: type variables should not be hashed

    cd520dc Opened by Xenia at 2024-10-13 10:01:55 - 1 comment
  6364. ICE: 'copy LTO artifacts' panicked at 'no saved object file in work product'

    b56e70a Opened by JangSchopenhauer at 2024-02-10 19:23:24 - 6 comments
  6365. #[deny(unknown_lints)] doesn't apply to code from macros from external crates

    4408078 Opened by Peter Lyons Kehl at 2024-05-13 15:14:45 - 8 comments
  6366. Compilation error when implementing From using a concrete associated type from another crate

    5dd3474 Opened by stormshield-kg at 2024-10-04 14:49:54 - 3 comments
  6367. Error messages on Iterator become confusing with previous errors

    918a104 Opened by multisn8 at 2025-01-02 19:27:23 - 2 comments
  6368. BufRead::split eats last separator

    6436226 Opened by Guillaume Girol at 2024-06-12 19:58:27 - 8 comments
  6369. internal compiler error: encountered incremental compilation error with evaluate_obligation(81a04ba1514a6055-41c619c14401651b)

    7508564 Opened by Giselle Serate at 2023-04-03 21:55:16
  6370. Segfault when creating a rdkafka consumer on x86_64-unknown-linux-musl

    d523b57 Opened by Red Kalab at 2023-04-04 10:26:43 - 3 comments
  6371. hrtb + infer types break auto traits with return type notation

    ae57a51 Opened by Michael Goulet at 2024-09-24 21:31:34 - 1 comment
  6372. Tracking Issue for transmute_generic_consts

    d8457f4 Opened by Julian Knodt at 2024-11-09 11:49:28 - 4 comments
  6373. Tracking Issue for x suggest

    7a3a34a Opened by Ezra Shaw at 2024-11-14 17:39:31 - 11 comments
  6374. Suggestion to fix clashing trait and generic names is incorrect when desired trait comes from module

    99843d9 Opened by Anselm Schüler at 2024-02-14 06:31:18 - 2 comments
  6375. Panic: forcing query with already existing DepNode

    9beebc7 Opened by Martin Thomson at 2024-02-28 02:01:47
  6376. Misaligned pointer error message could be improved.

    93d9a3c Opened by Edd Barrett at 2024-03-17 12:23:03 - 2 comments
  6377. Rustdoc-Json: Reexported items don't appear in paths

    3c23bd0 Opened by Alona Enraght-Moony at 2023-04-06 15:56:57 - 1 comment
  6378. Tracking Issue for #[track_caller] on async fn

    b9c213d Opened by Bryan Garza at 2023-05-31 20:18:35 - 5 comments
  6379. Run tests via miri for compiler crates that use unsafe

    3e92097 Opened by waffle at 2023-04-26 09:13:03 - 1 comment
  6380. ICE: Unwrap none in rustc_query_system/src/query/plumbing.rs

    b700823 Opened by Alice Ryhl at 2023-04-19 15:01:39 - 2 comments
  6381. Distinguish versions of a crate loaded from the sysroot and from cargo

    547d452 Opened by jyn at 2025-01-16 16:01:51 - 8 comments
  6382. How do crate-level macro attributes deal with standard library prelude?

    1bd8032 Opened by Vadim Petrochenkov at 2023-04-08 13:18:05 - 5 comments
  6383. ICE: worker thread panicked

    0485145 Opened by Nikunj italiya at 2023-04-08 16:04:34 - 2 comments
  6384. perf no longer figures out call stacks when debuginfo-level is enabled

    54e069e Opened by Ben Kimock at 2023-08-19 17:03:32
  6385. E0460 long description is too optimistic about cargo's abilities

    685e87b Opened by jyn at 2023-04-09 23:17:58 - 4 comments
  6386. a static library is not linked properly to a required system library

    e964cf3 Opened by conanoc at 2023-10-27 16:18:49 - 3 comments
  6387. Unable to resolve HRTB/GAT lifetimes trait bounds

    efec777 Opened by Stefan Ulbrich at 2024-12-21 04:55:16
  6388. Link directly from the README to rustc-dev-guide

    dab6980 Opened by jyn at 2025-03-31 21:47:05 - 1 comment
  6389. Better handling of elif -> else if syntax error

    406c976 Opened by Eamon Burns at 2023-04-15 11:41:13 - 4 comments
  6390. Floating point comparisons are miscompiled for signalling NaN inputs on AArch64

    450bb9f Opened by Thom Chiovoloni at 2024-11-13 19:10:13 - 9 comments
  6391. No way to support cargo -Zrustdoc-map with re-exported docs from a proc-macro

    dd2c236 Opened by Nemo157 at 2023-04-11 11:11:41 - 1 comment
  6392. Relocatable section in no_std binary

    9482599 Opened by James Farrell at 2023-04-13 18:30:44 - 5 comments
  6393. Taking exact number of elements from range iterator causes interger overflow

    a3f001e Opened by Nazar Mokrynskyi at 2023-05-09 04:08:44 - 5 comments
  6394. Trait with type-dependent optional function forces implementation regardless of type

    7c36f48 Opened by Jonathan Birk at 2023-04-12 17:23:28 - 2 comments
  6395. Help to use dot operator does not take into account auto-dereferencing

    d93ef26 Opened by Anselm Schüler at 2023-04-18 11:32:34 - 4 comments
  6396. Tracking issue for dejargonification

    319a5e0 Opened by Oli Scherer at 2025-01-22 12:07:27 - 3 comments
  6397. Documentation for HashMap's FromIterator with duplicate keys in the iterator

    9ee87c6 Opened by Jordan Rose at 2023-04-13 17:57:24 - 2 comments
  6398. Rust Building PIE without relocations

    c7598b7 Opened by WorksButNotTested at 2024-02-27 07:45:46 - 25 comments
  6399. SIGILL Illegal Instruction on PPC64

    f52a6a7 Opened by Stuart MacIntosh at 2023-09-14 11:54:09 - 22 comments
  6400. long types are written to a file as one looong line

    4a0eadf Opened by Squirrel at 2023-04-17 16:19:38 - 1 comment
  6401. random Empty/Tombstone LLVM assertion error on i686-msvc CI

    f34a440 Opened by Eric Huss at 2024-12-07 11:13:07 - 2 comments
  6402. Unexpected Interpretation of Binary Operation starting with Unsafe

    fe67a16 Opened by Florian Köhler at 2023-08-03 08:09:15 - 6 comments
  6403. LLVM name mangling workaround \x01 seems broken

    c602322 Opened by Maurice Kayser at 2023-04-19 09:28:56 - 5 comments
  6404. std::process:Command::spawn panics when pre_exec hook fails if SIGCHLD is ignored

    2399b32 Opened by Kenny Levinsen at 2023-11-07 11:48:58 - 7 comments
  6405. Spurious CI failure: tests/run-make/jobserver-error

    6e9e48a Opened by Ralf Jung at 2025-01-03 18:33:33 - 12 comments
  6406. Rustdoc --show-coverage is wrong for reexported items

    aaebf1e Opened by Alona Enraght-Moony at 2023-04-14 18:42:23
  6407. dead_code: Inherent associated types are unconditionally considered dead

    7ef3380 Opened by León Orell Valerian Liehr at 2025-02-07 15:03:02 - 10 comments
  6408. Tracking issue for incorrect lifetime bound errors in async

    9fe6376 Opened by Tyler Mandry at 2025-03-24 16:18:38 - 10 comments
  6409. "Implementation not general enough" with async and projection, fixed by wrapping with async move

    b6ec303 Opened by Tyler Mandry at 2023-04-24 15:47:00
  6410. "&mut v[v[0]..]" doesn't compile

    13ccb4c Opened by Askar Safin at 2023-04-15 13:26:42 - 4 comments
  6411. "left.extend_from_slice(right.strip_prefix(&mut left[n..]).unwrap())" doesn't compile

    d228ab6 Opened by Askar Safin at 2023-04-16 10:23:04 - 7 comments
  6412. Automatically derived trait implementations on #[deprecated] items emit warnings

    9c1dbbf Opened by MrGunflame at 2025-01-04 01:24:11 - 3 comments
  6413. ICE: Missing value for constant, but no error reported?

    7e372b3 Opened by Isaac Leonard at 2024-06-06 18:45:03 - 1 comment
  6414. rustc segfault with struct containing large array of fat pointers + a bool

    b223629 Opened by drey7925 at 2024-05-21 21:05:38 - 11 comments
  6415. build_script_build.exe in a Windows Sandbox shared folder is filled with zero bytes

    9e28edd Opened by Adam at 2023-04-20 08:53:39 - 6 comments
  6416. download-rustc should support a cross-compiled host

    c8c48c9 Opened by jyn at 2024-11-26 19:02:08 - 1 comment
  6417. Unstable fingerprints for evaluate_obligation (EvaluatedToOkModuloRegions)

    f1d14fe Opened by Eric Lunderberg at 2023-04-18 11:17:17 - 3 comments
  6418. Wrong Clone bound suggestion

    8cc3158 Opened by IchHabeKeineNamen at 2023-04-18 01:46:57 - 2 comments
  6419. Compiler incorrectly understand initialisation of vars with patterns.

    1b1de5b Opened by Enigma Lav at 2023-09-08 11:27:40 - 1 comment
  6420. Pessimization on clearing LSB when unpacking enum

    9e0b0e1 Opened by Nicholas Gorski at 2025-02-14 03:50:38
  6421. rustc: Gives inconsistent error messages if a dependency's dependency rlib has an unexpected filename

    a7b9be9 Opened by Sebastian Dröge at 2023-05-09 05:58:51 - 4 comments
  6422. nightly 1.71-2023-04-17 overflows the recursion limit

    c4bea6a Opened by benthecarman at 2023-12-14 13:54:23 - 22 comments
  6423. Purge Python

    5afea1a Opened by Ezra Shaw at 2024-08-22 12:05:51 - 14 comments
  6424. Missing coverage for entire function with #[tracing::instrument(...)]

    2df657e Opened by Dennis Felsing at 2023-04-18 14:27:00 - 1 comment
  6425. Bad coverage with macro_rules!

    6f7f961 Opened by Dennis Felsing at 2023-04-18 14:29:52 - 1 comment
  6426. Tracking Issue for using raw-dylib in the standard library

    5f22073 Opened by Chris Denton at 2023-11-02 12:27:54 - 7 comments
  6427. Phase 1 unwind failure when a Rust frame containing an aborting drop guard is called from code without unwinding info

    a1995eb Opened by Gary Guo at 2023-04-18 19:22:27
  6428. seemingly incorrect nontrivial_structural_match warning

    11b5706 Opened by Joey Hain at 2023-06-29 02:41:47 - 5 comments
  6429. "warning: dropping unsupported crate type dylib" for linux-musl targets

    ef87483 Opened by Tim Chevalier at 2023-04-19 01:18:00 - 1 comment
  6430. "cannot produce dylib for rustc_driver v0.0.0 ... as the target riscv64gc-unknown-linux-musl does not support these crate types"

    dd7defa Opened by Tim Chevalier at 2023-04-19 01:46:13 - 3 comments
  6431. Try to use ntex-mqtt in tokio run time and it cause ICE.

    b9bf067 Opened by lsk569937453 at 2025-03-24 08:05:49 - 2 comments
  6432. conflicting implementations of trait Borrow<std::option::Option<_>> for type Body<_, _>

    f850ce4 Opened by MaxKingPor at 2023-04-20 16:10:49 - 1 comment
  6433. broken MIR in DefId(...) (NoSolution)

    e56b36c Opened by QuineDot at 2024-04-15 09:54:17 - 9 comments
  6434. Allow bootstrap to use custom test runner commands

    2d3fc0e Opened by Adam Gemmell at 2023-04-20 05:08:20
  6435. hang in fulfill due to exponential blowup

    3903681 Opened by lcnr at 2023-04-19 14:34:36
  6436. out of memory compiling trait cycle

    6a53d31 Opened by Matthias Krüger at 2024-02-23 21:03:55 - 1 comment
  6437. ICE: assertion failed: ptr::eq(context.tcx.gcx as *const _ as *const (), tcx.gcx as *const _ as *const ()), compiler/rustc_middle/src/ty/context/tls.rs

    f01efb8 Opened by Paul Daniel Faria at 2024-12-02 20:29:33 - 9 comments
  6438. [typeck] type-checking endpoint_docs::bodies::get_all_rest_call_bodies

    3e02fab Opened by Matthew Sherborne at 2023-04-20 08:55:35 - 1 comment
  6439. Missed optimization when computing max on an iterator

    0e1df48 Opened by Damian Andrei at 2023-12-01 09:15:13 - 3 comments
  6440. ICE on incremental build when implementing From for Cow

    3cf6da3 Opened by Jan Hohenheim at 2023-05-22 12:41:31
  6441. Forbidding lints doesn't really work in macros

    b380109 Opened by waffle at 2023-04-20 19:09:48 - 2 comments
  6442. +whole-archive link modifier not behaving as expected on macOS

    dedab44 Opened by Arthur Kaukal Valladares at 2024-11-09 16:07:06 - 13 comments
  6443. rustdoc: copy version number when click

    7a2b151 Opened by Khương Duy at 2023-05-03 16:21:45 - 4 comments
  6444. generic_const_exprs breaks object safety

    5a4c9db Opened by Florian Häglsperger at 2023-04-22 01:47:12
  6445. Tracking Issue for builtin # syntax

    e6c7084 Opened by est31 at 2023-05-17 01:35:54 - 1 comment
  6446. x build lives blissfully assuming llvm does not exist

    d016f8f Opened by Boxy at 2024-09-08 05:34:33 - 4 comments
  6447. Missing opt: inlining condition into Option optimizes better, than not inlining

    4800a64 Opened by klensy at 2023-04-22 22:06:48 - 1 comment
  6448. API filter option for documentation section

    808efe2 Opened by Prabhat at 2023-04-23 10:04:10
  6449. rust spent 10 minutes trying to suggest typos

    9506c00 Opened by Matthias Krüger at 2023-04-23 17:01:08
  6450. Tracking Issue for AllocErrorPanicPayload

    02121ae Opened by Amanieu d'Antras at 2023-04-23 16:55:30
  6451. ExactSizeIterator seems to generate worse assembly if mutated before collected into Vec

    9965dc7 Opened by ZhennanWu at 2023-10-08 20:53:48 - 6 comments
  6452. Match blocks generate inefficient assembly compared to if/else chain since rust 1.65.0

    31e6d4f Opened by Mahmoud Al-Qudsi at 2023-04-27 17:31:30 - 5 comments
  6453. rustdoc: ICE: synthetic auto trait impls: failed to fully process […] involving projections & projection predicates

    6e7510c Opened by Matthias Krüger at 2024-03-31 16:37:47 - 3 comments
  6454. rustdoc: ICE: synthetic auto trait impls: unable to fulfill trait […] due to ambiguity involving higher-ranked lifetimes & projection predicates

    37181f3 Opened by Matthias Krüger at 2024-09-24 22:40:27 - 3 comments
  6455. ICE: debug assertions: E0061 suggests garbage code if struct name == fn name

    45787fc Opened by Matthias Krüger at 2023-04-26 10:30:10 - 2 comments
  6456. Explicitly document/guarantee which pointers are safe for NonNull

    432e764 Opened by Nic Hartley at 2023-04-24 20:27:55 - 2 comments
  6457. Automated handling of busted assembly tests

    a25a626 Opened by Jubilee at 2024-05-29 09:04:00 - 4 comments
  6458. Unused Fluent messages lint

    a67bbc6 Opened by David Wood at 2024-12-25 15:08:59 - 7 comments
  6459. Incorrect / incomplete information about where you can break with a value

    3b8a725 Opened by Phoebe Bennett at 2025-04-09 17:46:00
  6460. refuse to borrow when no other reference exists technically

    5f383d8 Opened by zyl at 2024-11-12 11:02:59 - 7 comments
  6461. On linker errors write command to file instead of printing to disk

    ff2e51a Opened by Esteban Kuber at 2023-04-26 11:00:57 - 5 comments
  6462. function performance seems to be affected by a match arm which is not evaluated.

    a2c4985 Opened by Alex Shagiev at 2023-04-25 21:00:47 - 4 comments
  6463. fragile codegen for autovectorized code (x86_64)

    2db4655 Opened by Paul Metcalfe at 2023-04-25 21:26:24 - 1 comment
  6464. Producing a &'a T does not entail T: 'a in the eye of the compiler

    5d5c62e Opened by Douglas Raillard at 2024-06-06 16:08:53 - 10 comments
  6465. Poor diagnostic combining #[derive(Debug)] with #[repr(C, packed)] struct

    d4b5002 Opened by Jordan Rose at 2024-11-01 19:00:52 - 5 comments
  6466. Use same llvm_kind to link llvm's Polly library

    059783a Opened by sxzzsf at 2023-04-25 07:20:17
  6467. user-defined ansi codes in diagnostic output

    326c3ed Opened by Ezra Shaw at 2023-04-25 10:30:09 - 6 comments
  6468. update internal terminology: Substs -> GenericArgs

    75e93d8 Opened by lcnr at 2024-02-12 17:53:15 - 20 comments
  6469. Enum variants containing Vec not formatted in WinDbg

    ad5df32 Opened by Trildar at 2023-04-25 16:11:44
  6470. Slow enum printing in WinDbg

    daac26c Opened by Trildar at 2023-04-25 16:50:57
  6471. Dynamic linking suppresses stackeroverflow detection

    4cb0f34 Opened by Ilya Lakhin at 2023-05-16 18:31:37 - 7 comments
  6472. Incorrect "ambiguous associated type" report

    23452fd Opened by Carl Lerche at 2023-04-25 17:07:43
  6473. Add cargo semver-checks testsuite to rustdoc JSON output

    6f3c2d1 Opened by jyn at 2025-03-05 15:55:26 - 17 comments
  6474. Unreachable call of non-const fn from const fn is not a compilation error

    a36a7c4 Opened by Tomasz Nowak at 2024-12-01 15:03:24 - 2 comments
  6475. ICE failed to resolve instance for fn

    092993d Opened by Florian Dufly at 2023-05-02 09:17:09 - 2 comments
  6476. Compile Regression when transmuting associated type

    6705206 Opened by gwy15 at 2023-05-01 16:35:46 - 3 comments
  6477. ICE while re-compiling trait-heavy inferences.

    5c306b1 Opened by Benjamin Xu at 2023-04-26 10:40:46 - 2 comments
  6478. macro_rules definition order can give confusing error in submodule

    934719a Opened by Shadlock0133 at 2023-04-26 18:39:24
  6479. Large amount of generated code for match statements with large arrays

    68533ba Opened by Alex Gaynor at 2025-02-14 03:50:38 - 6 comments
  6480. "LoadLibraryExW failed" when loading proc macros with too many -L search paths

    454e17b Opened by Geoffry Song at 2023-04-29 00:17:09 - 2 comments
  6481. Tracking issue for cleaning up std's thread_local implementation details

    117e04f Opened by Mara Bos at 2024-06-26 14:30:42 - 15 comments
  6482. ICE: left: MutatingUse(Call), right: NonUse(VarDebugInfo)

    7c6d29c Opened by Andy Wang at 2023-04-30 02:09:21 - 10 comments
  6483. Test x.py install in CI

    35ece93 Opened by nora at 2023-04-27 17:59:23
  6484. Unexpected recursive decl-macro expansion

    a5bd600 Opened by moulins at 2023-04-28 06:49:22
  6485. unreachable_pub lint suggests a breaking fix for associated type on trait

    02087d7 Opened by Matt Palmer at 2024-05-13 15:14:15
  6486. RPIT type parameters not checked for well-formedness

    e150174 Opened by Jules Bertholet at 2023-04-28 06:02:14 - 2 comments
  6487. Add a lint to warn about &(dyn … + Send)

    e252b7e Opened by Mara Bos at 2024-01-16 16:29:44 - 5 comments
  6488. Mysterious "higher-ranked lifetime error" with async fn in trait and return-type notation

    1838a32 Opened by Michael Goulet at 2024-09-24 22:40:28 - 4 comments
  6489. Compiler do not remove slice bounds checks if index is guaranteed to be less than part of the length

    0362e67 Opened by AngelicosPhosphoros at 2025-03-26 05:36:57 - 4 comments
  6490. Tracking Issue for ascii::Char (ACP 179)

    a2e9395 Opened by scottmcm at 2025-03-23 10:30:36 - 110 comments
  6491. NRVO miropt is unsound

    4e3ce82 Opened by Jakob Degen at 2023-04-30 01:42:47
  6492. 30% performance hit due to changing of the code in the non evaluating match arm

    12c7395 Opened by Alex Shagiev at 2025-03-27 18:07:39 - 3 comments
  6493. rustc randomly fail to link with C program

    8b0d4b6 Opened by Xavier Claessens at 2023-05-02 12:48:17 - 10 comments
  6494. constant evaluation errors can superscede (and be caused by) unsafeck errors

    243b06e Opened by Crystal Durham at 2023-11-07 15:10:25 - 7 comments
  6495. Windows GNU toolchain with -Cinstrument-coverage generates invalid data

    b7fd49d Opened by Jonathan Metter at 2023-05-03 04:32:03 - 1 comment
  6496. rustdoc: synthetic impls don't include bounds that originate from the implementing type

    6dc3af9 Opened by León Orell Valerian Liehr at 2023-05-02 19:52:28 - 1 comment
  6497. rustdoc: synthetic impls are faulty in the presence of assoc const equality constraints

    e5651bc Opened by León Orell Valerian Liehr at 2023-05-02 18:23:52 - 1 comment
  6498. RPITIT with Send trait marker breaks borrow checker

    4915079 Opened by ][ at 2024-06-01 23:06:17 - 3 comments
  6499. Unhelpful error with braces after type in parameters

    2c04c8d Opened by asquared31415 at 2023-06-27 19:38:56 - 1 comment
  6500. Bad error when using a const generic wrong

    97cc3ac Opened by asquared31415 at 2024-10-29 20:21:18 - 2 comments
  6501. Compiling files can write almost empty useless(?) rlib files

    257a191 Opened by klensy at 2023-05-16 18:24:42 - 2 comments
  6502. Tracking Issue for AVX512 intrinsics

    9f173ef Opened by Amanieu d'Antras at 2025-04-10 23:56:34 - 36 comments
  6503. Tracking Issue for Intel Restricted Transactional Memory intrinsics

    040262d Opened by Amanieu d'Antras at 2023-10-25 21:41:31 - 1 comment
  6504. Invalid aarch64-unknown-none target produced if the CC_aarch64_unknown_none env var is not set

    69bca4e Opened by Pietro Albini at 2023-05-04 00:11:44 - 2 comments
  6505. Tracking Issue for PowerPC arch intrinsics

    79db220 Opened by Amanieu d'Antras at 2024-12-10 10:22:35 - 3 comments
  6506. Tracking Issue for _MM_SHUFFLE

    3c112f6 Opened by Amanieu d'Antras at 2023-10-25 21:41:32 - 1 comment
  6507. Trait implementation implies trait bounds for associated types but not for GAT associated types

    5c543cc Opened by Inanna Malick at 2024-09-24 20:55:08 - 1 comment
  6508. Rustdoc search: Query parser error: "Unexpected *" when searching for -> Option<*const T>

    0162375 Opened by Poliorcetics at 2024-06-03 14:46:09 - 1 comment
  6509. Out of date information about Rvalue::Aggregate

    b577dd5 Opened by Mohammad Omidvar at 2023-05-04 09:04:42
  6510. unsized_fn_params allows some unsized locals

    c02cd03 Opened by Ralf Jung at 2023-08-06 20:43:12 - 6 comments
  6511. dyn Future suppresses unconditional recursion

    9d0f6c2 Opened by Nishant Joshi at 2025-01-09 14:57:49 - 6 comments
  6512. fn-ptr docs were not updated for the change to trait impls

    e17ba1e Opened by lcnr at 2024-10-30 08:01:51 - 5 comments
  6513. sanitizer=cfi does not work with Clto=thin ?

    39f744a Opened by Matthias Krüger at 2025-02-23 10:19:16 - 4 comments
  6514. Tracking Issue for stdarch_mips_feature_detection

    cb9352b Opened by Amanieu d'Antras at 2023-05-05 23:01:45 - 1 comment
  6515. Tracking Issue for stdarch_arm_feature_detection

    9b990f7 Opened by Amanieu d'Antras at 2023-05-05 23:01:24 - 1 comment
  6516. Tracking Issue for stdarch_powerpc_feature_detection

    25bec29 Opened by Amanieu d'Antras at 2023-05-05 23:00:51 - 1 comment
  6517. Tracking Issue for stdarch_riscv_feature_detection

    44d4022 Opened by Amanieu d'Antras at 2023-10-22 02:07:57 - 2 comments
  6518. Tracking Issue for MIPS arch intrinsics

    6c1caa8 Opened by Amanieu d'Antras at 2023-05-04 11:56:48
  6519. Tracking Issue for NVPTX arch intrinsics

    c75a82b Opened by Amanieu d'Antras at 2023-05-05 22:58:54 - 2 comments
  6520. Unreachable statement is not checked for const assertions

    a5f8726 Opened by Marcel Müller at 2023-05-05 14:52:23 - 5 comments
  6521. ICE: cfi: TAIT transform_ty: unexpected Alias(Opaque`

    103c812 Opened by Matthias Krüger at 2025-02-23 10:19:17 - 11 comments
  6522. mutable_transmutes lint should catch transmutes from a type without interior mutability to one with

    8cf2a6e Opened by Mike Hommey at 2024-12-21 04:46:22 - 20 comments
  6523. Suggest use Enum::* when it is likely users intent.

    a7537f6 Opened by Tomas Krejci at 2023-05-05 20:30:27 - 3 comments
  6524. [Suggestion] E0432 - could it include suggestions to add "lib" in crate-type?

    f830257 Opened by Danny Willems at 2023-05-24 20:43:26 - 6 comments
  6525. Rustdoc generate files for items not used in documentation

    46dc38b Opened by Guillaume Gomez at 2023-05-11 19:41:44 - 3 comments
  6526. Stack overflow not caught in Drop for TLS data

    42dbb7f Opened by Peter Ammon at 2024-04-04 10:00:09 - 16 comments
  6527. "unconstrained generic constant" when adding numbers

    72c0a7d Opened by Nazar Mokrynskyi at 2023-05-06 12:28:48
  6528. No warning for unused thread_local

    70a5e31 Opened by Duy Do at 2023-12-22 18:09:31 - 5 comments
  6529. Borrow checking can be effected by seemingly irrelevant statements

    01bd89e Opened by matthewjasper at 2023-11-03 10:00:26 - 4 comments
  6530. Tracking Issue for --extern force

    909d73a Opened by Matt H at 2023-05-06 19:58:15
  6531. don't use region variables in borrowck query response

    a10e218 Opened by Ali MJ Al-Nasrawy at 2023-05-07 04:27:08
  6532. Overflow evaluating a trait requirement

    dfec108 Opened by Taihei Oki at 2023-07-19 04:07:07 - 4 comments
  6533. Error output improvement: when using semicolon, it leads to more than one possibility where developer might be going wrong.

    0b0958b Opened by Deleted user at 2023-05-31 07:49:14 - 3 comments
  6534. Attempted to read from stolen value error

    4f81e48 Opened by jthulhu at 2023-05-09 09:34:40 - 1 comment
  6535. Cannot detect glob re-export's shadowed items in rustdoc JSON

    2da3942 Opened by Predrag Gruevski at 2023-05-14 02:00:33 - 10 comments
  6536. Possible Regression: Error: the current crate is indistinguishable from one of its dependencies

    271c865 Opened by Spencer Kohan at 2023-09-22 21:57:55 - 7 comments
  6537. unreachable_pub lint does not fire in the case of partial wildcard shadowing

    84d4638 Opened by James Munns at 2024-05-13 15:13:28 - 4 comments
  6538. Diagnostics: Nested higher-ranked lifetimes are incorrectly printed

    c7b1874 Opened by León Orell Valerian Liehr at 2024-09-24 22:39:26 - 2 comments
  6539. "Unreachable definition" warning after infallible expression in if-block

    f023b12 Opened by Felix Solcher at 2025-03-09 21:00:38 - 2 comments
  6540. Moving structs with Copy fields into closures causes surprising behavior

    554ece4 Opened by Alex Blanck at 2025-04-10 23:54:14 - 5 comments
  6541. E0623 diagnostic degraded by presence of method parameter

    51feacd Opened by Ben Schulz at 2023-06-27 19:32:32 - 1 comment
  6542. Floating point modulo producing incorrect compuations

    f45b5cc Opened by Charles Thompson at 2024-04-15 07:48:39 - 7 comments
  6543. casting variable with type &Unsized to &dyn Trait incorrectly says that the variable is unsized.

    94ef2e7 Opened by HKalbasi at 2024-05-17 07:10:45 - 1 comment
  6544. E0631 tries to remove nonexisting borrow?

    13e30cc Opened by Matthias Krüger at 2023-05-10 00:34:02 - 2 comments
  6545. Tracking Issue for the experimental crabi ABI

    8c88519 Opened by Josh Triplett at 2025-04-04 18:12:03 - 15 comments
  6546. ICE: no errors encountered even though delay_span_bug issued

    f6fe884 Opened by Bilal Mahmoud at 2023-05-10 15:30:42 - 1 comment
  6547. Tracking issue for MIR simplification opportunities

    a615662 Opened by Camille Gillot at 2023-10-08 20:39:53 - 10 comments
  6548. Trait fn impl takes precedence over concrete type's fn impl depending on visibility

    9cc2cb6 Opened by Robert Jacobson at 2024-12-21 04:55:17 - 1 comment
  6549. std::str::split_inclusive gives unexpected results compared to std::str::split

    2681ba5 Opened by Victor Dods at 2024-06-06 16:06:16
  6550. Unhelpful higher-ranked lifetime error in non-async context

    dc457c0 Opened by veprolet at 2024-09-24 22:40:28 - 1 comment
  6551. Tracking Issue for cfg(overflow_checks)

    49e88c9 Opened by AngelicosPhosphoros at 2024-04-23 18:49:05 - 2 comments
  6552. rustc prints the same type as found and expected for function item whose signature includes references

    db9bbb3 Opened by DQ at 2023-05-12 07:19:08 - 1 comment
  6553. code less optimized when accessing a specific array element, only on nightly

    65357aa Opened by Antoni Spaanderman at 2024-09-23 13:30:34 - 9 comments
  6554. rustc error in fixed crate

    29e10c8 Opened by Bobby Unverzagt at 2023-06-25 14:17:14 - 2 comments
  6555. char open ended range isn't bounded by char::MAX

    65010a0 Opened by Chris Denton at 2023-07-22 20:03:56 - 5 comments
  6556. Combining place projections in MIR makes codegen forget that NonNull is nonnull

    0268bcd Opened by Ben Kimock at 2023-05-13 20:22:28 - 1 comment
  6557. rustfmt is not getting backtraces anymore

    2ba4dfa Opened by Matthias Krüger at 2023-05-19 00:24:52 - 7 comments
  6558. errors silenced by presence of async function with errors

    249a6fc Opened by clubby789 at 2023-05-13 16:25:25 - 2 comments
  6559. Type inference doesn't properly handle closures that don't return

    6869489 Opened by Zack Weinberg at 2024-10-25 23:08:01 - 7 comments
  6560. Tracking Issue for trim-paths RFC 3127

    4c91657 Opened by Eric Huss at 2025-03-30 11:25:25 - 34 comments
  6561. .await does not perform autoref or autoderef

    b46799b Opened by Jules Bertholet at 2024-04-05 04:09:42 - 14 comments
  6562. Missed optimization when matching against a struct with only one relevant field

    efdb105 Opened by Damian Andrei at 2023-10-08 20:53:49 - 3 comments
  6563. rustdoc: Inconsistant decision to include impl with docs but no visible items

    5131cad Opened by Alona Enraght-Moony at 2025-01-19 20:56:55 - 2 comments
  6564. Collapsing two if-statements to a single if statement can result in a large performance decrease

    b5962a4 Opened by Clement Tsang at 2025-02-14 03:58:03 - 6 comments
  6565. Add a "slim" staticlib variant that does not include a copy of std

    8c15f18 Opened by Sebastian Dröge at 2023-05-16 17:31:16 - 3 comments
  6566. Doc clarification for MaybeUninit::zeroed()

    eeab2a2 Opened by @d-e-s-o @ work at 2025-03-31 21:54:09 - 3 comments
  6567. Allow numeric tokens containing 'e' that aren't exponents be passed to proc macros

    ff789a9 Opened by Olivier Goffart at 2025-04-16 17:51:39 - 15 comments
  6568. internal compiler error: cannot relate bound regon

    2c82aef Opened by Boe Rogers at 2023-05-16 06:20:38 - 1 comment
  6569. rust-lldb script import failed on lldb-16

    52685af Opened by Pure White at 2024-12-23 11:59:53 - 5 comments
  6570. Compilation error about RISC-V H extension

    fa423b3 Opened by Chengxiang Qi at 2024-10-08 11:24:25 - 14 comments
  6571. Regression in debug codegen for simple division

    a6bad94 Opened by carbotaniuman at 2023-05-24 01:24:32 - 1 comment
  6572. Confusing error message when forgetting semicolon after spawning a scoped thread

    41406ca Opened by GrigorenkoPV at 2023-05-17 14:26:18 - 1 comment
  6573. Tracking Issue for ExitCodeExt on Windows

    2404ca8 Opened by Aron Parker at 2023-05-18 11:36:43 - 3 comments
  6574. try_into invalid suggestion

    6a17b2c Opened by Carson Riker at 2023-05-18 06:13:32 - 2 comments
  6575. "error[E0519]: the current crate is indistinguishable from one of its dependencies" does not always accurately describe the problem

    740c9f8 Opened by Brian Johnson at 2023-09-30 07:31:01 - 7 comments
  6576. Rustc recommends wrong fix for wrongly passing a slice over references instead of slice over geneirc type.

    0b35c0f Opened by laund at 2023-05-18 12:33:24
  6577. rustc fails to build for target riscv64gc-unknown-linux-musl

    5f04c86 Opened by rvalue at 2023-05-18 01:37:38 - 1 comment
  6578. User-defined Mach-O segments cannot be assigned permissions

    de644a4 Opened by Melvyn at 2023-05-18 14:34:10 - 1 comment
  6579. When add irrelevant use tokio::*, got compile error : the trait PartialOrd<&String> is not implemented for String

    f59cf94 Opened by Kaiwei Li at 2024-12-21 04:55:18 - 2 comments
  6580. Medium Array of Vecs cloned causes stack overflow but doesn't provide any details

    6b1c3d7 Opened by Anna at 2023-05-19 11:18:56 - 9 comments
  6581. Rustc panics if a const generic has default value including a const

    7fedc94 Opened by zNoctum at 2024-04-15 09:54:19 - 1 comment
  6582. Create Pull Request templates for common actions

    e8b6dc4 Opened by Peter Jaszkowiak at 2023-06-16 03:39:26 - 8 comments
  6583. building from source does not like if you git init the tree.

    7ef6fb0 Opened by Felix S Klock II at 2023-05-20 15:19:21 - 7 comments
  6584. Compilation regression on nightly with i686-unknown-linux-gnu

    3e07cd4 Opened by Carl Lerche at 2024-12-11 15:54:20 - 5 comments
  6585. Tracking Issue for NEON intrinsics on 32-bit ARM

    e9151e6 Opened by Amanieu d'Antras at 2025-03-19 13:17:52 - 13 comments
  6586. Wrong diagnostic for rayon trait bound requirements

    a9e2348 Opened by harudagondi at 2023-05-21 08:48:24 - 1 comment
  6587. Type inference/resolution error in the presence of Pointee::Metadata in recursive data-structure

    a6ce1d1 Opened by matthieu-m at 2025-03-25 00:11:14 - 7 comments
  6588. What is the behavior of std::env::split_paths when given an empty string?

    ba6529e Opened by Ryan Lopopolo at 2023-07-22 20:17:43 - 5 comments
  6589. Possible useless cmp instruction not removed

    befaf87 Opened by EFanZh at 2024-01-25 23:53:45
  6590. error[E0596]: cannot borrow ... as mutable, as it is not declared as mutable help note is misleading

    ed390da Opened by Lukas Wirth at 2023-05-22 08:05:19
  6591. error: X does not live long enough doesn't provide enough context

    ce212e1 Opened by frederikhors at 2024-09-24 20:55:09 - 5 comments
  6592. "cannot use because it was mutably borrowed" error mentions non-existent field on enum variant

    d19ebf4 Opened by asquared31415 at 2023-05-23 09:10:14 - 2 comments
  6593. Move assert! panic to cold function

    ffcaced Opened by PSeitz at 2025-02-14 03:50:39 - 2 comments
  6594. No BTreeMap BTreeSet debug visualizers for lldb / macOS

    29fdf67 Opened by alcroito at 2025-04-20 22:45:14 - 4 comments
  6595. rustdoc is confusing for use Foo as Bar types

    5ea611e Opened by Nathan Wilcox at 2023-05-24 01:21:27
  6596. Tracking Issue for riscv-interrupt-{m,s} ABIs

    3d43c0c Opened by Seth Pellegrino at 2025-03-23 13:06:25 - 2 comments
  6597. Allow specifying stack size of threads spawned by the test runner

    cd0a07e Opened by Mateusz Kowalczyk at 2023-05-24 04:47:16 - 2 comments
  6598. Invalid suggestion to constrain type param inside macro call instead at the actual source

    4d94d5e Opened by Joshua Liebow-Feeser at 2024-06-13 07:20:05 - 1 comment
  6599. ${count()} disregards depth parameter when captured repetition is empty

    504c517 Opened by LowR at 2023-10-31 13:43:00 - 1 comment
  6600. rust-lld not installed / available on riscv64gc-unknown-linux-gnu

    363a5ec Opened by The Brink of Tomorrow at 2024-03-14 20:20:12 - 2 comments
  6601. let-else does not support else if

    dad27e6 Opened by lcnr at 2023-08-02 13:13:04 - 8 comments
  6602. Trait fails to imply trait bounds for super trait associated types

    f4055c5 Opened by Dante Broggi at 2024-06-28 15:54:47 - 5 comments
  6603. Compiler crashes on complex type-aliases and associate types

    432d9e8 Opened by William Sørensen at 2023-05-25 19:20:57 - 3 comments
  6604. Tracking Issue for removing unsized_locals

    7dec59a Opened by nora at 2025-03-23 13:10:20 - 2 comments
  6605. suboptimal span for tait non-defining use caused by using the same param twice

    ef0a921 Opened by Boxy at 2023-05-25 11:53:23 - 1 comment
  6606. /usr/bin/ld: BFD (GNU Binutils for Ubuntu) 2.38 internal error, aborting at ../../bfd/merge.c:939 in _bfd_merged_section_offset

    8ae1ff3 Opened by John Nagle at 2023-05-27 20:39:59 - 4 comments
  6607. Using the backtrace crate worsens codegen when building with opt-level='s'

    68fc188 Opened by Nick Mathewson at 2023-05-26 21:38:40 - 3 comments
  6608. Bad overflow errors on missing trait impls.

    faaae3d Opened by Georg Semmler at 2023-05-26 07:56:55 - 1 comment
  6609. Flatten bool arguments under -Zflatten-format-args=yes

    0b846c9 Opened by Kisaragi at 2025-02-14 03:58:03 - 2 comments
  6610. We are not running std tests for wasm

    952a50c Opened by jyn at 2023-08-22 07:01:30 - 2 comments
  6611. Cache LLVM between try runs

    53257a1 Opened by jyn at 2023-05-28 10:12:57 - 13 comments
  6612. Search should support including samples and comment text

    3c4941c Opened by George at 2023-05-28 16:00:08 - 1 comment
  6613. Mismatch reported for fn impl with HRTB lifetime without cast

    f26a4ca Opened by Mahmoud Al-Qudsi at 2024-09-28 16:33:49 - 5 comments
  6614. ICE: type_op_normalize_ty: forcing query with already existing DepNode

    6eea913 Opened by Tim Kotowski at 2023-09-25 15:56:08
  6615. Rustdoc doc_auto_cfg incorrectly reporting an item with conditionally default type params as conditional

    a0cf92e Opened by Martin Habovštiak at 2023-06-03 17:53:19 - 4 comments
  6616. -Zrandomize-layout causes ICE when compiling syn (as part of a test) (with --target)

    a09284e Opened by Ben Kimock at 2023-06-10 06:12:30 - 4 comments
  6617. rustdoc documents items inside expressions when ran on binary crates

    ca41aed Opened by rodrimati1992 at 2023-06-01 14:34:58 - 2 comments
  6618. Overflow evaluating the requirement when using GATs

    807caa2 Opened by Mohammad Omidvar at 2024-09-24 21:05:56 - 3 comments
  6619. librustc_driver.so not reproducible

    df1cc67 Opened by Sundeep KOKKONDA at 2023-05-31 07:30:32 - 2 comments
  6620. Bogus suggestion on I::Item vs &I::Item mismatch

    78a07c3 Opened by Sergey Bugaev at 2024-03-25 19:46:57
  6621. Tracking Issue for CStr::bytes

    f89561e Opened by Clar Fon at 2024-03-21 02:26:55 - 2 comments
  6622. Tracking Issue for std::ffi::c_str module

    72f8b2a Opened by Clar Fon at 2024-08-15 14:31:08 - 7 comments
  6623. Missing trait bound for defaulted types parameters should mention them

    b07cff1 Opened by Daniel Henry-Mantilla at 2023-05-31 22:21:10 - 1 comment
  6624. Using &v instead of v arg in format! does not inline, causing ~6% perf hit

    ad557a0 Opened by Yuri Astrakhan at 2023-10-08 20:53:50 - 5 comments
  6625. Weird codegen / constant folding with iterators of length > 101

    f7db044 Opened by Sadiinso at 2025-02-14 03:58:04 - 8 comments
  6626. Unclear error message when using recursive future with tokio::spawn

    6ef28a5 Opened by Arthur Carcano at 2024-04-24 16:22:03 - 3 comments
  6627. assertion failed: key as usize != KEY_SENTVAL in DragonFly BSD

    e1258a5 Opened by Antonio Huete Jimenez at 2024-05-15 16:34:49 - 6 comments
  6628. strip does not work on rust 1.70 binaries

    9adff41 Opened by kiap at 2024-04-06 18:01:13 - 4 comments
  6629. Support wasm exception handling for Emscripten target

    7016008 Opened by Hood Chatham at 2025-01-28 10:50:43 - 14 comments
  6630. Heisen-misoptimisation on x86_64

    99931b0 Opened by Andy Wang at 2023-06-12 09:27:54 - 7 comments
  6631. wide pointer/borrow equality for unsized_const_params

    3845827 Opened by Boxy at 2024-07-21 10:02:10
  6632. dist-x86_64-linux doesn't build locally, tries to combine download-ci-llvm and thin-lto

    adc3146 Opened by Ben Kimock at 2023-06-06 08:56:42 - 3 comments
  6633. TAIT: "unconstrained opaque type" error when constraining use is unreachable.

    67d2f38 Opened by Dario Nieuwenhuis at 2023-06-03 01:03:50
  6634. Type inference fails with adt_const_params and const_generic_exprs for associated types

    37c9886 Opened by Toni Peter at 2023-06-04 03:30:04
  6635. Suggest code correction for E0446 - private type in public interface

    a82e829 Opened by Yuri Astrakhan at 2023-07-22 00:12:40 - 3 comments
  6636. standalone installer rustc-1.70.0 (precompiled binary) segfaults in elf_machine_runtime_setup

    12d856a Opened by Georgy Yakovlev at 2024-04-12 02:51:33 - 37 comments
  6637. field is never read warning doesn't consider Drop implementation

    e0c750b Opened by Lucas Clemente Vella at 2023-06-06 02:02:30 - 4 comments
  6638. building for mipsel, link fails on missing symbol __sync_fetch_and_add_8, which doesn't exist on mips and shouldn't be getting called

    d9308e6 Opened by Sean Mollet at 2024-05-07 00:22:00 - 15 comments
  6639. Ranges of match expressions incorrectly parsed

    4ca6862 Opened by Clar Fon at 2023-06-06 08:54:52 - 2 comments
  6640. inlining produces broken MIR by changing whether types can be normalized

    9088850 Opened by Andreas Hauser at 2023-11-16 15:32:36 - 12 comments
  6641. The ref to *const implicit conversion has become a footgun with e.g. Rc::from_raw

    cb7ba4d Opened by Mike Hommey at 2023-09-06 07:52:54 - 17 comments
  6642. Impls are not resolved correctly when using generic const expressions

    05aec8e Opened by Wojciech Daniło at 2023-06-06 08:53:42 - 1 comment
  6643. Constify BuildHasherDefault construction

    69c3122 Opened by terrarier2111 at 2024-12-01 15:03:24 - 1 comment
  6644. Collapsible sidebar items

    663145f Opened by Allan Zhang at 2023-06-07 14:21:50 - 3 comments
  6645. ice: cfi: LLVM ERROR with polymorphic paths

    7cc8275 Opened by Matthias Krüger at 2025-02-23 10:19:17 - 3 comments
  6646. [rustdoc] Some items don't have documentation rendered

    d81e4cd Opened by Guillaume Gomez at 2023-06-07 10:11:01 - 1 comment
  6647. ./x.py check broken with vendored dependencies

    378d159 Opened by bjorn3 at 2024-05-28 17:36:11 - 5 comments
  6648. ICE: region variables should not be hashed

    bf4549f Opened by Matthias Krüger at 2024-03-14 00:48:13 - 6 comments
  6649. liballoc built with -Csplit-debuginfo=unpacked despite not being supported on riscv32imc-unknown-none-elf

    095a2b7 Opened by Tyler Mandry at 2023-06-26 01:58:10 - 2 comments
  6650. Confusing error message when enum variant is used without capitalization if a trait function has the name name

    63b182e Opened by dullbananas at 2024-09-28 18:55:43 - 2 comments
  6651. rustc keeps suggesting borrows to no avail

    ae181e1 Opened by Andrew Cassidy at 2023-06-27 17:38:42 - 3 comments
  6652. unchecked region constraints for opaque types in dead code

    a588653 Opened by lcnr at 2024-05-17 01:00:50 - 6 comments
  6653. ICE: 'rustc' panicked at 'index out of bounds compiler/rustc_middle/src/hir/mod.rs:129:21

    5babd24 Opened by Ryan Goodfellow at 2023-12-25 16:32:35 - 1 comment
  6654. Don't parse and reserialize toml in configure.py

    602898d Opened by jyn at 2025-02-18 22:56:59 - 6 comments
  6655. ICE: "forcing query with already existing DepNode" with many async calls

    d3a68ab Opened by Gunnar at 2023-12-25 16:32:10 - 2 comments
  6656. Initialization of stack-based arrays does not get automatically vectorized.

    2fd8396 Opened by Tobias Decking at 2023-07-01 13:02:16 - 1 comment
  6657. let x = x stack allocation on printing Vec<T>

    92e9f85 Opened by Catherine Flores at 2023-06-11 20:48:06 - 4 comments
  6658. MSVC on x86-32 Windows fails to align variables to their required alignment

    266ad29 Opened by Mike Hommey at 2025-04-10 08:46:01 - 66 comments
  6659. Cross-compilation from LInux to x86_64-apple-darwin fails due to bad "cc" command line params

    6fc5a40 Opened by John Nagle at 2024-11-06 20:16:14 - 17 comments
  6660. unsafe_op_in_unsafe_fn not triggered for raw pointer dereferencing inside addr_of/addr_of_mut

    e80ef3a Opened by Nils Husung at 2024-03-10 05:37:55 - 3 comments
  6661. Source of 'static lifetimes in types don't show up in diagnostics

    ec464de Opened by Trevor Gross at 2024-07-28 18:05:56 - 3 comments
  6662. std::thread::JoinHandle::join panics with seccomp-killed threads

    6a857a4 Opened by Ivan Nikulin at 2023-11-06 07:09:35 - 2 comments
  6663. OOM while printing query stack during panic after ICE

    d9dde56 Opened by Matthias Krüger at 2023-10-22 13:26:17 - 9 comments
  6664. N: const usize gives a lot of unhelpful error messages instead of suggesting const N: usize

    ae3b666 Opened by 522 at 2023-06-14 05:07:08 - 2 comments
  6665. Map::find should not index, but call get instead to prevent ICEs

    85fcf64 Opened by Catherine Flores at 2023-09-08 22:14:46 - 5 comments
  6666. Bootstrap cannot remove host symlink on Windows if created from WSL2

    fb78371 Opened by Chris Denton at 2024-08-22 16:11:18 - 1 comment
  6667. Manually running CI jobs dist-various-{1,2} complains about missing metrics.json

    07be590 Opened by pjhades at 2023-06-14 10:33:43
  6668. Suggestion from error[E0034]: multiple applicable items in scope don't always apply

    14ef8ff Opened by Olivier Goffart at 2023-06-12 17:13:45 - 1 comment
  6669. Tracking Issue for UniqueRc/UniqueArc

    e1d823b Opened by Eric Holk at 2025-01-11 21:38:15 - 27 comments
  6670. rustdoc-js-std tester doesn't always pick the latest search.js file

    3233668 Opened by Guillaume Gomez at 2023-06-19 13:51:16
  6671. Lifetime parameter used by a generic parameter is considered to be unused

    ef59a3d Opened by Donghyun Shin at 2024-08-07 15:44:08
  6672. Fulfilling trait bound with blanket impl can cause associated type mismatch

    6a6bb46 Opened by urben1680 at 2023-06-13 17:58:06 - 1 comment
  6673. Object file in /tmp produces non-deterministic builds on Windows for crate-type=bin

    9ded388 Opened by Dana Jansens at 2025-01-17 14:23:12 - 9 comments
  6674. negative_impls: negative impl fails to prevent overlap error

    af693d8 Opened by lcnr at 2023-06-13 20:01:17 - 3 comments
  6675. Suggestion: Split unreachable_pub lint into multiple lints

    fed79bb Opened by Jonas Platte at 2024-05-13 15:12:45 - 1 comment
  6676. Const-eval InterpError: error enum variants vs throw_ub_custom!

    d54b2ca Opened by Ralf Jung at 2024-02-16 15:15:50 - 8 comments
  6677. ICE: assertion failure: Size(0 bytes / 8 bytes) rustc_const_eval/src/interpret/place.rs

    1bfed30 Opened by Matthias Krüger at 2024-04-19 19:34:14 - 5 comments
  6678. AFIT: strange errors on circular impls

    74086da Opened by Dario Nieuwenhuis at 2025-03-25 00:11:15 - 5 comments
  6679. ice: Attempting to cast non-castable types fn({type error}) -> Foo {Foo::Bar} and usize

    0b04ae8 Opened by Matthias Krüger at 2023-11-07 21:24:52 - 4 comments
  6680. Compiler Error - Unstable Fingerprints in mir_built.

    a0ba1df Opened by Ash at 2023-06-15 06:05:37 - 2 comments
  6681. Matching on Pythonic boolean symbols (True, False) should result in better diags

    c92cf71 Opened by Edward Shen at 2023-06-15 17:06:13 - 7 comments
  6682. Misleading borrowed data escapes outside of function error message due doesn't mention actual borrow that is affected

    f5491da Opened by Sebastian Dröge at 2023-06-15 09:33:35
  6683. change handling of subtyping to be less fragile after analysis

    9cb7ead Opened by lcnr at 2024-11-21 10:32:17 - 16 comments
  6684. bootstrap: Make rust options configurable per-stage

    128a154 Opened by jyn at 2024-01-05 16:50:58 - 10 comments
  6685. TAIT: concrete types may differ by normalization

    1e2189b Opened by Ali MJ Al-Nasrawy at 2024-12-14 17:19:43
  6686. ICE: compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs:595:32: uninterned StableCrateId

    e16653b Opened by bjorn3 at 2024-04-19 08:20:17 - 19 comments
  6687. std::sync::mpsc::Receiver::try_recv can block forever if sending thread is blocked

    40f6b76 Opened by Ben Hansen at 2024-11-02 13:28:03 - 21 comments
  6688. GAT lifetime tricky

    9b200ea Opened by Charles Lew at 2024-09-24 20:55:10 - 2 comments
  6689. LLVM ERROR: Too many bits for int64_t

    13c4d66 Opened by Matthias Krüger at 2023-10-22 13:29:59 - 6 comments
  6690. E0207 if a type parameter occurs in an implementing type or associated type, if it also occurs in a regular type argument

    7c47d16 Opened by Jakob Hain at 2023-06-18 23:32:31 - 2 comments
  6691. Tracking Issue for Explicit Tail Calls

    cf1b1ac Opened by waffle at 2025-03-04 08:50:40 - 5 comments
  6692. Tracking issue for lazy type aliases

    ed4ec1c Opened by Guillaume Gomez at 2024-09-28 18:00:42 - 6 comments
  6693. ICE: (probably unbound recursion) failed to resolve instance for ...

    f7f5989 Opened by Dzenan Jupic at 2023-06-21 06:52:39 - 2 comments
  6694. add assert that dyn TraitEngine is used correctly

    e0db852 Opened by lcnr at 2023-06-19 14:04:04
  6695. Variable scoping sometimes inconsistent when debugging

    33689d3 Opened by Wesley Wiser at 2023-06-19 14:21:19
  6696. SIGSEGV: invalid memory reference on beta channel

    273b3f1 Opened by Oleksandr Babak at 2024-03-19 06:01:07 - 9 comments
  6697. Cannot call by reference to &mut F: FnMut

    f6ddb33 Opened by AngelicosPhosphoros at 2024-11-14 07:50:59 - 2 comments
  6698. poor diagnostic for missing extern crate in 2015 edition

    2f5fb63 Opened by Aarav Shah at 2023-06-30 02:05:15 - 4 comments
  6699. Tracking Issue for slice_split_once

    eaa097d Opened by Olivia Lee at 2025-01-16 02:42:40 - 13 comments
  6700. Tracking Issue for implementation of Extend parameterized over "token tree items" (Group, Literal, Punct, Ident) for TokenStream

    d12afa6 Opened by Dmitrii - Demenev at 2023-06-19 23:17:22 - 1 comment
  6701. Error::downcast_ref cannot be used from function arguments

    2151cd3 Opened by Marcel Müller at 2024-10-04 14:49:28 - 2 comments
  6702. E0434 'can't capture dynamic environment in a fn item' can be confusing or misleading, especially in niche cases

    8f0f321 Opened by Starwort at 2023-06-23 19:41:00 - 1 comment
  6703. OOB index in async fn evades linter

    5cd05d1 Opened by fuse117 at 2023-09-23 10:52:03 - 9 comments
  6704. rustdoc-json: Dangling ID for trait impl with pub struct in #[doc(hidden)] mod

    8f58bec Opened by Alona Enraght-Moony at 2023-06-20 17:56:44 - 1 comment
  6705. Passing mutating async function gives unhelpful duplicate type error

    07d87e5 Opened by Sophia J. Turner at 2023-06-20 18:40:02 - 1 comment
  6706. ((), !) and ((), ()) are considered incompatible types

    265c262 Opened by GrigorenkoPV at 2023-09-18 21:15:06 - 4 comments
  6707. rustdoc: where-clauses on tuple & unit structs and on assoc tys are weirdly styled

    ea12e18 Opened by León Orell Valerian Liehr at 2023-07-11 14:42:04 - 2 comments
  6708. Iterator assembly regression

    e3d4fd1 Opened by Benjamin Brittain at 2023-10-08 20:53:51 - 5 comments
  6709. Rust allows impl Fn(T<'a>) -> T<'b> to be : 'static, which is unsound

    ad3bc98 Opened by Daniel Henry-Mantilla at 2024-09-22 18:40:57 - 12 comments
  6710. iterator for_each performance regression

    c979961 Opened by Daniel Giger at 2024-01-30 21:55:45 - 20 comments
  6711. compiler crashed on cargo build

    c1da92b Opened by Viktor Kulikov at 2023-06-22 14:00:12 - 2 comments
  6712. rustc_on_unimplemented is not std-agnostic

    98abd12 Opened by waffle at 2023-08-25 19:06:18 - 7 comments
  6713. Surprising internals in TryTrait revealed in diagnostic

    b729b31 Opened by Jacob Rothstein at 2023-06-22 19:56:23 - 3 comments
  6714. Type inference/coercion with optional function pointer

    d13ecba Opened by Chris Spencer at 2023-07-01 13:01:19
  6715. Misleading suggestion to add lifetime bounds

    a023a28 Opened by Peter Budny at 2023-06-22 23:05:55 - 1 comment
  6716. Automatic dereferencing or borrowing on methods that exist behind a blanket (generic) trait implementation

    7c7c5ba Opened by Scott Moore at 2024-03-14 20:18:13 - 2 comments
  6717. hint to consider dereferencing instead of mutably borrowing an immutable variable

    900ae02 Opened by Antoni Spaanderman at 2023-06-23 11:27:56
  6718. 30+ duplicates on E0308 with expected and found being literally identical

    afe6c1d Opened by Sebastian Pipping at 2024-12-24 17:28:09 - 4 comments
  6719. Type inference results in infinite recursion in trait resolution

    cea3656 Opened by Konnor Andrews at 2023-09-08 11:02:15 - 6 comments
  6720. High recursion_limit plus recursive trait resolution error results in SIGSEGV

    034b541 Opened by Konnor Andrews at 2023-06-24 07:40:25 - 1 comment
  6721. rustdoc's resugaring of projection predicates to type bindings is flawed

    eeb0d9e Opened by León Orell Valerian Liehr at 2025-03-12 19:01:49 - 8 comments
  6722. cargo clippy shows no warnings, but cargo clippy --fix fails ("failed to automatically apply fixes")

    e0a55db Opened by Benedikt Radtke at 2024-03-14 20:17:04 - 3 comments
  6723. unhelpful diagnostic regarding inferred 'static bound

    fb86afa Opened by vinícius x at 2025-02-21 07:58:01 - 5 comments
  6724. Insufficiently precise documentation of std::file! macro

    7d0140b Opened by Dmitrii - Demenev at 2024-12-01 10:07:58 - 6 comments
  6725. #[link(kind="raw-dylib")] mis-compiles if cdylib export has the same name

    a6198aa Opened by Will at 2023-07-01 12:44:42
  6726. successors is 2x slower than map

    ae56be3 Opened by Catherine Flores at 2023-10-08 20:41:58 - 4 comments
  6727. Optimizer regression from 1.69 to 1.70 on AArch64

    1a2cd7d Opened by Owen O'Malley at 2023-12-25 16:29:04 - 15 comments
  6728. Capturing thread output during tests interacts poorly with global thread pools

    7f44f7e Opened by Alex Crichton at 2023-06-27 14:16:32
  6729. Support checking whether std::process::ExitCode represents success or failure

    109d19e Opened by Shuhei Takahashi at 2024-01-27 02:30:38 - 4 comments
  6730. Adding a timout command when running the executable file could cause wrong coverage result

    713c563 Opened by Zixi Liu - NJU at 2023-07-04 07:32:18 - 5 comments
  6731. Namespacing inconsistency with type and const parameters

    66c3b15 Opened by Marin Veršić at 2023-06-27 14:21:29 - 1 comment
  6732. Linking error on Rust 1.70 aarch64-unknown-linux-musl toolchain

    844c381 Opened by Justin Guidroz at 2023-11-21 04:04:16 - 35 comments
  6733. clippy-driver +stage1 doesn't work: error while loading shared libraries: librustc_driver-2731d3486cc92946.so

    fdba7cd Opened by Dan Johnson at 2023-06-30 01:21:55 - 1 comment
  6734. finish and clean up rustc_const_eval's translatable diagnostics.

    6f171cd Opened by beef at 2024-10-24 19:35:41 - 7 comments
  6735. Compiler crash when -Z virtual-call-elimination is used

    248b473 Opened by Gary Guo at 2023-06-29 10:25:28 - 5 comments
  6736. Misleading lifetime error with for loop and async capture

    42e29d5 Opened by Conrad Ludgate at 2023-06-28 13:00:34 - 1 comment
  6737. -C debug-assertions=off does not apply on all consteval cases

    8741b68 Opened by Yan at 2024-06-04 06:05:45 - 4 comments
  6738. io::Error's Display impl should not include "(os error N)" where N is a meaningless number

    2d0dbd3 Opened by Zack Weinberg at 2024-01-24 16:10:32 - 6 comments