0cb2ee2ef6
don't report errors in constants at every use site partially fixes #32842 r? @arielb1 cc @retep998 I chose this way of implementing it, because the alternative (checking if the error span is inside the constant's expressions's span) would get confusing when combined with expression generating macros. A next step would be to re-enable the re-reporting of errors if the original erroneous constant is in another crate.