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.
1 parent 449b84c commit 73420fcCopy full SHA for 73420fc
compiler/rustc_transmute/src/maybe_transmutable/mod.rs
@@ -147,9 +147,7 @@ impl<C> MaybeTransmutableQuery<Dfa<<C as QueryContext>::Ref>, C>
147
where
148
C: QueryContext,
149
{
150
- /// Answers whether a `Nfa` is transmutable into another `Nfa`.
151
- ///
152
- /// This method converts `src` and `dst` to DFAs, then computes an answer using those DFAs.
+ /// Answers whether a `Dfa` is transmutable into another `Dfa`.
153
pub(crate) fn answer(self) -> Answer<<C as QueryContext>::Ref> {
154
MaybeTransmutableQuery {
155
src: &self.src,
0 commit comments