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 |