We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac88fa commit bb66fceCopy full SHA for bb66fce
RELEASES.txt
@@ -26,6 +26,9 @@ Version 0.5 (December 2012)
26
* `&T` may now be coerced to `*T`
27
* Coercions happen in `let` statements as well as function calls
28
* `use` statements now take crate-relative paths
29
+ * The module and type namespaces have been merged so that static
30
+ method names can be resolved under the trait in which they are
31
+ declared
32
33
* Improved support for language features
34
* Trait inheritance works in many scenarios
0 commit comments