It is generally assumed that the explanatory variables have finite moments at least up to second order. In this case, as the explanatory variable is a random walk, its variance is not finite. This makes the matrix $Q=\hbox{plim } X′X/n$ not finite, with the consequences discussed below.
The explanatory variable $x_{t-1}$ is not fixed (it is stochastic as it depends on $\epsilon$) and is not independent of the error term $\epsilon_t$. This makes OLS in general biased and inference is not valid in small samples.
The explanatory variable and $\epsilon_t$ are not independent of each other but they are contemporaneously uncorrelated, $E(x_t, u_t) = 0 \forall t$. In the classical regression model this will open the possibility for the the OLS estimator to be consistent in large samples.
If the matrix $Q = \hbox{plim } X′X/n$ were finite and positive definite matrix, then the F-test statistic will follow asymptotically follows the $\chi^2$ distribution.
As pointed by @ChristophHanck this matrix is not finite in this context. Hence, the Mann and Wald theorem is not applicable and inference based on OLS will not be reliable even in large samples.
You may be interested in this answer, which discusses similar issues in the context of a stationary AR(q) process.