I found this process in a scientific paper:
$M_t = \int_{0}^t e^{-(t-u)} \frac{dS_u}{S_u}$
where
$dS_t = S_t (\phi M_t + (1-\phi)\mu_t) dt + \sigma S_t dW_t$
and I want to compute the differential $dM_t$. In my opinion, I don't even need Ito since $f(t,s)$ in the Ito function is really only a function of $t$. So from my basic calculus skills:
$\frac{dM_t}{dt} = e^{-(t-t)} \frac{dS_t}{S_t} - \int_0^t e^{-(t-u)} \frac{dS_u}{S_u} \\ \iff dM_t = \frac{dS_t}{S_t} dt - M_t dt$
In the paper though they derive:
$dM_t = \frac{dS_t}{S_t} - M_t dt$
missing one dt term. I am pretty sure I am wrong (it's not a crap paper) but I don't understand where exactly. For example, if I want to calculate the derivative of
$F(x,y) = \int_0^x f(x,y) dy$
w.r.t. x, then this should be
$\frac{dF}{dx}(x,y) = f(x,x) + \int_0^x \frac{\partial f}{\partial x}(x,y) dy$
which is what I applied above.. ?!
even if would apply the classical calculus rules, then I think you did not use correctly the last formula your write. Namely, in the first term of the last equation, there is no $dy$. Hence, following your logic, you need to divide the first term in your equation by $dt$. This then gives the correct equation. Hope this helps.