Skip to content

Commit b619fea

Browse files
committed
txs auto checkin
1 parent 19cd239 commit b619fea

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

rust.tex

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,10 +2720,27 @@ \section{Patterns and Matching}
27202720
\end{frame}
27212721

27222722
\begin{frame}[fragile]
2723-
\frametitle{Patterns in while and for}
2723+
\frametitle{Patterns in while let, for Loops, and let Expressions}
27242724
\inputminted{rust}{./code/pattern2.rs}
27252725
\end{frame}
27262726

2727+
2728+
\begin{frame}[fragile]
2729+
\frametitle{Patterns in Function Parameters}
2730+
\inputminted{rust}{./code/pattern3.rs}
2731+
\end{frame}
2732+
2733+
\begin{frame}[fragile]
2734+
\frametitle{Refutability: Whether a Pattern Might Fail to Match}
2735+
\inputminted{rust}{./code/pattern4.rs}
2736+
\end{frame}
2737+
2738+
2739+
\begin{frame}[fragile]
2740+
\frametitle{Pattern Syntax, Matching Literals}
2741+
\inputminted{rust}{./code/pattern4.rs}
2742+
\end{frame}
2743+
27272744
\section{Advanced Features}
27282745
\section{Multithread Web Server}
27292746
\section{Tokio}

0 commit comments

Comments
 (0)