We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fa5b9 commit 4246694Copy full SHA for 4246694
src/librustc/metadata/encoder.rs
@@ -439,7 +439,7 @@ fn encode_reexported_static_methods(ecx: @EncodeContext,
439
//
440
// We don't need to reexport static methods on items
441
// declared in the same module as our `pub use ...` since
442
- // that's done when we encode the trait item.
+ // that's done when we encode the item itself.
443
444
// The only exception is when the reexport *changes* the
445
// name e.g. `pub use Foo = self::Bar` -- we have
0 commit comments