rust/compiler/rustc_mir_build
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
..
src Be honest about being able to list constructors 2020-10-27 03:09:55 +00:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00