Comment #0 by dlang-bugzilla — 2017-08-06T00:16:40Z
///////// test.d ////////
import std.digest.digest;
import std.digest.md;
alias foo = digest!MD5;
/////////////////////////
test.d(4): Error: std.digest.digest at test.d(1) conflicts with std.digest.digest(Hash, Range)(auto ref Range range) if (!isArray!Range && isDigestibleRange!Range) at .../phobos/std/digest/package.d(432)
test.d(4): Error: template instance digest!MD5 digest is not a template declaration, it is a module