This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
234,663
Commits
1
Branch
0
Tags
55b6f649024b372af901b3412a6d36c4284ccf3d
Commit Graph
2 Commits
Author
SHA1
Message
Date
Mara Bos
f2f6bcc499
Don't allow new const panic through format flattening.
...
panic!("a {}", "b") is still not allowed in const, even if the hir flattens to panic!("a b").
2023-03-16 11:21:50 +01:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00