We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7736ed6 commit c05954aCopy full SHA for c05954a
src/libstd/json.rs
@@ -141,7 +141,7 @@ pub impl Encoder: serialize::Encoder {
141
// can't be followed by just a comma, because there might not
142
// be any elements in the tuple.
143
144
- // this would be more precise and less frightening
+ // FIXME #4872: this would be more precise and less frightening
145
// with fully-qualified option names. To get that information,
146
// we'd have to change the expansion of auto-encode to pass
147
// those along.
0 commit comments