This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-07-08 00:38:40 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
beta
rust
/
tests
/
rustdoc-html
/
constant
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Oli Scherer
a88521a6f6
Reject
impl const Trait
since the right syntax is
const impl Trait
now
2026-06-17 17:42:48 +02:00
..
assoc-const-has-projection-ty.rs
…
assoc-consts-underscore.rs
…
assoc-consts-version.rs
…
assoc-consts.rs
…
associated-consts.rs
…
const-display.rs
…
const-doc.rs
…
const-effect-param.rs
…
const-trait-and-impl-methods.rs
Reject
impl const Trait
since the right syntax is
const impl Trait
now
2026-06-17 17:42:48 +02:00
const-underscore.rs
…
const-value-display.rs
…
const.rs
…
document-item-with-associated-const-in-where-clause.rs
…
generic_const_exprs.rs
…
generic-const-items.rs
…
glob-shadowing-const.rs
…
hide-complex-unevaluated-const-arguments.rs
…
hide-complex-unevaluated-consts.rs
…
ice-associated-const-equality-105952.rs
Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized.
2026-02-09 07:59:24 -08:00
legacy-const-generic.rs
…
link-assoc-const.rs
…
redirect-const.rs
…
rfc-2632-const-trait-impl.rs
Reject
impl const Trait
since the right syntax is
const impl Trait
now
2026-06-17 17:42:48 +02:00
show-const-contents.rs
…