blob: a1fc33bdc1e33cf73d2d5081db5488fb39e00685 [file] [log] [blame] [view] [edit]
# The Dot Operator
The dot operator will perform a lot of magic to convert types. It will perform
auto-referencing, auto-dereferencing, and coercion until types match.
TODO: steal information from http://stackoverflow.com/questions/28519997/what-are-rusts-exact-auto-dereferencing-rules/28552082#28552082