about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/str.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/str.rs b/src/libstd/str.rs
index 883934124a6..a6b0924e6c1 100644
--- a/src/libstd/str.rs
+++ b/src/libstd/str.rs
@@ -997,6 +997,7 @@ pub fn utf8_char_width(b: u8) -> uint {
 /// the utf8 bytes of a string.
 pub struct CharRange {
     /// Current `char`
+	/// This field should be public making it private causes error while compiling!!
     ch: char,
 
     /// Index of the first byte of the next `char`