I am trying to find the leading order term in the asymptotic expansion for $$\int_x^1 e^{-1/t} \, dt$$ as $x\to 0^+$.
I attempted to do a $u$-substitution by taking $u=\frac{1}{t}$ so $du=-t^{-2} dt$ but then the integral will turn into $\int_\infty^1 -\frac{e^{-u}}{u^2} du$ which has no $x$ dependence so it would not be possible to find an asymptotic expansion in terms of $x$. I also cannot expand the integrand of the integral with Taylor series and integration by parts will not work, so I am not really sure how to find an expansion for this. Any help would be greatly appreciated.