diff --git a/src/names/name-resolution.md b/src/names/name-resolution.md index e66a0fec6a..319f4046c8 100644 --- a/src/names/name-resolution.md +++ b/src/names/name-resolution.md @@ -170,7 +170,7 @@ const _: () = { // The error happens when the name with the conflicting candidates // is used. let x = Ambig; // ERROR: `Ambig` is ambiguous. -} +}; ``` ```rust,no_run