On 2016-03-31 15:21, Steven Schveighoffer wrote:
These sure seem like bugs (including your other post).
In my code or in the compiler?
The repetition (in case you are wondering) is because the compiler prints a message for every usage of a symbol. In this case, you defined two symbols, so you get two deprecation messages. Note these aren't error messages, you should still get a binary.
Yeah, deprecation messages. -- /Jacob Carlborg