rust/compiler
Nadrieril 1fab669f8d Be honest about being able to list constructors
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.
2020-10-27 03:09:55 +00:00
..
2020-10-20 16:42:51 +02:00
2020-10-22 21:11:50 +02:00