mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 19:12:50 +00:00
1fab669f8d
The test change is because we used to treat `&str` like other `&T`s, ie as having a single constructor. That's not quite true though since we consider `&str` constants as atomic instead of refs to `str` constants. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |