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.
bb_items_ambiguity_error
ambiguity_error
1 parent d21b4f3 commit 354bd10Copy full SHA for 354bd10
compiler/rustc_expand/src/mbe/macro_parser.rs
@@ -779,7 +779,7 @@ impl TtParser {
779
780
(_, _) => {
781
// Too many possibilities!
782
- return self.bb_items_ambiguity_error(
+ return self.ambiguity_error(
783
macro_name,
784
next_items,
785
bb_items,
@@ -792,7 +792,7 @@ impl TtParser {
792
}
793
794
795
- fn bb_items_ambiguity_error<'root, 'tt>(
+ fn ambiguity_error<'root, 'tt>(
796
&self,
797
macro_name: Ident,
798
next_items: SmallVec<[MatcherPosHandle<'root, 'tt>; 1]>,
0 commit comments