Skip to content

Commit 3c749df

Browse files
coord-eclaude
andcommitted
fixup! Support more annotation expressions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7c67d5f commit 3c749df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analyze/local_def.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ impl<'tcx, 'ctx> Analyzer<'tcx, 'ctx> {
323323
);
324324

325325
if let Some(trait_item_id) = self.trait_item_id() {
326-
tracing::info!("trait item fonud: {:?}", trait_item_id);
326+
tracing::info!("trait item found: {:?}", trait_item_id);
327327
let trait_require_annot = self.ctx.extract_require_annot(
328328
trait_item_id,
329329
&param_resolver,

0 commit comments

Comments
 (0)