pub fn warnings(resolved: &Resolved) -> Vec<String>Expand description
Every warning the resolution produced, as lines.
Separate from explain because they answer different questions and belong in different
places: a warning is about the whole resolution and a CLI prints it when its logging is up,
while an explanation is about one setting somebody asked after.