]> git.lizzy.rs Git - rust.git/commit
Clarify which errors are format string errors
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Nov 2013 01:59:40 +0000 (17:59 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 6 Nov 2013 01:59:40 +0000 (17:59 -0800)
commit2fc337a7d6f9ee05c0e5cf7df6fd243a649aeb61
treee8e858f68a46e099d41480c0457f80d0b15a0bb5
parent7fb583be7b0df80c91df026c6a2bde550bc27a7c
Clarify which errors are format string errors

There were a few ambiguous error messages which look like they could have
cropped up from either the rust compiler for the format string parser. To
differentiate, the prefix 'invalid format string' is now added in front of all
format string errors.

cc #9970
src/libstd/fmt/parse.rs