Skip to content

Commit

Permalink
Remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Aug 15, 2024
1 parent 9549c3a commit ef33827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_resolve/src/def_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct DefCollector<'a, 'b, 'tcx> {
/// we need to wait until we know what the macro expands to before we create the def for
/// the anon const. That's because we lower some anon consts into `hir::ConstArgKind::Path`,
/// which don't have defs.
///
///
/// See [`Self::visit_anon_const`].
pending_anon_const_info: Option<PendingAnonConstInfo>,
impl_trait_context: ImplTraitContext,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//@ check-pass

// This is a regression test for #128016.

macro_rules! len {
($x:ident) => {
$x
Expand Down

0 comments on commit ef33827

Please sign in to comment.