When I render some code with the listings environment, the backtick is not displayed:
\begin{lstlisting}
expecting backtick here ->`<-
\end{lstlisting}
The resulting PDF has no backtick in it.

The LaTeX error message I get is:
[WARNING] Missing character: There is no ` in font SourceCodePro-Regular-tlf-ts1!
I included the package without any options:
\usepackage{sourcecodepro}
and modified the listing environment:
\lstdefinestyle{eisvogel_listing_style}{
basicstyle = \color{listing-text-color}\small\ttfamily{}\linespread{1.15},
...
}
\lstset{style=eisvogel_listing_style}
See the original issue here.
When I render some code with the listings environment, the backtick is not displayed:
The resulting PDF has no backtick in it.

The LaTeX error message I get is:
I included the package without any options:
and modified the listing environment:
See the original issue here.